@import url("typo.css");
@import url("menu.css");


* {
	margin:0;
	padding:0;
}

html {
	height:101%;
}

body {
	background:#000;
}

#pagewrap {
	width:959px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#top {
width:959px;
height:83px;
background:url("images/top.jpg") no-repeat bottom;
}
#sprachen, #quicklinks {
margin-top:34px;
}
#sprachen {
	float:left;
	padding-left:24px;
}
#quicklinks {
	float:right;
	padding-right:24px;
}

#header, #homeheader {
	width:959px;
	height:249px;
	margin-bottom:-60px;
	} 
	
#homeheader {
		height:249px;
		margin-bottom: 60px;
}
#headerLeft, #headerCenter, #headerRight {
	margin-bottom:-70px;
	float:left;
	height:249px;
}

#headerLeft {
	background:url("images/header1.jpg");
	width:186px;
}
#headerCenter {
	background:url("images/header2.jpg");
	width:438px;
}

#headerRight {
	background:url("images/header3.jpg");
	width:335px;
}
.content {
	clear:right;
	float:right;
	width:730px;

	padding-bottom: 0px;
	
	background: none;
}

.homecontent
{
	padding-top: -60px;	
}

#leftcontent {
	float:left;
	margin-top: 37px;
	width:460px;
	
	margin-right: 20px;
	
	background: none;
	} 
	
.homecontent #leftcontent
{
	margin-top: 2px;
	// width: auto;	
}

.homecontent #leftcontent h1
{
	background: none;
	padding-bottom: 20px;
}
	
#breadcrumb {
	margin-bottom:4px;
}	
#sidebar {
	clear:right;
	float:right;
	margin-top:65px;
	width:250px;
}

#sidebar.homesidecontent
{
	margin-top: 20px;
}

.content.lastbox #sidebar {
	margin-top: 37px;	
}

#footer {
	clear:both;
	background:url("images/footer.jpg") no-repeat;
	padding-top:75px;
	width:959px;
	height:100px;
	margin-top: 0px;
}
#copyright {
	float:left;
}
#contact {
	float:right;
}
object {
    display:block;
}
#mainbg {
	height:133px;
	background:url("images/homecontent.jpg");
}
#ersatzbild {
	height:290px;
}
.ParagraphWithMediaRenderer {
	/* background:url("images/contentline.jpg") no-repeat bottom; */
	padding-right:40px;
	padding-bottom:0px;
	margin-bottom:10px;
	
	background: none;
}

.ParagraphWithMediaRenderer .MediaColumn {
	float: right;	
	margin-left: 16px;
}

.ParagraphWithMediaRenderer .MediaColumn .MediaImageRendererOnPage {
	margin-bottom: 20px;
}

.ParagraphWithMediaRenderer .MediaColumn .MediaImageRendererOnPage .MediaSubTitle {
	display: block;
	width: 200px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #AAAAAA;
}

.ParagraphWithMediaRenderer .MediaColumn .MediaImageRendererOnPage img {
	width: 200px;
	border: none;
}

.lastbox {
	background:url("images/contentlinelang.jpg") no-repeat top left;
	padding-top: 90px;
	padding-bottom:0;
	margin-bottom:0;
}
.verticalSpace {
	padding:10px 0;
}

#leftcontent.fullWidth {

	width: auto;	
	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

