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

.clear {
    clear: both;
}

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

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

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

.teammember {
	padding:5px;
	margin:5px;
	height:auto;
	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;
}

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

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

#header {
    background: #3875bc url('/images/header_bgr.gif') top left repeat-x;
    height:164px;
    width:100%;
}

#mainborder {
	width:950px;
	border:1px solid #c7c7c7;
}

#logo {
	margin:0 auto;
	background:url('/images/header.jpg') top left;
	width:1135px;
	height:128px;
	overflow:hidden;
}

#mainmenu {
	background:url('/images/menu_bgr.gif') top left repeat-x;
	width:100%;
	height:36px;
	z-index:64000;
	position:relative;
}

#mainmenucontainer {
	margin:0px auto;
	position:relative;
	width:950px;
}

#language {
	position:absolute;
	right:5px;
	top:0px;
}

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

#coverflow {
	width:100%;
}

#introtext h1 {
	margin:0;
}

#language { position:relative; top:86px; left:970px; z-index:1000; }
#language_selector { position:relative; z-index:1000; }
#language_parent { position:relative; font-size:11px; background: transparent url('../../../images/languageback.png') 0px 0px no-repeat; color:#ccc; }
#language_parent img, #language_child img { }
.language_flag { -moz-opacity:0.50; opacity:0.50; filter: alpha(opacity=50); }
.language_flag:hover { -moz-opacity:1; opacity:1; filter: alpha(opacity=100); }

.imagebild {
	display:block;
}

#maincontainer {
	width:950px;
	background: #fff url('/images/coverflow_gradient.jpg') top left repeat-x;
	margin:0 auto;
	padding-bottom:16px;
	overflow:hidden;
}

#maincontainer_bordered {
	/*
	border:1px solid #c7c7c7;
	width:970px;
	top:8px;
	left:9px;
	position:relative;
	*/
}

#main {
}

#footer {
    border-top:7px solid #003471;
    color:white;
    margin:0 auto;
    width: 100%;
    background:url('/images/footer_bgr.gif') top left repeat-x;
    height:132px;
    overflow:hidden;
}

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

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

#footercontainer {
	background:url('/images/footer.jpg');
	width:950px;
	margin:0 auto;
	height:132px;
	position:relative;
	overflow:hidden;
}

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

#legalnoticecontainer {
	margin:0 auto;
	width:950px;
	background:white url('/images/legal_gradient.jpg') top left repeat-x;
}


