/* CSS Document */
html { 
	height:100%; 
	margin:0; 
	padding:0; 
}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #FF3333;
	background-image: url(images/extrabreit.gif);
	background-repeat: repeat-y;
}


#head {
	width: 100%;
	height: 144px;
	background-color: #FF3333;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 3;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 775px;
	min-height:100%;
}
#startcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	min-height:100%;
	background-color: #FF3333;
}

#rotseit {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 97px;
	min-height:100%;
	background-color: #FF3333;
}

* html div { height:100%; }



.fliesstext {
	font-family: Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #424242;
	text-decoration: none;
}
a.mailink {
	font-family: Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FF3333;
	text-decoration: none;
}
