body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #175193;
	margin:0px;
	margin-left:1px;
	background-color:#fff;
}

#main, #main-admin {
	position:relative;
	width:910px;
	margin: 0 auto;
	top:0px;
}

#inhalt, #inhalt-admin { /* positionierung des inhaltfensters */
	position:relative;
	left:17px;
	width: 710px;
	height:200px;
	z-index:2000;
}

a { /* globale formatierung für alle links */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:focus { /* Verhindert Rahmen um Links wenn geklickt.. */
	outline: none;
}
#navicontainer-oben {
	position: absolute;
	top:135px;
	left:184px;
	width:712px;
	height:154px;
	z-index:1800;
}
#zufallsbild {
	position: relative;
	width:743px;
	height:154px;
	float:left;
	z-index:1800;
}
#head {
	position: relative;
	width:910px;
	height:154px;
	z-index:1800;
}

#sprachen {
	width:910px;
	height:38px;
	text-align:right;
	z-index:1800;
	border-bottom:2px solid #f79832;
}

#suche {
	position: relative;
	height:38px;
	width:167px;
	top:0px;
	left:0px;
	padding-bottom:10px;
	z-index:6000;
}
#news-home {
	position: relative;
	height:auto;
	width:167px;
	top:0px;
	left:0px;
	padding-bottom:30px;
	padding-top:10px;
	z-index:6000;
}
#logo {
	position: relative;
	height:154px;
	width:167px;
	top:0px;
	left:0px;
	float:left;
	z-index:2000;
}
#logoverlauf {
	position: relative;
	height:23px;
	width:910px;
	border-top:5px solid #f79832; 
	z-index:2000;
}
#container-content {
	position: relative;
	height:auto;
	width:910px;
	z-index:2000;
}
#container-right {
	position: relative;
	height:300px;
	width:167px;
	float:left;
	z-index:2000;
}
#container-left {
	position: relative;
	height:300px;
	width:743px;
	float:left;
	z-index:2000;
}
#adresse {
	position: relative;
	height:100px;
	width:167px; 
	z-index:2000;
}
.titelbalken {
	position: relative;
	height:17px;
	width:167px;
	background-color:#175193;
	margin-bottom:5px; 
	z-index:2000;
}
.navibg {
	position: relative;
	top:0px;
	left:534px;
	@left:0px;
	height:19px;
	width:176px;
	background-color:#fff;
	z-index:9000;
}
.titeltext {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	line-height:130%;
	padding-left:13px;
}
/* PHP Forms */
#formularseite_form {
	margin-top:15px;
	margin-bottom:15px;
}

table.phpForms_main {
	width:100%;
	border:none !important;
	background-color:transparent;
}
/* PF - Input-Spalte */
table.phpForms_main td {
	width:auto;
	background-color:#FFF;
}
/* PF - Label-Spalte */
table.phpForms_main tr>td:first-child {
	width:125px;
	background-color:#b0cbe2;
}
/* PF - Erste Spalte - letzte Zeile -> Zelle für Buttons */
table.phpForms_main tr:last-child td {
	background-color:transparent;
}
/* PF - Text-Inputs */
table.phpForms_main input[type=text],.phpForms_main textarea {
	width:100%;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
table.phpForms_main input[type=text]:focus , .phpForms_main textarea:focus {
	border:1px solid #333;
}
/* PF - Buttons */
table.phpForms_main input[type=button] {
	border:1px solid #666 !important;
	background-color:#b0cbe2 !important;
	font-weight:bold !important;
}

/* PF - Admin */
#divFormAdminStuff {
	background-color:#CCC;
	border:3px solid #999;
	padding:15px;
}
