@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
    }
	
#main {
	width: 1000px; 
	border: 1px solid #000000;
	text-align: left;
	background-image:url(img/bg_main.gif);
	background-position:left top;
	background-repeat: repeat-y;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
	
#top{ 
    	height: 250px;
		background-image: url(img/top1.jpg);
		background-repeat: no-repeat;
		background-position: 0px;
		padding: 0 10px; 
    } 

#navi {
	float: left;
	width: 209px;
	min-height:400px;
	max-height: 1000px;
	background: #A32D30;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
    }

#inhalt{
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 209px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F5F5DD;
	border-right-color: #F5F5DD;
	border-bottom-color: #F5F5DD;
	border-left-color: #F5F5DD;
	width: 730px;
    } 

#footer {
	width: 1000px;
	background-color: #A32D30;
	background-position: center center;
    } 
/*Links*/

a {
	color: #A32D30;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}

a.footer {
	color: White;
}


/*Text*/

h1 {
	color: #A32D30;
	font-size: 130%;
}

h2 {
	color: #A32D30;
	font-size: 110%
}

