body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/background.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	overflow: scroll;}
hr {
	display: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 15px;
}
#header {
	width: 980px;
	height: 150px;
	margin: 20px auto 0px auto;/*background-image: url(../images/img01.gif);background-repeat: repeat-x;*/background-color: #414141;
}

#search {
	float: right;
	width: 300px;
	padding: 150px 0 0 0;
}
#search legend {
	display: none;
}
#searchfield {
	width: 200px;
}
#searchsubmit {
	width: 80px;
}
#page {
	width: 980px;
	margin: 0 auto;

}

#stripes, stripes2 {
		background: #EEE url(../images/stripes.gif) repeat-x;
		height: 5px;}

#stripes2 {
	background: #EEE url(../images/stripes.gif) repeat-x;
	height: 5px;
	background-position: left bottom;
}

/* navigation */
#nav {
	width: 980px;
	height: 40px; 
	background: #D9E1E5 url(../images/nav.gif);
/*	background-position: left bottom; */
}

#nav a {
	display: block; 	
	background: #D9E1E5 url(../images/nav.gif); 	
	color: #cecece; 
	float: left; 
	font: bold 13px sans-serif; 
}
	
#nav a:hover {
/*	background-position: left bottom; */
/*	color: red;*/
}

	/*Rubrikliste*/
	ul#Navigation {
  		margin: 0; padding: 0;
    	text-align: center;
  	}

  	/*Rubriken*/
  	ul#Navigation li {
    	list-style: none;
    	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    	position: relative;
    	margin: 0; padding: 0;
    	
  	}
  	
  	ul#Navigation li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-weight: bold; font-size: 16px;}

  	/*Navigationslinks/-buttons*/
  	ul#Navigation a, ul#Navigation span {
    	/*display: block;*/
    	/*width: 100px; */ /* Breite den in li enthaltenen Elementen zuweisen */
    	/*line-height: 40px;*/
    	height: 28px;
    	padding: 8px 10px 2px 10px;
    	text-decoration: none; font-weight: bold;
    	border: 1px solid black;
    	border-left-color: white; border-top-color: white;
	}
  
	/*Hovereffekt für Menuepunkte und Rubriken*/
  	ul#Navigation a:hover, li a#current, li a#section {
    	border-color: white;
    	border-left-color: black; border-top-color: black;
    	color: #cd0000; background-color: gray;
    	background-position: left bottom;
  	}
  
  	/*aktuelle Rubrik kennzeichnen (siehe auch oben)*/
  	li a#current, li a#section {
    	color: white; 
  	}
  
  	/*aktiver Menuepunkt*/
/*  	li a.active{  
   		background-position: left bottom;		color: #ed7300;
	}*/

#content {
	padding: 0px 0;
	float: right;
	width: 790px;
}

.Breadcrumbs {
	padding: 15px 15px 0px 15px;}
	
.Breadcrumbs p {	margin: 0;
}

.post {
	padding: 15px 15px;
	/*background: url(../images/img04.jpg) no-repeat;*/
}
.post .title {
	letter-spacing: -1px;
	font-size: 2.0em;
	color: #356AA0;
}
.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 20px 0em 20px 0em;	
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
	padding: 8px 15px 1px 30px;
	background: url(../images/w_sub.jpg) no-repeat;
}
#sidebar li ul {
	line-height: 2em;
}
#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}
#footer {
	clear: both;
	padding: 30px 0;
/*	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;*/
}
#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}
