/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #e1ddd9; 
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}

.blue { color: #0495FF; }
.red { color: #D12F08 }

a {color: #fff;}
a:visited {color:#fff;}
a:hover {color: #564b47;}
a:active { color:#000000;}

#subheader {
	height: 23px;
	}

	h1 {
		font-size: 8px;
		font-weight: normal;
		background-color: #ffffff;
		margin-bottom: -1px;
	}
	
	h2 , h2 a {
		font-size:12px;
		font-weight: bold;
		margin:0;
		float: left;
		color: #fff;
		text-decoration: none;
		padding-top: 2px;
	}
	
	h3 {
		padding: 0px;
		margin: 0px;
	}
	
	h4 {
		padding: 0px;
		margin: 0px;	
	}
	
	h5 {
		padding: 0px;
		margin: 0px;
	}
	
	h6 {
		padding: 0px;
		margin: 0px;	
	}

/* ----------container to center the layout-------------- */
#container {
	width: 900px;
	margin-bottom: 10px;
	margin: 0 auto;
/* 	background-color: #e5e5e5;  */
/*	background-color: #ffffff; */
/*	border: 5px solid red; */
/*	background: url('images/container-back-ie.jpg'); */
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #e1ddd9;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin: 0 350px;	
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
}


p {
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 10px;
	border-left: 10px solid white;
	}
#right {
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-right: 10px;
	border-right: 10px solid white;	
}

#right h3 a, #left h3 a {
	font-size: 14px;
	text-decoration: none;	
}

#left a, #left a:visited {
	color: #0495FF;
}

#right a  {
	color: #D12F08;
}



/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right; }
	
/* -----------sidebar--------------------------- 
<ul style="padding: 0px; margin: 0px;">
	<li id="pages" class="widget widget_pages">	<h2 class="widgettitle">Seiten</h2>		<ul>
			<li class="page_item page-item-2"><a href="http://localhost/browser-blog.de/?page_id=2" title="Eine Seite">Eine Seite</a></li>
		</ul>
	</li>
</ul>
*/
	
#content .widget_pages { 
	padding-top: 25px;
	text-align: center; }
   
 #content .widget_pages li {
	margin-left: -30px;
	padding-left: 20px;
	list-style-type: none;
	display: block;
	}

 #content .page_item a  { 
	text-decoration: none;
	color: #999;
	display: block;
	width: 140px;
	line-height: 25px;
	}
 
 #content .page_item a:hover  { 
	background: url('images/menu-background.jpg'); 
	display: block; }
 
 
 
 #content .widgettitle { display: none; }

