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

body {
font: 11px verdana, sans-serif;
padding:0px;
margin:20px auto;
width:600px;
}


a {
  color: #aaaaaa;
  text-decoration: none;
  border-bottom: 1px #000000 dotted;
}
a:visited {
  color:#aaaaaa;
}
a:hover {
  color: #564b47;
}
a:active {
  color:#000000;
}




/* ----------container zentriert das layout-------------- */


/* -----------------Inhalt--------------------- */
#content {
	background:#ffffff;
	margin: 40px 0 0 127px;
	padding: 0px;
	height: 300px;
}

#text {
  text-align: left;
}



/* --------------left navigavtion------------- */
#left {
  float: left;
  width: 127px;
  margin: 33px 0 0 0;
  padding: 0px;
  background:#ffffff;
}


#left ul {
	padding: 0;
	margin: 0;
	border: 0;
}

#left li {
	list-style:none;
	margin-bottom: 15px;

}

.navigations-punkte {
  font-size: 20px;
  font-weight: 900;
  font-family:"Times New Roman", Times, serif;
}


#left a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
        border: 0px;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #666666;
}
#left a:active {
	color: #666666;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
padding-left: 185px;
text-align: center;
}

#footer a {
	color: #666666;
	text-decoration: none;
	margin-right: 55px;
	font-weight: normal;
        border: 0px;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #999999;
}
#footer a:active {
  color: #000000;
}




/* -----------headernavigation--------------------------- */


#headernavigation {
		background: #ffffff ;
		position: relative;
		}

#headernavigation h4 {
	position: absolute;
	font-size:11px;
	top: 41px;
	right: 0;
	margin: 0 0 0 0;
	font-weight: normal;
	z-index: 100; /* above the UL */
				}

#headernavigation h4 a{
	margin-left:40px;
		}

