@charset "UTF-8";

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: #000000;
}

h1 {
	font-size: 14px;
}
h2 {
	font-weight: bold;
	font-size: 12px;	
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF6406;
	text-decoration: underline;
}

#rainrock {
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	position:absolute;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#kopf {
	left: 0px;
	top: 0px;	
}
#navi {
	left: 0px;
	top: 0px;
	height: 61px;
	width: 1024px;
}
#leiste {
	left: 0px;
	top: 0px;
	height: 82px;
	width: 1024px;
	border: thin none #CC0000;
}
	
#bauch {
	left: 0px;
	top: 0px;
	border: thin none #FFFFFF;
}
#inhaltgrau {
	left: 0px;
	top: 0px;
	background-color: #D9D9D9;
	width: 700px;
	margin-left: 292px;
	overflow:hidden;	
}
#inhalt {
	padding: 20px;		
}
#navilinks {
	left: 0px;
	top: 0px;
	width: 291px;
	float: left;
}
#fuss {
	height: 44px;
	width: 1024px;
}
.clear {
	clear: both;
}
