body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	margin:0px;
	margin-left:1px;
	background-image:url(../images/bg.gif);
}

#main, #main-admin {
	position:absolute;
	width:980px;
	margin: 0 ;
	top:0px;
}

#inhaltpos, #inhaltpos-admin { /* positionierung des inhaltfensters */
position:absolute;
	top:67px;
	left:155px;
	width: 635px;
	height:auto;
	z-index:1000;
}

#inhalt-text, #inhalt-admin-text { /* positionierung des Textes im inhaltfenster */
position:relative;
	top:0px;
	left:56px;
	width: 490px;
	min-height:540px;
	height:auto;
	z-index:1000;
}

#inhalt-startseite { /* positionierung des Textes im Inhaltfenster auf der Startseite */
position:relative;
	top:0px;
	left:0px;
	width: 621px;
	min-height:540px;
	height:auto;
	z-index:1000;
}
#inhalt-axa-aktion { /* positionierung des Formulares im Inhaltfenster auf der axa-aktion Seite */
position:relative;
	top:0px;
	left:30px;
	width: 520px;
	min-height:540px;
	height:auto;
	z-index:1000;
}
a { /* globale formatierung für alle links */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:focus { /* Verhindert Rahmen um Links wenn geklickt.. */
	outline: none;
}

#logo {
	position: absolute;
	height:28px;
	width:95px;
	top:25px;
	left:25px;
	z-index:1200;
}
#divLogo { /* Formatierung für die Flash Logo Animation */
position:absolute;
background-color:#fff;
top:542px;
left:708px;
width:200px;
height:60px;
}

#navicontainer-oben {
	position:absolute;
	width:610px;
	height:13px;
	left:155px;
	display:block;
	list-style:none;
	margin:0px;
	padding-top:22px;
	padding-bottom:32px;
	padding-left:11px;
	background-color: #fff;
	z-index:1300;
}

#navicontainer-links {
	position:absolute;
	top:85px;
	width:155px;
	height:auto;
	left:0px;
	display:block;
	list-style:none;
	margin:0px;
	z-index:1300;
}
#balken {
position:absolute;
top:0px;
left:700px;
width:255px;
height:622px;
z-index:1400;
}
#newshomeseite {
position:absolute;
top:240px;
left:765px;
width:130px;
height:260px;
z-index:1500;
}
.maendli_klein {
	position:absolute;
	bottom:12px;
	left:0px;
	height:76px;
	width:50px;
	background-image:url(../images/maendli_klein.png);
	z-index:1200;
}
.maendli_gross {
	position:absolute;
	bottom:0px;
	left:0px;
	height:535px;
	width:345px;
	background-image:url(../images/maendli_gross.png);
	z-index:1200;
}
#bg-bild{
background-image:url(../images/schatten-rechts.png);
background-repeat:repeat-y;
}
#bg-bild-gelb{
background-image:url(../images/schatten-rechts-gelb.png);
background-repeat:repeat-y;
}

/* PHP Forms */
#formularseite_form {
	margin-top:15px;
	margin-bottom:15px;
}

table.phpForms_main {
	width:90%;
	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:122px;
	color:#fff;
	line-height:140%;
	background-color:#444;
}
/* 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:90%;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-1px;
}
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:#444 !important;
	color:#fff;
	font-weight:bold !important;
}

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