/* global styles */
body {
	background:#fff;
}

.clear {
    clear: both;
	height:0px;
}

.centercontainer {
    position: relative;
    top: 0;
    width: 913px;
    height: auto;
	margin: auto;
}

.sitecontainer {
    left: 0;
    margin: 0 auto;
    top: 0px;
    width: 100%;
}

.contentcontainer {
    position: relative;
    width: 913px;
    top:0;
    padding-top:0px;
    height: auto;
}

#header {
    position:relative;
    top:0px;
    z-index:3;
    height:220px;
    width:100%;
    height:auto;
}

#headercontent {
	position:relative;
	height:117px;
	z-index:1;
}

#language {
	position:absolute;
	top:60px;
}

#language a {
	color:#aaa;
	font-size:12px;
}


#logo {
	left:278px;
	position:absolute;
	top:26px;
}

#award img {
	height: 60px;
}

#award {
	right: 0;
	position:absolute;
	top:32px;
}

#notruf {
	position:absolute;
	right:9px;
	top:19px;
}

#mainmenu {
	position:relative;
	top:0;
	z-index:90;
}


#introtext {
	position:absolute;
	z-index:100;
	top:100px;
	left:0px;
	width:300px;
	height:70px;
	padding:10px;
	background:#fff;
	visibility:hidden;
	overflow:hidden;
}

#introtext h1 {
	margin:0;
}

#language_selector {

}

.imagebild {
	border:1px solid #a0a0a0;
}
#main {
    position: relative;
    width: 100%;
    padding-top:80px;
}

.services {
	background:url(../images/services_bgr.gif) repeat-y;
	border-right:2px solid #8c8c8c;
}

.servicescolumn1 {
	padding:20px;
	width:58%;
	float:left;
	height:100%;
}

.servicescolumn1 hr {
	height:1px;
	border:0px solid white;
	border-top:1px solid #ebebeb;
}

.servicescolumn2 {
	padding:14px 4px 14px 4px;
	width:30%;
	float:left;
	height:100%;
}

.servicelinks {
	text-align:right;
	padding-top:20px;
}

.servicelinks a {
	font-size:100%;
	color:#262626;
}


#footer {
    position: relative;
    padding-top:5px;
    width: 100%;
    height:24px;
    background:#cdcdcd;
}

#copyright {
	font-size: 0.916667em;
	line-height: 1.636364em;
	position:absolute;
	right:0;
}

#footerlinks {
	position:absolute;
	left:0;
}

#footerlinks a {
	color:#262626;
}

#lowersection {
	border-top:1px solid #2d2d2d;
	padding-top:25px;
	margin-top:5px;
}

