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

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

body{
	background-color: #fffafa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
}

a{
	color: #006699;
	text-decoration: none;
}

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

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

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #334d55;
	font-weight: bold;
	}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 }

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #334d55;
 margin: 1em 0 0 0;
 }

h4{
	font-weight: bold;
	color: #006699;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
}

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

ul ul ul{
 list-style-type: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 5px 0px 5px 20px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/blumenbergshof-teich-735x27.jpg);
	background-repeat: no-repeat;
	}

#navBar{
	float: left;
	width: 14em;
	margin: 15px 0 0 0;
	padding: 0px;
	background: #eee;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-weight: bold;
}
#headlines{
	font-size: 0.8em;
  	float: right;
	width: 15em;
	padding: 1.5em;
	margin: 0 0 1.1em;
	border-left: 1px dashed silver;
	border-bottom: 1px dashed silver;
	}
#content{
	padding: 0;
	margin: 0 14em 1em 15em;
	}
	* html #content{
	  height: 1em; /*workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6*/
	}	
 #siteInfo{
 	clear: both;
 	border: 1px solid silver;
	font-size: 0.8em;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

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

.feature{
	padding: 5px 0 0 0;
	font-size: 0.8em;
	line-height: 1.2;
}

.feature h3{
	padding: 10px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 10px 0;
	}
/************** .story styles *****************/

.story{
	padding: 1em 0 0 0;
	font-size: 0.8em;
	line-height: 1.2;	
}
.story h3{
	padding: 5px 0px 0px 0px;
}

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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 1em; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid silver;
	font-size: 0.83em;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid silver;
	padding: 5px 0px 5px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
