/* CSS Styles Startseite */

body {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 25%; color: #505050; text-align: center;
}

#horizontalZentriert {
	position: absolute; top: 50%; left: 0px;
  width: 100%; height: 1px; overflow: visible; visibility: visible; display: block; 
}

#inhalte {
	width: 700px; height: 366px; border: 1px solid #A3ABAE; text-align: left; 
	position: absolute; top: -183px; margin-left: 50%; left: -350px; visibility: visible; 
}

#linksOben {
	float: left; width: 350px; height: 262px;
	border-bottom: 1px solid #A3ABAE;
}

#rechtsOben {
	float: right; width: 350px; height: 262px;
	border-bottom: 1px solid #A3ABAE; text-align: center;
}

#linksUnten {
	float: left; width: 349px; height: 103px; border-right: 1px solid #A3ABAE; 
	background-color: #B5CCD9; text-align: center;
}

#rechtsUnten {
	float: right; background-image: url(../images/startseite/bg-rechts-unten.jpg); background-repeat: no-repeat; 
	width: 270px; height: 93px; background-color: #E7EFF2; padding-top: 10px; text-align: center; padding-left: 80px;
}

#laender { float: left; text-align: left; margin-right: 35px; }
#laender p, #sprache p { margin-top: 10px; margin-bottom: 10px; }
#sprache, #selectbox { float: left; }
#sprache { margin-left: 27px; }
#selectbox {margin-top: 32px; }

#selectbox select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	border: 1px solid #A3ABAE;
	width: 186px;
}


.logo {
	margin-top: 100px; 
}

.slogan {
	margin-top: 21px;
}
	
.sprache {
	margin-top: 45px;
}

img {
	border: 0px;
}




.select {
	margin: 32px 0 0 10px;
	width: 150px;
	background-image: url(../images/startseite/pfeil.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #AFB9BE;
	padding: 2px 6px;
	text-align: left;
	background-color: #ffffff;
}

.select a {
	display: block;
	color: black;
	text-decoration: none;
}

.options {
	position: absolute;
	margin-left: 10px;
	width: 150px;
	visibility: hidden;
	display: none;
	border: 1px solid #AFB9BE;
	border-top: 0;
	padding: 6px;
	text-align: left;
	background-color: #ffffff;
}

.options ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	line-height: 140%;
}

.options a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.options a:hover {
	text-decoration: underline;
}