body {
	margin:0px;
	padding:0px;
	background: url(images/header_bground.jpg) repeat-x;
	background-color:#AAAAAA;
	font-family: arial, helvetica;
	font-size: 11px;
}

.logodiv {
        position:absolute;
        top:0px;
        left:0px;
        width:166px;
        height:141px;
}

.logodiv2 {
        position:absolute;
        top:0px;
        right:0px;
        width:166px;
        height:141px;
}

.logodiv3 {
	text-align:center;
        position:absolute;
        top:0px;
        right:0px;
        width:100%;
        height:141px;
}

.logo {
        width:166px;
        height:141px;
        border:none;
	z-index:3;
}

.logo2 {
        width:540px;
        height:141px;
        border:none;
}

.bodytable {
        #position:absolute;
        margin-top:0px;
        padding-top:0px;
        top: 0px;
        left:0px;
        width: 100%;
        height: 100%;
        border: none;
        border-spacing:0px;
        z-index:2;
}

.head {
	height: 141px;
}

.bodytbl {
        border:none;
        padding:0px;
        margin:0px;
        border-collapse:collapse;
        width:100%;
        height:100%;
}

.bordered {
	vertical-align:top;
	background-color: #EAEAEA;
	margin: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px black;
	border-style: outset;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.menucell {
        vertical-align:top;
        text-align: center;
        width: 180px;
        min-width: 180px;
        padding-top: 0px;
	background: url(images/header_bground_2.jpg) repeat-y;
}

.menucell1 {
        position:absolute;
	left: 0px;
	top: 180px;
	width: 166px;
        vertical-align:top;
	padding-bottom: 40px;
	text-align:center;
}

.menucell2 {
        vertical-align:bottom;
        text-align: center;
        width: 180px;
        padding-top: 0px;
        background: url(images/header_bground_2.jpg) repeat-y;
}

.contentclass {
	vertical-align: top;
	border-left: hidden;
	padding: 0px 0px 10px 0px;
}

.topcell {
	height:10px;
	vertical-align:bottom;
	padding-top:0px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
	border-bottom: none;
}


.lastchanged {
	text-align: left;
	font-size: 10px;
	color: white;
}

.contenttbl {
        border:none;
        padding:0px;
        margin:0px;
        border-collapse:collapse;
        width:100%;
	vertical-align:top;
}

.contentcell {
        border:none;
        padding-left: 25px;
        padding-right: 10px;
        padding-top: 20px;
        margin:0px;
        border-collapse:collapse;
        width:100%;
        vertical-align:top;
}

.subcontent {
	vertical-align: top;
}

.searchbox {
        margin:auto;
        text-align: center;
        font-size: 7pt;
        width:130px;
        padding-top: 5px;
        white-space:nowrap;
}

.searchbx {
        height:8px;
        text-align:center;
        white-space:nowrap;
}

.searchform {
        margin:0px;
        padding:0px;
        height:15px;
        font-size:8pt;
        vertical-align:top;
        text-align:right;
}

.searchinput1 {
        margin:0px;
        padding:0px;
        width:60px;
        height:15px;
        font-size:8pt;
        vertical-align:top;
        border: solid 1px;
        background-color: transparent;
}

.searchinput2 {
        margin:0px;
        padding:0px;
        width:30px;
        height:15px;
        border:1px solid black;
        vertical-align:center;
        font-size: 8pt;
}

.searchext {
        margin-top:2px;
        text-align:right;
        font-size:7pt;
}

.counter {
	position:relative; 
	width:100%; 
	bottom:0px; 
	text-align:center;
}

.footer {
	vertical-align:bottom;
}

/* Allgemeine Formatierungen */

p,ol,ul,div,td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black; 
	font-style: normal;
}

h1,h2,h3,h4,h5 {
	font-family: arial, helvetica, sans-serif;
	color: black;
}

img {
	border:none;
}

.fett {
	font-weight: bold;
}

.rot {
	color:#FF0000;
	font-weight: bold;
}

.cleargif {
	width:1px;
	height:1px;
	border:none;
}

/* Hyperlinks im Text */

a:link {
 color: #FF0000;			/* lime green */
 text-decoration: none;
}

a:visited {
 color: #FF0000;			/* lime green */
 text-decoration: none;
}

a:hover {
 color: blue;
 text-decoration: none;
}

/* Menue 1. Ebene inaktiver Eintrag */

.navtxt {
	vertical-align: middle;
	padding-left: 10px;
        text-align: left;
	font-size: 14px;
}

.navtxt a:link {
	color: white;
}

.navtxt a:visited {
	color: white;
}

.navtxt a:active {
	color: white;
}

.navtxt a:hover {
	color: blue;
}

/* Menue 1. Ebene aktiver Eintrag */

.navtxt_act {
        vertical-align: middle;
	padding-left:10px;
        text-align: left;
	background-color: grey;
	font-size: 14px;
}

.navtxt_act a:link {
	color: white;
}

.navtxt_act a:visited {
	color: white;
}

.navtxt_act a:active {
	color: white;
}

.navtxt_act a:hover {
	color: blue;
}


/* Menue 2. Ebene inaktiver Eintrag */

.navtxt2 {
        vertical-align: middle;
	margin-left: 20px;
        text-align: left;
	font-size: 12px;
}

.navtxt2 a:link {
        color: white;
}

.navtxt2 a:visited {
        color: white;
}

.navtxt2 a:active {
        color: white;
}

.navtxt2 a:hover {
        color: blue;
}

/* Menue 2. Ebene aktiver Eintrag */

.navtxt2_act {
        vertical-align: middle;
	margin-left: 20px;
        text-align: left;
	font-size: 12px;
}

.navtxt2_act a:link {
        color: grey;
}

.navtxt2_act a:visited {
        color: grey;
}

.navtxt2_act a:active {
        color: grey;
}

.navtxt2_act a:hover {
        color: blue;
}


/* Menue 3. Ebene inaktiver Eintrag */

.navtxt3 {
        vertical-align: middle;
        margin-left: 30px;
        text-align: left;
	font-size: 12px;
}

.navtxt3 a:link {
        color: white;
}

.navtxt3 a:visited {
        color: white;
}

.navtxt3 a:active {
        color: white;
}

.navtxt3 a:hover {
        color: blue;
}

/* Menue 3. Ebene aktiver Eintrag */

.navtxt3_act {
        vertical-align: middle;
	margin-left: 30px;
        text-align: left;
	font-size: 12px;
}

.navtxt3_act a:link {
        color: white;
}

.navtxt3_act a:visited {
        color: white;
}

.navtxt3_act a:active {
        color: white;
}

.navtxt3_act a:hover {
        color: blue;
}

.align-center {
text-align: center;
} 


