@charset "utf-8";
/* CSS Document */

/* general */

body, #contentcont, .headline, .alert {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../bilder/layout/bckgr.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 50px;
	text-align: left;
	font-size: 13px;
	line-height:21px;
}

/* container */

#head {
	background-image: url(../bilder/layout/head.jpg);
	width: 1000px;
	height: 143px;
	position: relative;
	float: left;
}

#main {
	width: 1000px;
	margin: 0 auto;
}

#spuren {
	background-image: url(../bilder/layout/bckg.jpg);
	width: 587px;
	height: 446px;
	position: absolute;
	top: 0;
	left: 0;
}

#gr1, #gr2, #gr3 {
	position: absolute;
	z-index: 3;
}

#gr1 {
	height: 247px;
	width: 385px;
	background-image: url(../bilder/layout/side_01.png);
}

#gr2 {
	height: 233px;
	width: 223px;
	background-image: url(../bilder/layout/side_02.png);
	top: 247px;
}

#gr3 {
	height: 170px;
	width: 164px;
	background-image: url(../bilder/layout/side_03.png);
	top: 480px;
}

#red { 
	width: 1000px;
	float: left;
	position: relative;
	background-color: #FF0000;
	z-index: 2;
}

#contentcont {
	width: 845px;
	height: auto;
	min-height: 600px;
	background-color: #FFFFFF;
	float: right;
	position: relative;
}

#foot {
	width: 830px;
	height: 27px;
	background-color: #E3E3E3;
	position: relative;
	float: right;
	z-index: 1;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

#navicont {
	width: 225px;
	position: absolute;
	top: 193px;
	float: left;
	z-index: 4;
}

#picframe {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 3px;
	margin-bottom: 20px;
	border: 0px;
	-moz-border-radius-bottomright: 30px;
	-khtml-border-radius-bottomright: 30px;
}


.trenner {
	width: 100%;
	height: 25px;
	float: left;
	position: relative;
}

