body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #515A5A;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background: #2D3233 url(grafiks/main-bg.gif) fixed;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	overflow-x: hidden;
}

a,
a:link,
a:visited,
div.projekttitel a,
div.projekttitel a:link,
div.projekttitel a:visited {
	font-weight: normal;
	color: #B4BEBF;
	text-decoration: none;
}

a:hover,
div.projekttitel a:hover {
	color: #B4BEBF;
	background: #B4BEBF;
	text-decoration: none;
}

a:active,
div.projekttitel a:active {
	color: #FF251A;
	background: #FF251A;
	text-decoration: none;
}

* html body {
	overflow: hidden;
	overflow-y: auto;
	width: auto;
	height: auto;
}

#headframe {
	position: relative;
	float: none;
	clear: both;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 240px;
}

#navframe {
	position: absolute;
	top: 5px;
	left: 800px;
	margin: 0px;
	width: 150px;
	background: transparent;
}

#headframe-klein {
	position: relative;
	float: none;
	clear: both;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0px;
	width: 180px;
	background: transparent;
}

#logo a:hover {
	background: transparent;
	text-decoration: none;
}

#infocontainer {
	position: absolute;
	width: 720px;
	height: 50px;
	top: 100px;
	left: 10px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

#kontaktcontainer {
	position: absolute;
	width: 480px;
	height: 50px;
	top: 170px;
	left: 10px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

#kontaktcontainer2 {
	position: absolute;
	width: 260px;
	height: 60px;
	top: 40px;
	left: 520px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

#mainframe {
	position: relative;
	float: none;
	clear: both;
	top: 1px;
	left: 10px;
	width: 100%;
	height: auto;
	overflow: visible;
	margin: 10px 0px 20px 0px;
}

div.textpart {
	position: relative;
	float: left;
	clear: none;
	width: 600px;
	height: auto;
	overflow: visible;
	padding: 0px;
	margin: 0px 1px 1px 0px;

}

div.contentpart {
	position: relative;
	float: left;
	clear: none;
	width: 400px;
	background: transparent;
	margin: 0px 2px 2px 0px;
	border-top: 2px solid #B4BEBF;
}

div.projekttitel {
	position: relative;
	float: left;
	clear: both;
	width: 380px;
	height: 50px;
	padding: 5px 5px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

*html div.projekttitel {
	width: 400px;
}


div.projektbild {
	position: relative;
	float: none;
	clear: both;
}

#footerframe {
	position: relative;
	float: none;
	clear: both;
	top: 10px;
	left: 15px;
	width: 95%;
	height: 10px;
	padding: 5px;
	background: transparent;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

*html #footerframe {
	top: 0px;
	height: 10px;
}

