/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 90%;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../grafik/bg.gif);
}
body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}

#seite {
    margin: 0 auto auto auto;
	text-align: left;
	width: 780px;
	background-color: #FFF;
	border-right: 1px solid #9FA3A8;
	border-left: 1px solid #9FA3A8;
	background-image: url(../grafik/bg_nav.gif);
	background-repeat: repeat-y;
}

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

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}
/* overrides decoration from previous rule for hovered links */

h1 {
	margin: 0 0 20px 0;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #930039;
}

h2{
 font-size: 106%;
 color: #0a4255;
}

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

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

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;
}
subtitel {
font-size: 50%;
}		

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

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
}

#masthead p {
	text-align: right;
	margin: 0;
	padding: 4px;
	color: #0a4255;
	font-size: 80%;
}

#navBar{
	float: left;
	width: 155px;
	padding: 0px;
	margin: 0;
	border-top: 1px solid #DDDDDD;
	background-color: #ECF8F6;
}
#content {
	padding: 20px 0 0 210px;
	margin-right: 50px;
}


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

.feature{
	padding: 0px;
	font-size: 100%;
	margin-bottom: 20px;
	text-align:justify
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature a img {
	padding: 2px 4px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.archiv {
	font-size: 80%;
	line-height: 140%;
	color: #848484;
}

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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

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


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

#fuss {
	clear: both;
	height: 20px;
	background-color: #F4F4F4;
	border-top: 1px dashed #DDDDDD;
	font-size: 70%;
	color: #9FA3A8;
	padding: 4px;
	margin: 30px 0 0;
}
/* 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" */

#fuss p {
	margin: 0;
	padding: 0;
}
	
#fuss .info {
	color: #9FA3A8;
	float: right;
}

#fuss .as {
	float: left;
	font-size: 9px;
}

#fuss .as a {
	color: #9FA3A8;
}

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


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

#navBar p {
	margin: 0;	
	border-bottom: 1px dashed #ddd;
}

#navBar a {
	border-left: 4px solid #ECF8F6;
	padding: 5px 0 6px 8px;
	color: #213375;
	display: block;
	font-size: 100%;
	text-decoration: none;
}

#navBar a:hover, #navBar a.akt {
	border-left: 4px solid #930039;
	padding: 5px 0 6px 8px;
	background-color: #E8E8E8;
	display: block;
	font-size: 100%;
	text-decoration: none;
}

#navBar a.akt {
	color: #930039;	
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/********* extra  **********/

.trenner {
	height: 100%;
}

.box {
	border: 1px solid #9FA3A8;
	background-color: #ECF8F6;
	padding: 4px;
	margin-top: 10px;
}

hr {
	margin: 10px 0 20px 0;
}

.mini {
	font-size: 70%;
	line-height: 110%;
}


