@charset "UTF-8";

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	}

#content_index {
	width: 720px;
	height: 630px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	}
	
#content_band {
	width: 720px;
	height: 630px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_band.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	}
	
#content_construction {
	width: 720px;
	height: 630px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_construction.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	}
	
#content {
	width: 720px;
	height: 630px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	}

#navigation {
	width: 285px;
	height: 160px;
	}

#menu {
	position:relative;
	margin-bottom: 0;
	width: 285px;
	height: 46px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
	
#haus {
	width: 240px;
	heigt: auto;
	margin-top: 0px;
	margin-left: 20px;
	}

#footer {
	width: 720px;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-align: right;
	color: #191919;
	margin: 0px;
	padding: 0px;
	}
	
	
a:link {
	color: #FFCC00;
	text-decoration: none;
	}
	
a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #FFFFFF;
	}

a:visited {
	color: #FFCC00;
	text-decoration: none;
	}

.hidefocus { 
	outline:0; -moz-outline:0;
	}
