body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565c74;
	line-height: 24px;
	background:#efeddf url(img/mainBG.gif) repeat-x;
}

#headline {
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;

}

img {
	border:0px;
}

#header {
	margin:0px; 
	width:789px; 
	height:249px; 
	background: url(../img/header.png) no-repeat;
}

#content {
	width:719px; 
	background:url(../img/content.png) repeat-y; 
	padding: 0px 35px;
	text-align:left;
}

#footer {
	width:789px; 
	height:108px; 
	background: url(../img/footer.png) no-repeat;
}

#contentbereich {
	width: 610px;
	padding: 30px 25px;
}

/* ########## MENÜ ########## */

div.navi {
	height:32px;
}

#home {
	width: 98px;
	background: url(../img/btnHome.gif);
}

#home:hover {
	background: url(../img/btnHomea.gif);
}

#weg {
	width: 181px;
	background:url(../img/btnWeg.gif);
}

#weg:hover {
	background:url(../img/btnWega.gif);
}

#reise {
	width: 223px;
	background:url(../img/btnReise.gif);
}

#reise:hover {
	background:url(../img/btnReisea.gif);
}

#foto {
	width: 95px;
	background:url(../img/btnFotos.gif);
}

#foto:hover {
	background:url(../img/btnFotosa.gif);
}

#kontakt {
	width:122px;
	background:url(../img/btnKontakt.gif);
}

#kontakt:hover {
	background:url(../img/btnKontakta.gif);
}

/* ########## LINK ########## */

a:link { font-size:12px; font-weight:bold; text-decoration:underline; color:#b1294f;}
a:visited { font-size:12px; font-weight:bold; text-decoration:underline; color:#b1294f;}
a:active { font-size:12px; font-weight:bold; text-decoration:underline; color:#b1294f;}
a:hover { font-size:12px; font-weight:bold; text-decoration:underline; color:#000000;}


