/*  Navigation */
@import url('spanLangnavi.css');
@import url('spanMainnavi.css');
@import url('spanSubnavi.css');
@import url('spanFooternavi.css');
@import url('ulDirectoryNavigation.css');
@import url('subsubnavi.css');

/* Import content element style definitions */
@import url('content.css');
@import url('layout2Spalten.css');

/* Import print style definitions */
@import "print.css" print;

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 25px;
	text-align: center;
}

div#allWrap{
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#logoWrap{
	text-align: right;
	height: 20px;
}


div#headerWrap{
	margin-bottom: 25px;
}
div#header{
	position: relative;
}


div#naviWrap{
	margin-top: 20px;
	height: 30px;
	background-color: #F3F5F4;
	position: relative;
	padding-right: 7px;
	padding-left:  7px;
	border-bottom: 1px solid #9B9D9D;
	border-bottom: 1px solid #C4C3C3;
	overflow: hidden;
}
div#naviBg{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 90;
	height: 30px;
	width: 855px;
}

div#headerImageTextWrap{
	position: relative;
	left: 0px;

	height:150px;
	width: 855px;
}

div#textBackground,
div#textWrap{
	left: 615px;
	top: 55px;
	height: 70px;
	width: 240px;
	position: absolute;
}

/* transparenzen setzen*/
div#naviBg,
div#textBackground{
	background-color: white;
}
div#naviBg{
	opacity: 0.7;
	filter: alpha( opacity=90);
}
div#textBackground{
	opacity: 0.8;
	filter: alpha( opacity=90);
}


div#contentWrap {
	font-family: "Lucida Grande",Arial,Verdana,sans-serif;
	/*background-image: url("/fileadmin/templates/altenburger/images/contentSeparator.png");*/
	border-bottom: 1px solid white; /* ie fix*/
	border-top: 1px solid white; /* ie fix*/
}

div#contentLeftWrap{
	float: left;
	width: 600px;
}

div#contentLeftWrap div#contentLeft{
	margin-right: 20px;
}

div#contentRightWrap{
	float: left;
	width: 255px;
}

div#contentRightWrap div#contentRight{
	margin-left: 20px;
}

/* Separator line */
div.line {
	margin-bottom: 5px;
	border-bottom: 1px solid #C4C3C3;
	line-height: 0px;
	height: 1px;
	font-size: 1px;
}

div.spacer{
	height: 25px;
}


div.news-latest-item h3 a{
	font-size: 12px;
}


div.back{
	width: 200px;
	float: right;
}


div#footerNaviWrap{
	margin-bottom: 10px;
}

/* Clearer div */
div.clear {
	clear: both;
}