@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #444;
	background: url(../jpg/body_bg.jpg);
}	
#wrapper {
	margin: 0px auto;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#header {
	background: url(../jpg/header.jpg) top left no-repeat;
	height: 240px;
}	
#content {
	margin-top: 40px;
	line-height: 18px;
	text-shadow: #FFF 1px 1px 1px;
}
#monat {
	padding: 20px 0 20px 0;
}	
#achtung {
	margin: 10px 0 30px 0;
	width: 650px;
}	
#left {
	float: left;
	width: 300px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left ul li a {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #444;
	background: url(../jpg/box_off.jpg);
	border-top: 1px dashed #F2F1EF;
	border-bottom: 1px dashed #F2F1EF;
}	
#left ul li a:hover {
	color: #D6582E;
	background: url(../jpg/box_on.jpg);
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
#middle {
	float: left;
	margin-left: 50px;
	width: 300px;
}
#middle ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#middle ul li a {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #444;
	background: url(../jpg/box_off.jpg);
	border-top: 1px dashed #F2F1EF;
	border-bottom: 1px dashed #F2F1EF;
}	
#middle ul li a:hover {
	color: #D6582E;
	background: url(../jpg/box_on.jpg);
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
#right {
	float: right;
	width: 300px;
}
#right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#right ul li a {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #D6582E;
	background: url(../jpg/box_off.jpg);
}	
#right ul li a:hover {
	color: #444;
	background: url(../jpg/box_on.jpg);
}
#about, #archiv, #freunde, #interviews, #frage, #follow, #dank {
	margin-bottom: 40px;
}
#frage {
	padding: 30px 10px 10px 10px;
	background: url(../jpg/interview_bg.jpg);
}
#frage a {
	text-decoration: underline;
	color: #444;
}
#frage a:hover {
	text-decoration: none;
	color: #D6582E;	
}			
#archiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#archiv ul li a {
	display: block;
	padding: 10px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #444;
	background: url(../jpg/box_off.jpg);
}	
#archiv ul li a:hover {
	color: #D6582E;
	background: url(../jpg/box_on.jpg);
}
#col_clear {
	clear: both;
	height: 40px;
}	
#footer {
	background: url(../jpg/footer.jpg) top;
}
#inlay {
	margin: 0px auto;
	padding: 20px;
	width: 1000px;
	line-height: 18px;
}	
#ileft {
	float: left;
	width: 300px;
}
#ileft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ileft ul a {
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #444;
	background: url(../png/list_off.png) bottom repeat-x;
}	
#ileft ul a:hover {
	color: #D6582E;
}	
#imiddle {
	float: left;
	margin-left: 50px;
	width: 300px;
}
#iright {
	float: right;
	width: 300px;
}
#iright a {
	text-decoration: underline;
	color: #444;
}
#iright a:hover {
	text-decoration: none;
	color: #D6582E;
}		
#col_clear02 {
	clear: both;
	height: 20px;
}								
.h1 {font-size: 1.2em; color: #222;}
.h2 {font-size: 1.1em; color: #666;}
.orange {color: #D6582E;} 
.trenner {background: url(../jpg/trenner.jpg) top center repeat-x;}	
.small {font-size: 0.8em;}