body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font: normal 100.01% Georgia, serif;
	background: #FFF;
}

p, h1 {
	margin: 0;
}

#container {
	position: relative;
	top: 25px;
	height: 580px; 
	width: 780px;
	text-align: left;	
	margin: 0 auto;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 580px;
	float: left;
	background: url(../img/left.gif) no-repeat;
}

#center {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 720px;
	height: 580px;
	float: left;
}

#right {
	position: absolute;
	top: 0px;
	left: 750px;
	width: 30px;
	height: 580px;
	float: left;
	background: url(../img/right.gif) no-repeat;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 30px;
	float: left;	
	background: url(../img/balken.gif) no-repeat;
}

#topcontent {
	position: relative;
	margin: 9px 60px 0 0;
	text-align: right;
}

#topcontent a:link, #topcontent a:visited, #topcontent a:hover, #topcontent a:active, #topcontent a:focus {
	color: #AAA;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}

#topcontent a:hover {
	color: #0C0;
}

#header {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 720px;
	height: 150px;
	float: left;
}

#maincontent {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 720px;
	height: 320px;
	float: left;
	background: url(../img/bg.gif) no-repeat;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 320px;
	float: left;
}

#menucontent {
	position: relative;
	margin-top: 68px;	
	float: right;
	line-height: 17px;
	text-align: right;
}

#menucontent #nav {
	display: block;
	text-align: right;
	height: 17px;
}

#menucontent a {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #AAA;
	text-decoration: none;
	text-align: right;
}

#menucontent span {
	color: #0C0;
	font-size: 14px;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 480px;
	height: 320px;
	float: left;
	font-size: 11px;
	color: #555;
}

#content h1 {
	color: #0C0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 17px;
}

#content p {
	line-height: 17px;
	margin-bottom: 17px;
}

#content a:link, #content a:visited, #content a:hover, #content a:active, #content a:focus {
	color: #0C0;
	font-size: 11px;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#contentcontent {
	position: relative;
	margin: 35px 50px 10px 0px;
	float: left;
}

#bottom {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 720px;
	height: 30px;
	float: left;	
	background: url(../img/balken.gif) no-repeat;
}

#bottomleft {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 190px;
	height: 30px;
	float: left;
	background: url(../img/typo3.gif) no-repeat;
	z-index: 1;
}

#bottomleftcontent {
	position: relative;
	margin: 9px 0px 0px 80px;
	text-align: left;
}

#bottomleftcontent a:link, #bottomleftcontent a:visited, #bottomleftcontent a:hover, #bottomleftcontent a:active, #bottomleftcontent a:focus {
	color: #AAA;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}

#bottomleftcontent a:hover {
	color: #0C0;
}

#bottomright {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 380px;
	height: 30px;
	float: left;
	z-index: 0;
}

#bottomrightcontent {
	position: relative;
	text-align: right;
	margin: 9px 70px 0 0;
	font-size: 11px;
	color: #AAA;
}

fieldset {
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

textarea {
	display: block;
	font-family: Georgia, serif;
	font-size: 10px;
	border:1px solid #0C0;
	color: #555;
	font-weight : normal;
	background-color: #FFF;
}

input {
	display: block;
	font-family: Georgia, serif;
	font-size: 10px;
	border:1px solid #0C0;
	color: #555;
	font-weight : normal;
	background-color: #FFF;
}

.csc-mailform {
	width: 400px;
	border: 0px none;
	font-family: Georgia, serif;
	font-size: 11px;
	color: #0C0;
	padding: 0;
}

.csc-mailform-submit {
	color: #0C0;
}

.csc-mailform-field {
	margin-bottom: 17px;
	line-height: 17px;
}

.important {
	color: #0C0;
}

.login {
	color: #0C0;
	line-height: 17px;
}

.login input {
	margin-bottom: 17px;
}

.submit {
	border: 0;
	margin-top: 17px;
}
