/* CSS Document */
/*Ebenen positionieren*/

/* Index ------------------------------------------------------------------------------------ */
body {
	background-image: url(../pictures/bckgrd_index.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#indexCenterCont {
	position: relative;
	text-align: left;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 100%;
	z-index: 1;
	visibility: visible;
}
#indexOlioTxt {
	position: absolute;
	left: 8px;
	top: 70px;
	width: 124px;
	height: 161px;
	z-index:3;
}
#indexLine {
	position: absolute;
	left: 0px;
	top: 270px;
	width: 710px;
	height: 5px;
	z-index:10;
}
#indexLogoTxt {
 position: absolute;
 left: 0px;
 top: 300px;
 width: 150px;
 height: 31px;
 z-index: 3;
}
#indexLanguages {
	position: absolute;
	left: 240px;
	top: 33px;
	width: 288px;
	z-index: 4;
	visibilty: visible;
	margin: 0;
}
#logos {
	position:absolute;
	width: 140px;
	right: 0px;
	top: 70px;
	left: 720px;
}
#indexContact {
	position: absolute;
	right: 140px;
	top: 288px;
	width: 140px;
	z-index: 4;
	visibilty: visible;
	margin: 0;
	background-color: #F4C633;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #2B734B;
	margin-top: 12px;
	margin-bottom: 6px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #565656;
	margin-top: 6px;
	margin-bottom: 6px;
	text-decoration: none;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #565656;
	margin-bottom: 12px;
	text-decoration: none;	
}
a:hover {
	color: #2B734B;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #565656;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 3px;
	text-align: center;	
}
td {
	vertical-align:top
}

