* {
	margin: 0;
	padding: 0; 
	}

html, body {
	height: 100%;
	width: 100%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #43484E;
	}
  
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -280px;
	float: left;
	background-color: #43484E; 
	}  
  
#container {
	margin: 0 auto;
	position: relative;
	top:10px;
	width: 920px;
	height: 560px;
	clear: left; 
	background-color: #FFFFFF;
	}

#menu ul {
	list-style-type: none;
	margin: 0px;
	}
  
#menu li {
	display: inline;
	font-size: 11px;
	color: #96989B;
	}

#menu li a {
	color: #96989B;
	text-decoration: none; 
	}

#menu li a:hover, #menu li a.selected {
	color: #000000;
	text-decoration: none;  
	}
  
#navigation {
	/*position:absolute;
	left:8px;
	top:5px;*/
	margin: 5px 0px 0px 8px;
	width: 830px;
	height: 18px;
	z-index: 1;
	float: left;
	}

#language {
	width: 73px;
	height: 18px;
	z-index: 1;
	margin: 5px 0px 0px 0px;
	float: left;
	font-size: 11px;
	color: #96989B;
	text-align: right;
	display: none;
	}

#language a, #language a:visited {
	color: #96989B;
	text-decoration: none;
	display: block;
	}

#language a:hover {
	color: #000000;
	text-decoration: none;  
	}

#language .languageAct a {
	display: none;
	}

#galaxy {
	/*position:absolute;
	left:8px;
	top:21px;
	width:904px;
	height:350px;
	background-color:#FFFFFF;
	z-index:1;*/
	margin: 0px 0px 0px 8px;
	width: 904px;
	height: 350px;
	background-image: url('galaxy.jpg');
	float: left;
	}

#claim {
	position:absolute;
	left:95px;
	top:395px;
	width:610px;
	height:100px;
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #696C70;
	font-size: 22px;	
	}
	
#claim .name-of-person {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	position:absolute;
	left:0px;
	top:530px;
	width:912px;
	height:25px;
	z-index:1;
	background-color:#43484E;
	font-size:10px;
	color: #B4B5B7;
	padding: 5px 0px 0px 8px
	}

#news {
	position:absolute;
	left:740px;
	top:370px;
	width:150px;
	height:125px;
	z-index:1; 
	}

#hilfsnavigation {
	position:absolute;
	left:30px;
	top:250px;
	width:100px;
	height:100px;
	z-index:2; 
	}

#search {
	position:absolute;
	left:28px;
	top:345px;
	width:100px;
	height:30px;
	z-index:2; 
	}

a.hilfsnavi, a.hilfsnavi_active  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration: none;
	line-height: 13px;
	} 

a.hilfsnavi:hover { 
	color: #000000; 
	font-size: 11px; 
	}


/********************************
NEWSFORMATIERUNGEN 
********************************/

.news-single-timedata {
	color: #96989B
	}

#news h2, h3 {
	color: #000000; 
	font-size: 11px; 
	}
	
.news-latest-item  {
	color: #000000; 
	font-size: 11px; 
	border-bottom:#000000 dotted; 
	line-height: 12px; 
	padding: 4px 0px 4px 0px;
	}
	
#news h2 {
	border-bottom:#000000 dotted; 
	line-height: 30px;
	}
	
.news-latest-item  a {
	color: #96989B; 
	font-size: 9px; 
	display: inline; 
	text-decoration: none;
	}
	
#news p {
	display:inline;  
	}
	
.clearer {
	margin: 5px 0px 5px 0px
	}

/********************************
SUCHBOX 
********************************/

INPUT.suchbutton {
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	width: 17px;
	height: 17px;
	border: none;
	float:left;
	background-image: url(http://www.contractmedia.ch/fileadmin/templates/go.gif);
	background-color: #CCCCCC;
	}

INPUT.suchbox {
	margin-left: 2px; padding-left: 2px; 
	height: 14px;
	width: 80px; background: none; 
	border: 1px solid; 
	color: #FFFFFF; 
	font-size: 11px;
	}

