/*
// +---------------------------------------------------------------------+
// | Woelke von der Brüggen GmbH - August 2008                           |
// +---------------------------------------------------------------------+
// | Copyright (c) 2008 ASERVO Interactive GmbH - München                |
// | http://www.aservo-interactive.com                                   |
// +---------------------------------------------------------------------+
// | Author: Peter Kraume <pkraume@aservo.com>                           |
// +---------------------------------------------------------------------+
// | Basis Stylesheet für Home                                           |
// +---------------------------------------------------------------------+
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/fileadmin/images/bg-home.jpg);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
	visibility: hidden;
}

a {
	color: #00afe1;
}

a:hover {
	color: #00afe1;
	font-weight: bold;
}

/*
// +---------------------------------------------------------------------+
// | IDs                                                                 |
// +---------------------------------------------------------------------+
*/

#container {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 970px;
	height: auto;
	padding-bottom: 20px;
}

#logo {
	position: absolute;
	top: 83px;
	left: 607px;
	width: 326px;
	height: 59px;
	overflow: hidden;
}

#news {
	position: relative;
	width: 970px;
	height: 320px;
	padding-top: 177px;
}

#menu {
	position: relative;
	width: 970px;
	height: 243px;
}

#metanav {
	position: relative;
	width: 903px;
	height: auto;
	padding-top: 48px;
	padding-right: 66px;
	font-size: 12px;
	text-align: right;
	text-transform: lowercase;
}

#metanav a {
	color: #8f9ba2;
	text-decoration: none;
	font-weight: normal;
}

#metanav a:hover {
	color: #19252c;
	text-decoration: underline;
	font-weight: normal;
}

#metanav .active {
	color: #19252c;
	font-weight: normal;
}

#metanav span {
	color: #26a7e2;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
	
}

#metanav #languageselect {
	padding: 0;
}

#metanav #languageselect span {
	color: #8f9ba2;
	font-size: 12px;
}

#metanav #languageselect a {
	font-size: 12px;
	font-weight: normal;
}

#metanav #languageselect .active {
	padding: 0;
	color: #000;
}

#metanav .tx-macinasearchbox-pi1 {
	display: inline;
	padding: 0;
}

#metanav .tx-macinasearchbox-pi1 #search {
	display: inline;
	padding: 0;
	color: #8f9ba2;
	font-size: 12px;
}

#metanav .tx-macinasearchbox-pi1 #search form {
	display: inline;
}

#metanav .tx-macinasearchbox-pi1 #search form .text {
	width: 140px;
	color: #00afe1;
	background-color: #fff;
	border: none;
	border-bottom: 1px dotted #8f9ba2;
}

#metanav .tx-macinasearchbox-pi1 #search form .button {
	border: none;
	background-color: #fff;
	color: #8f9ba2;
}