/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(images/bgr.jpg) repeat-x #FFF scroll;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#topheader {
 color: #999999;
 width: 912px;
 float: left;
 padding: 0px;
 padding-left: 10px;
 padding-top: 6px;
 padding-bottom: 6px;
 border: 1px solid #000000;
 height: 15px;
 margin: 5px 0px 5px 0px;
 background: #000000;
}
#topheader a , #topheader a:visited , #topheader a:active {
 font-weight: bold;
 font-size: 12px;
 color: #f99c1c;
 text-decoration:none ;
}
#header {
 color: #999999;
 width: 922px;
 float: left;
 padding: 0px;
 border: 1px solid #000000;
 height: 160px;
 margin: 0px 0px 15px 0px;
 background: #000;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #26734c;
 margin: 0px 0px 5px 0px;
 background: #26734c;
}
/#navi a , #navi li , #navi a:visited , #navi a:active {display:block;
background-color: #ffffff;
color: #000000;
text-decoration:none ;
font: normal 11px verdana, sans-serif;
line-height:20px;
text-decoration: none;
padding: 0px 5px 0px 5px;
text-align: center;
border-right: solid 1px #000000;
border-top: solid 1px #000000;
}
/#navi a:hover{
background-color:#339966;
color:#ffffff;
text-decoration:none;
}
#leftcolumn { 
 color: #000;
 border: 1px solid #000;
 margin: 0px 5px 15px 0px;
 padding: 30px 20px;
 height: auto;
 width: 620px;
 float: left;
 background: #FFF;
}
#leftcolumn a , #leftcolumn a:visited , #leftcolumn a:active {
 font-weight: bold;
 color: #f99c1c;
 font: normal 1em Tahoma, Georgia, serif;
 line-height: 2.0em;
 letter-spacing: 0.15em;
}
#leftcolumn p.newstitel { 
 color: #000;
 font: normal 1.5em Verdana, Tahoma, "Lucida Sans Unicode", Georgia, serif;
 line-height: 1.8em;
 letter-spacing: 0.05em;
}
#leftcolumn p.tore { 
 color: #000;
 font: normal 0.9em Tahoma, "Lucida Sans Unicode", Georgia, serif;
 line-height: 1.7em;
 letter-spacing: 0.10em;
}
#leftcolumn p.newsdatum { 
 color: #000;
 font: normal 1.0em Arial, Tahoma, Georgia, serif;
 line-height: 1.9em;
 letter-spacing: 0.25em;
}
#leftcolumn p.news { 
 color: #000;
 font: normal 0.95em Tahoma, Georgia, serif;
 line-height: 1.8em;
 letter-spacing: 0.15em;
 text-align: justify;
}
#leftcolumn p.news-alt { 
 color: #000;
 font: normal 0.85em Tahoma, Georgia, serif;
 line-height: 1.7em;
 letter-spacing: 0.10em;
 text-align: justify;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #000;
 margin: 0px 0px 10px 0px;
 padding: 30px 10px 30px 10px;
 height: auto;
 width: 225px;
 display: inline;
 background: #FFF;
}
#rightcolumn p.datum { 
 color: #f99c1c;
 font: normal 1.0em Arial, Tahoma, Georgia, serif;
 line-height: 1.9em;
 letter-spacing: 0.10em;
}
#rightcolumn p.seiteninhalte { 
 color: #808080;
 font: normal 0.90em Tahoma, Georgia, serif;
 line-height: 1.8em;
 letter-spacing: 0.10em;
 margin: 0px 0px 15px 0px;
}
#rightcolumn a , #rightcolumn a:visited , #rightcolumn a:active {
 color: #339966;
 text-decoration:none ;
}
#footer { 
 width: 900px;
 clear: both;
 color: #666666;
 border: 1px dotted #f99c1c;
 background: #000000;
 margin: 15px 0px -3px 0px;
 padding: 10px;
 text-align:center;
}
