/* MASTER */

body
{	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0; 
	margin: 0;
}



h1{
font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #723B40;
	line-height: 28px;
}

h2{
font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #333333;
	line-height: 28px;
}

a {
	font-family: "Arial";
	line-height: 19px;
	color: #723B40;
	text-decoration: none;
}
	
a:link {
	font-family: "Arial";
	line-height: 19px;
	color: #333333;
	text-decoration: none;


}

a:visited {
	font-family: "Arial";
	line-height: 19px;
	color: #333333;
	text-decoration: none;


}

a:hover {
	font-family: "Arial";
	line-height: 19px;
	color: #F7941D;
	text-decoration: none;

}



/* LAYOUT */
#page {
	background-color: #fff;
	position:relative;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	height: 1627px;


	}

#logo {
	
	float:left;
	background-color: #fff;
	background-image: url("../bilder/logo.jpg");
	background-repeat: no-repeat;
	height:146px;
	width:985px;
	}
	
#navi {
	float:left;
	background-color: #fff;
	height:20px;
	width:985px;
	margin-top:10px;
	}
	
#subnavi {
	float:left;
	background-color: #fff;
	height:17px;
	width:985px;
	margin-top:8px;
	color: #7b3550;
	}
#content {
	clear:both;
	background-color: #fff;
	width:985px;
	margin-top: 14px;

	}
	
	
#footage {
	float:left;
	background-color: #fff;
	width:985px;
	height: 15px;
	margin-top:10px;
	}
	
.footagelink {
	color: #333333;
	font-size: 10px;
}


.footagelink a {
	color: #333333;
	font-size: 10px;
}

.footagelink a:link {
	color: #333333;
	font-size: 10px;
}

.footagelink a:hover {
	color: #F7941D;
	font-size: 10px;
}

#impressum {
	float:left;
	background-color: #fff;
	width:261px;
	height: 15px;

	}
#links {
	float:right;
	background-color: #fff;
	width:718px;
	height: 15px;
	color: #666666;
	font-size: 10px;
	}

