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

body, html {
background-color:#ffffff;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
text-align:center;
background-image:url(img/webdesignbg.png);
background-position:top;
background-repeat:repeat-x;
}


div.container {
	position: absolute;
	width:990px;
	left: 50%;
	margin-left: -495px;
	text-align:center;
}

div.header {
	height:34px;
	width:990px;
}

div.headerlinks {
	height:24px;
	width:400px;
	float:left;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	padding-top:5px;
	text-align:left;
}

div.headerlinks a:link {
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

div.headerlinks a:active {
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

div.headerlinks a:hover {
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

div.headerlinks a:visited {
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}


div.headerrechts {
	height:24px;
	width:400px;
	float:right;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	padding-top:5px;
	text-align:right;
}

div.subheader {
	height:50px;
	width:990px;
}

div.subheaderlinks {
	height:50px;
	width:400px;
	float:left;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	padding-top:0px;
	text-align:left;
}


div.subheaderrechts {
	height:38px;
	width:400px;
	float:right;
	font-family:arial;
	font-size:16px;
	color:#878787;
	padding-top:12px;
	text-align:right;
}

div.subheaderrechts a:link{
	font-family:arial;
	font-size:16px;
	color:#878787;
	text-decoration:none;
}

div.subheaderrechts a:active{
	font-family:arial;
	font-size:16px;
	color:#878787;
	text-decoration:none;
}

div.subheaderrechts a:hover{
	font-family:arial;
	font-size:16px;
	color:#878787;
	text-decoration:none;
}

div.subheaderrechts a:visited{
	font-family:arial;
	font-size:16px;
	color:#878787;
	text-decoration:none;
}


div.mainheader {
	height:155px;
	width:990px;
}

div.mainheaderlinks {
	height:150px;
	width:600px;
	float:left;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	padding-top:0px;
	text-align:left;
}


div.mainheaderrechts {
	height:150px;
	width:390px;
	float:right;
	font-family:arial;
	font-size:16px;
	color:#878787;
	padding-top:0px;
	text-align:right;
	background-color:#aeae2c;
}

div.mainheaderrechtstop {
	height:25px;
	width:380px;
	float:right;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	margin-top:7px;
	padding-top:4px;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	background-color:#caca53;
}


div.mainpage {
	width:990px;
}

div.mainpagelinks {
	width:595px;
	float:left;
	font-family:arial;
	font-size:13px;
	color:#3d3d3d;
	padding-top:0px;
	text-align:left;
}


div.mainpagerechts {
	width:390px;
	float:right;
	font-family:arial;
	font-size:16px;
	color:#878787;
	padding-top:0px;
	text-align:right;
	background-color:#ffffff;
}

div.mainpagerechtssplit {
	height:25px;
	background-image:url(img/rechtstopbg.png);
	background-repeat:repeat-x;
	background-position:top;
	width:390px;
	float:left;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	padding-top:3px;
	margin-right:5px;
	text-align:left;
	background-color:#7e7e7e;
}

div.mainpagerechtssplitrechts {
	height:28px;
	background-image:url(img/rechtstopbg.png);
	background-repeat:repeat-x;
	background-position:top;
	width:190px;
	float:right;
	font-family:arial;
	font-size:12px;
	color:#878787;
	padding-top:0px;
	text-align:left;
	background-color:#7e7e7e;
}

div.mainpagerechtstekst {
	width:385px;
	float:left;
	font-family:arial;
	font-size:13px;
	color:#ffffff;
	padding-top:3px;
	margin-right:0px;
	padding-left:5px;
	text-align:left;
	background-color:#aeae2c;
	margin-bottom:5px;
}

h1 {
	font-family:arial;
	font-size:13px;
	color:#a1a123;
}


