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

.clear {
    clear: both;
}

a {
	color:#a40707;
}
a:hover {
	text-decoration:none;
}

#headerwrapper, #mainwrapper, #footerwrapper {
	width:100%;
	margin:0 auto;

}

#headerwrapper {
	background: url(../images/verlauf.jpg) bottom repeat-x;
}

.de #headerwrapper .centercontainer {
	background: url(../images/header.jpg) bottom no-repeat;
	height: 350px;
}

.no_de #headerwrapper .centercontainer {
	background: url(../images/header_en.jpg) bottom no-repeat;
	height: 350px;
}

#page-41 #headerwrapper,
#page-42 #headerwrapper,
#page-19 #headerwrapper,
#page-14 #headerwrapper {
	background: url(../images/verlauf_grey.jpg) bottom repeat-x;
}

#page-41 #headerwrapper .centercontainer,
#page-19 #headerwrapper .centercontainer {
	background: url(../images/aktuelles_header.jpg) bottom no-repeat;
	height: 230px;
}

#page-42 #headerwrapper .centercontainer,
#page-14 #headerwrapper .centercontainer {
	background: url(../images/publikationen_header.jpg) bottom no-repeat;
	height: 230px;
}

#page-41.no_de #headerwrapper .centercontainer,
#page-19.no_de #headerwrapper .centercontainer {
	background: url(../images/aktuelles_header_en.jpg) bottom no-repeat;
	height: 230px;
}

#page-42.no_de #headerwrapper .centercontainer,
#page-14.no_de #headerwrapper .centercontainer {
	background: url(../images/publikationen_header_en.jpg) bottom no-repeat;
	height: 230px;
}

#footerwrapper {
	background: url(../images/footer.png) repeat-x;
}

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

#header {
	position:relative;
	height:120px;
	width:940px;
	
}
#contentheaderimage {
	position:absolute;
	top:-67px;
}
#logo {
	position:absolute;
	top:15px;
}

#languages {
	position:absolute;
	right:0px;
	top:20px;
}

#main {
	
	width:940px;
	background:white;
	min-height:300px;
	_height:300px;
}

.readmore {
	background: #900700 url(../images/plus_rs.png) right no-repeat;
	color: #FFF;
	font-size: 1.1em;
	padding: 1px 30px 1px 8px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

a.readmore:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


#footer {
	position:relative;
	width:940px;
	min-height:250px;
	_height:250px;
}

#footer #footercontent {
	position:absolute;
	left:225px;
	font-size:11px;
}

.footercolumn {
	float:left;
	
	border-left:1px solid #CCC;
	padding-left:15px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#7F7F7F;
	height: 50px;
}

.footercolumn a {
	color:#7F7F7F;
	text-decoration: none;
}

.footercolumn a:hover {
	text-decoration: underline;
}

.teamlink {
	position: relative;
	top: 288px;
	left: 45px;
}

.teamlink a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
}

.teamlink a:hover {
	text-decoration: underline;
}

.teamlink img {
	margin: 4px 0 0 0;
}

.moreabout {
	margin: 30px 0 0 0;
}

.moreabout.pubfix {
	margin: 0;
}

.moreabout img {
	margin: 0 0 15px 0;
}

.moreabout .h2 {
	display: block;
	font-size: 1.1em;
	color: #7E7E7E;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0 18px 0;
	border-top: 2px solid #7E7E7E;
	background: url(../../../images/plus_g.png) no-repeat left bottom;
}

a.moreabout {
	text-decoration: none;
}

.moreabout:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.content2col_team {
	margin: 20px 0 0 0;
}


