/*
CSS made out of a http://www.code-sucks.com template
Edited by Martin Bichler, Nuremberg  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(images/body_bg.jpg) repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 height: 800px;
 background: url(images/radar.png) no-repeat;
}
#header {
 color: #333;
 width: 918px;
 float: left;
 padding: 0px;
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
 height: 160px;
 margin: 30px 0px 0px 0px;
 background: #fff url(images/header.jpg) no-repeat;
}
#navigation {
 width: 918px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 21px;
 margin: 0px 0px 0px 0px;
 background: #999;
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
}

#headline {
 width: 890px;
 float: left;
 padding: 0px 0px 0px 30px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 0px 0px 0px 0px;
}

#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 40px 0px 0px 10px;
 width: 180px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 30px 20px 30px;
 width: 448px;
}

div#contentlinks{
float:left;
width:170px;
border:solid 0px blue;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 30px;
}

#rightcolumn { 
 color: #333;
 text-align: right;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 30px 20px 10px;
 width: 160px;
 float: left;
 position: relative;
}


#footer {
 font-size:85%;
 color: #333;
 width: 918px;
 float: left;
 padding: 10px 0px 0px 0px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
 height: 200px;
 margin: 20px 0px 0px 0px;
 background: #fff;
}

#trenner
{
clear:both;
height:1px;
border-bottom: 1px dotted #999999;
margin:0px 20px 20px 0px;
}

/* textformatierung */

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-family: Times, Helvetica, sans-serif;
	font-size:200%;
	color: #999; 
	margin: 30px 0px 0px 0px; 
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-family: Times, Helvetica, sans-serif;
	font-size:160%;
	color: #999;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%; 
	margin: 7px 0px 3px 0px; 
}
h4 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:85%; 
	margin: 5px 0px 5px 0px; 
}

}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding: 3px;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


/*navigation*/

#navcontainer
{
margin: 0px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
height: 18px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
border-right: none;
padding: 1px 10px 0px 10px;
margin: 0 0 10px 0;
color: #999;
text-decoration: none;
display: block;
text-align: center;
}

#navcontainer ul li a:hover
{
color: #999;
background: #e2e2e2;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #707070;
color: #fff;
}

