* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

a {
	text-decoration: none;
}

body{
	background-image: url(../bilder/kachel.jpg);
	font-size: 1em;
}

#float-container{
	width: 937px;
	margin: 0 auto;
}

#whole-container {
	background-image: url(../bilder/hintergrund.png);
	background-repeat: repeat-y;
	width: 937px;
}

#header {
	background-color: #000000;
	height: 48px;
	margin: 0 auto;
	width: 777px;
}

#logo {
	width: 214px;
	height: 48px;
	float: left;
}

#logo-sh {
	width: 105px;
	height: 48px;
	float: right;
}

#banner-container {
	width: 937px;
	height: 320px;
	margin: 0 auto;
}

#banner-left {
	width: 80px;
	height: 320px;
	float: left;
}

#banner {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	float: left;
	height: 320px;
	width: 775px;
}

#banner-right {
	width: 80px;
	height: 320px;
	float: right;
}

#navi-container {
	width: 937px;
	height: 24px;
	margin: 0 auto;
}

#mainnavi {
	background-color: #000000;
	height: 24px;
	margin: 0 auto;
	text-align: center;
	width: 777px;
}

#mainnavi a {
	color: #B5B5B5;
	display: inline-block;
	font-size: 0.75em;
	padding-top: 4px;
}

#texture-light {
	height: 26px;
	margin: 0 auto;
	width: 777px;
}

#navi-current {
	background-image: url(../bilder/navigation-current.jpg);
	background-repeat: no-repeat;
	color: #C87100;
	font-size: 0.75em;
	height: 18px;
	margin: 0 auto;
	padding-left: 95px;
	padding-top: 2px;
	width: 682px;
}

#content {
	background-image: url(../bilder/schraffur.jpg);
	background-position: 0 bottom;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-left: 95px;
	padding-right: 95px;
	padding-top: 20px;
	width: 587px;
}

#footer {
	height: 140px;
	margin: 0 auto;
	width: 777px;
	margin-bottom: 50px;
}

/**************************************************/
/******************* Schrift **********************/
/**************************************************/
div.csc-header h1 {
	color: #E9E9E9;
	font-size: 0.875em;
	margin-bottom: 14px;
}

p.bodytext {
	color: #E9E9E9;
	font-size: 0.75em;
	line-height: 1.3em;
	padding-bottom: 1.5em
}

p.bodytext a,
#content a {
	color: #1C8C90;
}

p.bodytext a:hover,
#content a:hover {
	color: #C87100;
}


