/* www.sherwood.de css template */

body {
	background-color: #e5f0ed;
	font-size: 0.7em;
	font-family: Verdana, Arial, Sans-Serif;
	text-align:center; /* Für IE zwecks Layer-Zentrierung */
	color: #564b47;
	padding: 0px;
	margin: 0px; 
	background-image:url(../images/back.gif); 
	background-repeat: repeat-y;
	background-position: top center;
	}

a:link {
	color: #990000; 
	text-decoration: none;
	}
a:visited {
	color:#990000; 
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
a:active { 
	color:#990000;
	text-decoration: none;
	}

/* container zentriert das layout */
#container {
	text-align:left;
	position: relative;
	width: 760px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

/* head */
#head {
	position: relative;
	width: 760px;
	height: 213px;
	overflow: visible;
	padding: 0px;
	margin: 0px; 
	background-image:url(../images/head_nc.jpg); /* ### NC ### */
	background-repeat: no-repeat;
	z-index: 1000; 
	}

* html #head {
   margin-left: 2px;
  }

/*suchfeld, im 'head' element incl. */  
#suchfeld {
	position: relative;
	width: 350px; 
	left: 444px;
	top: 43px;
	height: 40px;
	padding: 0px;
	margin: 0px; 
	z-index: 100;
	}

* html #suchfeld {margin-top: -2px;}	/*IE hack */

/*navi-oben, im 'head' element incl. */  
#navi_oben {
	position: relative;
	width: 550px; 
	left: 100px;
	top: 53px;
	height: 40px;
	padding: 0px;
	margin: 0px; 
	z-index: 100;
	}
	
* html #navi_oben {margin-top: -2px;}	/*IE hack */	

/* left navi */
#left {
	position: relative;
	width: 174px;	
	background-color: #a3cbc0;
	color: #fff;
	float: left;
	left: -6px;
	top: 4px;
	overflow: hidden;
	margin: 0px;
	padding: 0px; 
	border: 1px solid #006d52;
	border-right: 1px dotted #990000;
	z-index: 10;
	}

/* footer */
#footer {
	background-color: #a3cbc0;
	z-index: 1000;
	position: relative;
	clear: both;
	width: 760px;
	height: 32px;
	overflow: visible;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 0.8em;
	text-align: center; 
	}
* html #footer {margin-left: 2px;}	/*IE hack */

li {
	list-style-type: disc;
	}

h1 {
	font-size: 11px;
 	text-transform: uppercase;
 	background-color: #E0A3B7;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px 
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0px 260px 10px 64px;
	margin: 0px;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 260px 10px 64px;
	margin: 0px;
	}	

.nav_text {
	font-size: 0.8em;
	border-bottom: 6px solid #fff;
	}

#content_main ul {
	list-style-type: square;
	}

