* { 
	padding:0px;
	margin:0px;
}

body {
	line-height: 1.5em;
	color: #110000;
	font-size: 11px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;  
	text-align:left;             						/* center */
	background: url(../images/bg_pattern.jpg) top left repeat;
	
	
}


/*  GLOBALS */
html[xmlns="http"]
{
/* verhindert Mozilla-Zucken
* > Firefox 1.5
*/
overflow-y: scroll;
}

#wrapper {background-color: #none;
		width: 850px;
		height: 530px;
		margin: 0 auto;
		padding: 15px 0 0 0;
		}
		   	
#header {background: url(../images/kopf.jpg) top left no-repeat;
		height: 170px;
		width: 850px;
		background-color: none;
		margin-bottom:10px;
		border-top-style:solid;
		border-width:20px;
		border-color:#211611;
		-moz-border-radius-topright:20px;
		-khtml-border-radius-topright:20px;
		-moz-border-radius-bottomleft:20px;
		-khtml-border-radius-bottomleft:20px;
	   	}

#navi {background-image: url(../images/bg_navi.jpg); background-repeat:no-repeat;
		width:175px;
		height:310px;
		
		padding-top:20px;
		float:left;
		background-color: #cff4f9;
		
		}
		
#content {background-color: #d4d1cf;
		background-image: url(../images/bg_content.jpg);
background-repeat:repeat-x;
		width:530px;
		height:320px;
		float:left;
		padding-left:65px;padding-top:10px;
		padding-right:80px;	
		text-align:left;
		-moz-border-radius-topright:20px;
	-khtml-border-radius-topright:20px;

		}

#content2 {background-color: #d4d1cf;
		background-image: url(../images/bg_content2.jpg);
background-repeat:repeat-x;
		width:530px;
		height:320px;
		float:left;
		padding-left:65px;padding-top:10px;
		padding-right:80px;	
		text-align:left;
		-moz-border-radius-topright:20px;
	-khtml-border-radius-topright:20px;

		}
		
#footer {
	-moz-border-radius-bottomleft:20px;
	-khtml-border-radius-bottomleft:20px;	
		width:850px;
		height:20px;
		padding-top:2px;
		text-align:center;
		background-color:#211611;
		float:left;
		color: #fff;
}
#footer a 		{font-size:11px; color: #fff; font-weight: normal; text-decoration: none; padding: 0 10px 0 8px; }
#footer a:hover {color: #CFF4F9; }




#icon {background-color: #none;
		width: 200px;
		height: 200px;
		position:absolute;
		top:0px;right:0px;
		}

.logo {
		border: 0px solid #ff0000;
		width: 225px;
		height: 100px;
		
}

/*   - - - - - - - - - - - - - */











a.content {font-family:arial;
			font-size:11px;color: #110000;
		height:20px;
			text-decoration:underline;}
a.content:hover {font-family:arial;
			font-size:11px;
			font-weight:bold;color: #110000;
		height:20px;}







a.menue
      	{
		text-decoration: none;
		
	  	font-family: Arial;
      	font-size:11px;
      	color: #110000;
		height:20px;
	    
	    }

a.menue:hover
      {
    	Color: #110000;
		font-weight: bold;
		height:20px;
		width:120px;
		text-decoration: none;
		
		}


p	{padding: 0 0 0.7em 0;}

h2 {color: #110000;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	margin-bottom: 15px;
	}


		


		


