/** STYLES FÜR WEBSITE **/

/** Fix für IE -**/
img {
	border: none; 
}

/** Fix für volles Bild **/
body {
	width:100%;
	margin:0 auto;
	font-family: Helvetica,Arial,sans-serif;
	font-size:15px;
}

/** HEAD **/
#head {
	width: 100%;
	height: 212px;
	position:fixed;
}

#head_banner {
	max-width:1200px;
	min-width:800px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-right-color: #560025;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #560025;
	border-left-style: solid;
}

#head_logo {
	width: 230px;
	height: 170px;
	float:left;
	background-color: black;
}

#head_bild {
	width:100%;
	height:170px;
	background-image:url(http://www.hdwallpapers.in/walls/fantasy_space-wide.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#navi_line {
	width: 100%;
	height: 41px;
	background-color: white;
	border-top-width: 1px;
	border-top-color: #560025;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #560025;
	border-bottom-style: solid;
}

#navi {
	max-width:1200px;
	min-width:800px;
	height: 41px;
	margin-left:auto;
	margin-right:auto;
}

#navi_left {
	width: 230px;
	height: 40px;
	float: left;
	background-color: green;
	border-bottom-width: 1px;
	border-bottom-color: #560025;
	border-bottom-style: solid;
}

#navi_right {
	width: 100%;
	height: 40px;
	float: left;
	background-color: red;
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-bottom-style: solid;
}

#head_blocker {
	max-width:1180px;
	min-width:780px;
	height:212px;
	margin-left:auto;
	margin-right:auto;
}

/** BODY **/
#content {
	max-width:1180px;
	min-width:780px;
	height:1800px;
	margin-left:auto;
	margin-right:auto;

	padding:10px;
	border-style: solid;
	border-color: #560025;
	border-width: 1px;
}




