body {
	margin: auto;
	background-color: White;
	text-align: center;
}

#page {
	margin: auto;
	width: 980px;
	text-align: left;
}

#page #header {
	width: 980px;
	height: 200px;
	background-image: url(/fileadmin/pics-v2/bg_head.gif);
	background-repeat: no-repeat;
}

#page #main {
	width: 980px;
	float: left;
	background-image: url(/fileadmin/pics-v2/body_bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363737;
}

#page #main h1 {
 	font-size: 15px;
 	font-weight: bold;
}

#page #main .legende {
 	font-size: 11px;
}

#page #main a {
 	text-decoration: none;
 	color: #3c443a;
}

/* Start Navigation */
#mainnav {
	position: absolute;
	width: 945px;
	height: 40px;
	margin-top: 109px;
	margin-left: 20px;
}

#mainnav .element {
	float: left;
	height: 40px;
	background-image: url(/fileadmin/pics-v2/mainnav_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 14px
}

#mainnav .element-act {
	float: left;
	height: 40px;
	background-image: url(/fileadmin/pics-v2/mainnav-act-bg.gif);
	background-repeat: repeat-x;
	padding-left: 14px;
	padding-right: 14px;
}

#mainnav .element a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #67726a;
	line-height: 40px;
}

#mainnav .element-act a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #363737;
	line-height: 40px;
}

#mainnav .navbg {
	float: left;
	height: 40px;
	width: 2px;
	background-image: url(/fileadmin/pics-v2/mainnav_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#subnav {
	position: absolute;
	width: 945px;
	height: 27px;
	margin-top: 149px;
	margin-left: 20px;
}

#subnav .element {
	float: left;
	height: 27px;
	background-image: url(/fileadmin/pics-v2/subnav-bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-right: 14px
}

#subnav .element-act {
	float: left;
	height: 27px;
	background-image: url(/fileadmin/pics-v2/subnav-act-bg.gif);
	background-repeat: repeat-x;
	padding-left: 14px;
	padding-right: 14px;
}

#subnav .element a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #67726a;
	line-height: 27px;
}

#subnav .element-act a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #363737;
	line-height: 27px;
}

#subnav .navbg {
	float: left;
	height: 27px;
	width: 1px;
	background-image: url(/fileadmin/pics-v2/subnav-bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* Start Navigation */

/* Start Content */
#left {
	float: left;
	width: 710px;
}

#left .content {
	margin-left: 35px;
}

#right .content {
	margin-left: 2px;
	margin-right: 20px;
}

#right {
	float: right;
	width: 250px;
}


/* Start Content */

#page #footer {
	width: 980px;
	height: 48px;
	clear: both;
	background-image: url(/fileadmin/pics-v2/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 36px;
}

#page #footer #copyright {
	margin-right: 14px;
}

#page #footer #copyright, #page #footer #copyright a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cdcccc;
	text-decoration: none;
}