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

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

.centercontainer {
    position: relative;
    width:995px;
    margin: 0 auto;
}

#header {
	position:relative;
	height:70px;
	width:100%;
}
#logo {
	position:absolute;
	top:25px;
	left:0;
}

#signet {
	position:absolute;
	top:10px;
	right:20px;
}
#main {
	position:relative;
	width:810px;
	float:left;
	
}
#teaser {
	position:relative;
	width:160px;
	float:left;
	padding-left:24px;
	padding-top:50px;
}
.teaser {
	padding-bottom:20px;
}

.teaser a {
	line-height:19px;
	text-decoration:none;
}
.teammember {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
	float:left;
	width:220px;
	padding-right:10px;
}
.teammember img {
	float:left;
	padding-right:10px;
	
}
#mainmenu {
	left:0;
	position:relative;
	background:url('../modules/mod_dropdownmenu/images/background.png') top left repeat-x;
	height:47px;
	width:810px;
	z-index:10000;
}

#mainmenucontainer {
	position:relative;
	padding-left:13px;
	height:32px;
}


#slider {
	position:relative;
	width:810px;
	
}


#footer {
	position:relative;
	margin:0 auto;
	width:100%;
	background:url('../images/footer_background.png') top left repeat-x;
	min-height:78px;
	_height:78px;
	color:#6c6c6c;
	padding-top:10px;
}
.pdflogo {
	float:left;
	padding-right:5px;
}
