* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

/*@font-face {
   font-family: sans-serif;
   src: url(../objekte/REFSAN.TTF);
}*/

body {
	font-family:  Verdana, sans-serif, Geneva;
	background: #b2b0aa;
}

a {color: #f1f0ee; }
a:hover { color:#f1f0ee;}

.content-l  ul, ol {
	margin-left: 0;
	padding-left: 0;
}
.content-l ul li {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
/*	list-style-image: url('../objekte/listenpunkt.gif');*/
}
.content-l  ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

/* Grundgerüst ----------------------------------------------------------------------------------*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-350px; /* halbe container höhe */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 1050px;
	height:700px;
	padding-right:8px;
	padding-left: 8px;
}

#header {
	width: 1050px;
	height:180px;
	padding: 0px;
	background: transparent url(../objekte/logo.gif) left 25px no-repeat;
}

#nav {
	height:103px;
	width:1050px;
	text-align:center;
}

/* CONTENT spalte links/rechts ---------------------------------------------------------------------------------*/
#contentwrapper {
	width: 990px;
	height:215px;
	padding: 45px 0px 40px 60px;
	clear:both;
	margin-bottom:40px;
}
#content-l {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width:665px;
	height:230px;
	float:left;
	margin-right:95px;
	color:#f1f0ee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3;
}
#content-r {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width:210px;
	height:230px;
	float:left;
	color:#f1f0ee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2;
}

/* CONTENT Project Item -------------------------------------------------------------------------------------*/
#contentwrapperX {
	width: 1050px;
	height:330px;
	clear:both;
	margin-bottom:10px;
}
#content-scroll {
	width: 1050px;
	height: 330px;
	overflow: auto;
	position: relative;
	outline:none;
}
#content-projects {
	display: inline;
	white-space: nowrap;
	margin-left: 16px;
	padding-right: 31px;
}
#content-projects img {
	margin: 0 15px;
}

/* News/Ticker ---------------------------------------------------------------------------------------------*/

#NewsTicker{
	position:absolute;
	top:593px;
	left:0px;
	width:1050px;
	height:18px;
	/*margin:30px auto;*/
	/*background: url(../objekte/ticker_hg.jpg) center center no-repeat;*/
	background: url(../objekte/1x1.gif) left 12px repeat-x;
	/*border-bottom: 1px solid #999;*/
}
#NewsVertical {
	width: 1050px;
	height: 23px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical {
	width: 1050px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	width: 1050px;
	font-family:Verdana, Geneva, sans-serif;
	color: #50524d;
	text-align: center;
	font-size: 12px;
	margin: 0;
	line-height:23px;
	float: left;
	height: 23px;
	display: inline;
	white-space: nowrap;
}
#TickerVertical li span {
	background: #b2b0aa;
	padding: 0 10px;
}
#TickerVertical li a {
	color: #50524d;
	text-decoration:none;
}
#TickerVertical li a:hover {
	color: #f1f0ee;
}

/* News Detail ---------------------------------------------------------------------------------------------*/
.newsheader {
	font-weight:bold;
	margin-bottom: 15px;
}
.newsheader span {
	float:right;
	font-size:11px;
	font-weight:normal;
}

/* Footer --------------------------------------------------------------------------------------------------*/
#footer {
	width: 1050px;
	height:30px;
	clear:both;
	background: url(../objekte/claim.gif) right top no-repeat;
}

#sprachwahl { padding-top:8px; padding-left:60px; font-size: 12px; color:#f1f0ee; float:left; }
#sprachwahl a {	color:#f1f0ee;	text-decoration:none; }
#sprachwahl a:hover { color:#57574f; }

#impressum { padding-top:8px; padding-left:100px; font-size: 12px; color:#f1f0ee; float:left; }
#impressum a { color:#f1f0ee; text-decoration:none; }
#impressum a:hover { color:#57574f; }


.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}



