/*
      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: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
	background-color: #999999;
	background: #003300 url(images/bg.jpg) repeat-x;
	background-attachment: fixed;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}

h1,h2,h3 {
margin: 0 20px 5px 20px;
font-size: 16px;
font-weight: normal;
color: #000;
letter-spacing: 3px;
line-height: normal;
}

h2 {
color: #660000;	
margin:0px;	
}

h4 {
margin: 10px 0 0 0;
padding: 4px 0 4px 6px;
font-size: 14px;
font-weight: normal;
color: #000;
letter-spacing: 2px;
line-height: normal;
background: #E0E0E0; /*url(images/arrow.gif) no-repeat;*/
background-position: right;
}


#wrapper { 
 margin: 0 auto;
 margin-top: 10px;
 width: 960px;
 background: #FFFFFF;
 background: url(images/bgtest.gif) top left repeat-y;
}

#innerwrapper { 

 /*background: url(images/bgtest.gif) top left repeat-y;*/
}

#header {
 color: #333;
 width: 960px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 160px;
 margin: 0px 0px 0px 0px;
 background: url(images/banner.jpg) no-repeat 0% 0%;
}
#leftcolumn {
 font-size: 15px; 
 color: #FFFFFF;
 border: 0px solid #ccc;
 background: #660000;;
 /*background: #660000 url(images/hoehefix.gif) no-repeat 0% 0%;*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 600px;
 width: 150px;
 float: left;
}

#leftcolumn a
{
	color: white;
	text-decoration: none;
	list-style: none;
		
}

#leftcolumn ul {
line-height:20pt;	
list-style: none;
padding: 5px;
//margin: 10px;
}


#content { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 300px;
 width: 560px;
 display: inline;
}
#rightcolumn { 
 color: #000;
 border: 0px solid #ccc;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 5px 0px;
 height: 350px;
 width: 180px;
 float: left;
}

#kontakt
{
	width: 140px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid rgb(202, 202, 202);//#660000;;
}
#footer { 
 width: 960px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}