/* global styles */
body {
	background:white;
}

.clear {
    clear: both;
}

.centercontainer {
    position: relative;
    top: 10px;
    left: 50%;
    width: 924px;
    height: auto;
    margin-left: -490px;
    background:white;
}

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

.contentcontainer {
    position: relative;
    top:0;
    width:924px;
    height: auto;
}

.teammember {
	padding:5px;
	margin:5px;
	border-bottom: 1px solid #ccc;
}

.teammember img {
	width:80px;
	float:left;
	margin-right:10px;
}

.toggler {
	cursor:pointer;
	border-top:1px solid #ccc;
	margin-top:12px;
}

/* für die Services auf der Startseite */
.listcolumn {
	margin-top:1em;
	float: left;
	width: 194px;
	text-align:left;
}
.listcolumn li {
	color:#534741;
	list-style-type:outside;
	list-style:circle;
	margin-left:2.2em;
	padding-left:0.3em;
}


.minheight {
	min-height: 423px;
	_height: 423px;
}

#mod_showcase_wrapper {
	overflow:hidden;
}

#accordion .element {
	margin-left:20px;
	margin-top:8px;
}

#accordion .element img {
	width:80px;
	float:left;
	margin-top:8px;
	margin-right:10px;
}

#header {
    background: url('/images/header_bgr.jpg') center top no-repeat;
	background-color:#7898c1;
    border-bottom:6px solid #2e3956;
    height:116px;
	width:100%;
}

#headercontainer {
    width:960px;
	height:100%;
	margin:0 auto;
}

#mainmenu {
	position:absolute;
	width:100%;
	margin:0 auto;
	z-index:64000;
}

#mainmenuwrapper {
	position:relative;

	
	width:960px;
	margin:0 auto;
}
#mainmenucontainer {
	position:absolute;
	top:81px;
	right:0;
	
}

#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;
}

.imagebild {
	display:block;
}

#maincontainer {
	width:960px;
	margin:0 auto;
	padding-top:16px;
	padding-bottom:24px;
}

#main {
	background:white url('/images/gradient.gif') top repeat-x;
}

#footer {
	position:relative;
    border-top:6px solid #2e3956;
    height:281px;
	background-color:#7797c0;
    width: 100%;
    overflow:hidden;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footercontainer {
    background: url('/images/footer_bgr.jpg') center top no-repeat;
    width:100%;
	height:100%;
	padding-top:16px;
	padding-bottom:16px;
	margin:0 auto;
}

#legalnotice {
	font-size:90%;
	background:white;
	width:100%;
}

#legalnoticecontainer {
	margin:0 auto;
	background-color:white;
}


