@import url("menus_home.css");
@import url("inhalt.css");

* {
  margin: 0;
  padding: 0;
}
* html body * {
  overflow: visible;
}
body {
	/*background: url(../img/bground_home_dummy.gif) no-repeat center 95px #2e2e30;*/
	background-repeat:no-repeat;
	background-position:center 95px;
	background-color:#2e2e30;	
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #343434;
	line-height: 16px;
}

html>body {
	/*background: url(../img/bground_home_dummy.png) no-repeat center 95px #2e2e30;*/
	background-repeat:no-repeat;
	background-position:center 95px;
	background-color:#2e2e30;
}




/* ---------------------------------------------------------------------------- */
/* skiplinks */

#skiplinks {
  left: -32768px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#skiplinks a.skip: focus, #skiplinks a.skip: active {
  left: 32768px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  position: absolute;
  width: 100%;
}



/* ---------------------------------------------------------------------------- */
/* main wrapper */

div.wrapper {
  margin:  0 auto;
  text-align:  left;
  width: 999px;
}



/* ---------------------------------------------------------------------------- */
/* header */

div#header {
	height: 95px;
}
div#meta {
	height: 17px;
	padding-top:13px;
}

div.meta_left	{
	float: left;
	width: 830px;
	height:17px;
}
div.meta_right {
	float: left;
	width: 152px;
	text-align: right;
	padding-right:17px;
}
	 div.language, div.language a  {
					text-decoration: none;
					list-style: none;
					color:#ffffff;
					font-size: 11px;
					line-height:15px;
					height:17px;
	}
	div.language a:hover, div.language a.active ,div.language a span.active   {
					text-decoration: none;
					list-style: none;
					font-size: 11px;
					line-height:15px;
					height:17px;
					color: #c25359;
	}
	
div#navigation {
	height: 65px;
}
div.navigation_left	{
	float: left;
	margin-top: 35px;
	height: 30px;
	width: 872px;
}
*html div.navigation_left	{
	float: left;
	margin-top: 15px;
	padding-top:0;
	height: 30px;
	width: 872px;
}
div.navigation_right {
	float: left;
	width: 110px;
	text-align: right;
	padding-right:17px;
	padding-top:13px;
}
*html div.navigation_right {
	float: left;
	width: 110px;
	text-align: right;
	padding-right:17px;
	padding-top:0;
}



/* ---------------------------------------------------------------------------- */
/* content */

div#top {
	height: 850px;
}
div#adress_container { 
	width:170px;
	margin-left:26px;
	margin-top:360px;
	float:left;
	}
div#top_container {
	width: 250px;
	float:right;
	background-image:url(../img/bground_top.gif);
	background-repeat:repeat-y;
}
*html div#top_container {
padding:0 0 10px 0;
}

div#top>#top_container {
	background-image:url(../img/bground_top.png);
	background-repeat:repeat-y;
}
div.top_item {
	height: 117px;
	border-top: 1px solid #666666;
	color: #FFFFFF;
}
div.top_item.first {
	border-top: none;
}

div#adress_container_weiss { 
	width:170px;
	margin-left:26px;
	margin-top:360px;
	float:left;
	}


/* ---------------------------------------------------------------------------- */
/* footer */

div#footer {
	margin-top:-167px;
	color: #969696;
	font-size:10px;
	width: 999px;
}
*html div#footer {
	margin-top:-187px;
	color: #969696;
	font-size:10px;
	width: 999px;
}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #969696;
	text-decoration: none;
}
div.footer_left, div.footer_right {
  float: left; 
  text-align:right;
}
div.footer_left {
  width: 85%;
}
div.footer_right {
  width: 15%;
}