/*  
Theme Name: Ernaehrung-direkt.de
Theme URI: http://Ernaehrung-direkt.de/
Description: Template
Version: 1.0
Author: Jan Pietruska
Author URI: http://Ernaehrung-direkt.de/
*/

/* ################################### LAYOUT*/
BODY, HTML {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #DDFFDF;
	color: #003300;
	font-family: Arial;
	}
	#container {
		width: 900px;
		margin: auto;
		border-left: 5px solid #006600;
		border-right: 5px solid #669900;		
		min-height: 100%;
		_height: 100%;
		background: url(bilder/hg-container.png);
		}
		#container #kopf {
			height: 150px;
			border-bottom: 10px solid white;
			}
		#container #links {
			width: 200px;
			float: left;
			font-size: 0.8em;
			}
			#container #links LI {
				visibility: hidden;
				}
			#container #links UL {
				margin: 0 0 0 5px;
				padding: 0 0 0 5px;
				list-style: none;
				}
				#container #links UL UL {
					position: absolute;
					left: -1000px;
					top: -100000px;
					}
				#container #links UL LI.current_page_item UL,
				#container #links UL LI.current_page_parent UL {
					position: relative;
					left: 0;
					top: 0;
					}
				.page-item-430 {
					display: none;
					}
				#container #links UL LI {
					visibility: visible;
					}
					#container #links UL LI A {
						color: #003300;
						text-decoration: none;
						border-top: 1px dotted #498806;
						padding: 5px 0;
						display: block;
						}
					#container #links UL LI.current_page_item A {
						color: red;
						}
					#container #links UL LI.current_page_item UL A {
						color: #003300;
						}
		#container #mitte {
			width: 520px;
			float: left;
			line-height: 22px;
			padding: 0 10px;
			}			
			.post H2 {background: #DDFFDF; font-size: 1.2em; padding: 3px;}
			#container #mitte IMG {float: right; margin: 0 0 10px 10px; border: 1px solid #006600; padding: 1px;}
		#container #rechts {
			width: 130px;
			float: left;
			margin-left: 20px;
			}	
		#footer {
			clear: both;
			height: 30px;
			}
/* ################################### INLINE*/
.center {
	text-align: center;
	border-top: 1px solid #003300;
	padding-top: 5px;
	}
H2 A {
	 color: #003300;
	 font-size: 0.9em;
	 line-height: 30px;
	 }
