/***********************************************/
/* bc-stuttgart.css                            */
/* CSS_Definitionen für BC-Stuttgart         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;

}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;

}

h2{
	font-size: 114%;
	font-weight: bold;

}

h3{
	font-size: 100%;
	font-weight: bold;

}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
	border-bottom-color: #cccccc;




}

#navBar{
	padding: 0px;
	background-color: #F3F3F3;
	margin: 0px;
	white-space: nowrap;


}

#content{
	margin: 5px;
	text-align: justify;
	width: 85%;




}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;



}
.feature h1{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 120%;


}

.feature h2{
	padding: 30px 0px 5px 0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	margin-top: 10;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;


}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	text-align: left;
	clear: both;


}

.story p{
	padding: 0px 0px 10px 0px;
}

.story li{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-position: inside;


}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul {list-style: none; margin: 0; padding: 10px; display: block;}
#navBar ul a:link {}
#navBar ul a:visited {}
#navBar ul a:hover {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	background-color: #F3F3F3;
	margin: 0.1em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-left-color: #F3F3F3;

}
* html #navBar li {  /* Breitenangaben nur fuer IE */
    width: 100%;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



.kontaktTabelle {

	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.titeltext {
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px;

}
.kleinabstand {
	line-height: 0.3em;
	font-size: 5px;



}

