body {
	margin: 0px;
}

#mainContainer {
	position: absolute;
	padding:0;
	left: 50%;
	width: 750;
	margin-left: -375px;
}

#header {
	background-image: url();
	background-repeat: no-repeat;
	width: 750px;
	height: 200px;
}

#headerIndex {
	background-image: url();
	background-repeat: no-repeat;
	width: 750px;
	height: 400px;
}

#logo {
	position: relative;
	width: 748px;
	height: 80px;
	top: 5px;
	border: 1px solid #CCCCCC;
	text-align: right;
}

#logoIndex {
	position: absolute;
	width: 748px;
	height: 80px;
	top: 405px;
	border: 1px solid #CCCCCC;
	text-align: right;
}

.headline
{
	position:relative;
	left: 10px;
	top: 166px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

.headlineIndex
{
	position:relative;
	left: 10px;
	top: 366px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}


/*
 SERVICE
*/

#serviceContentLeft {
	position: relative;
	width: 150px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#serviceContentRight {
	position:relative;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 5px;
	padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

.serviceContentRightA {
	width: 552px;
	background: #97C33C;
	color: #FFFFFF;
padding-bottom: 20px;
}

.serviceContentRightB {
	width: 550px;
	height: 135px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.serviceContentLeftTextTop{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #6C8C2B;
}

.serviceContentLeftTextBottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C8C2B;
	padding-left: 10px;
	background-color: #FFFFFF;
	vertical-align:middle;
	font-weight: bold;
}

/*
 NEWS
*/
#commonContent {
	position: relative;
	width: 730px;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	top: 15px;
}

#commonContent a:visited, #commonContent a:link {
	color: #ffffff;
}

.refImages {
	position: relative;
	top: 20px;
}

#refFooter {
	position: relative;
	top: 25px;
	background: #97C33C;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding: 10px
}
 
#refFooter a:link, #refFooter a:visited {
	color: #000000;
}

.bgDunkelGruen {
	background: #6C8C2B;
}

.bgHellGruenDetail {
	position: relative;
	top: 20px;
	background: #97C33C;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

.bgHellGruenPadding {
	position: relative;
	top: 20px;
	background: #97C33C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 35px;
}

.bgHellGruen {
	background: #97C33C;
	width: 63px;
}

.bgWeiss {
	background: #ffffff;
	height: 40px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-align: left;
	vertical-align: baseline;
}

/*
 SEMINARE
*/

.seminarNavigation {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #ffffff;
	height: 33px;
	vertical-align:middle;
}

.seminarNavigation a:link, .seminarNavigation a:visited {
	color: #666666;
	text-decoration: none;
}

.seminarContentLeft {
	width: 170px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
}

.seminarContentRight {
	width: 570px;
	background: #97C33C;
	color: #FFFFFF;
	margin-left: 5px;
}

.seminarBContentLeft {
	width: 468px;
	background: #97C33C;
	color: #333333;
	padding: 20px;
}

.seminarBContentRight {
	width: 194px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	padding: 20px;
}

.seminarBContentRight a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#seminarContent {
	position: relative;
	font-family: Verdana;
	font-size: 14px;
}


a:link, a:visited {
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}		