/* CSS Formatierungen für http://www.teratolepis.de * (c) bei Timo Plochowietz -- Feel Free to Use*/

body {
	margin: 0;
	background:#423e33;
}

#index img{
         border-color:#000000;
		 border-style:dotted;
		 }

#website{
	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 100%;
}

#content { 
	position: absolute;
	top: 89px;
	left: 20px;
	right: 180px;
	height: auto;
	width: auto;
	padding: 0px 10px 10px 0px;
	background-color: #5e5e5e;
  	border: 3px solid #000000;
}

#navigation {
	position: absolute;
  	top: 89px;
  	right: 20px;
  	padding: 10px;
  	background-color: #5e5e5e;
  	border: 3px solid #000000;
  	width: 120px;
  	text-align: left;
  	vertical-align: top;
}

#header {
	position:inline;
  	height: 69px;
	background: #5e5e5e;
  	border-width: 3px 3px;
  	border-style:solid;
  	border-color: #000000;
}

                
#steckbrief { 
	position:absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: auto;
	width: auto;
	background-color: #5e5e5e;
  	border: 3px solid #000000;
}

a {
	font-family: Verdana;
	color: #F8AC08;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	}

a:link, a:visited {
	color: #F8AC08;
}
	
a:hover {
	color: #FFFFFF;	
}

p {
	font-family: Verdana;
	color: #F8AC08;
	font-size: 0.8em;
	text-align:inherit;
}



li	{
		font-family: Verdana;
		color: #F8AC08;
		font-size: 0.8em;		
	}
	
td { 
         font-family: Verdana;
		 color: #F8AC08;
		 font-size: 0.8.em;
		 }	
		 
#others {
        display:block;
		
	    background-color:#000000;
	    font-family:Verdana;
	    font-size:12px;
	    text-align:left;
	    font-weight:bold;
	    color:#FFFF00;
		text-decoration:underline;
		}
#zitat {
        display:block;
		position:relative;
	    left:5px;
	    height: auto;
	    width: auto;
		border-style:solid;
	    background-color:#8a7878;
	    font-family:Verdana;
	    font-size:12px;
	    text-align:left;
	    color:#000000;
	  }

#link_box {
           display:block;
		   position:relative;
		   left:2px;
		   height:auto;
		   width:auto;
		   border-style:dotted;
		   border-width:thin;
		   background-color:#8a7878;
		   font-family:Verdana;
		   font-size:12px;
		   text-align:left;
		   color:#F8AC08;
		   }