html {
	height: 100%;
}

body {
	font-family: Verdana,Arial,Helvetica,'sans-serif';
	margin: 0px;
	height: 100%;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
}
#container {
	text-align: left;
	width: 880px;
	height: 690px;
	background: url(../imgs/bg-container.jpg);
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
	z-index: 1;
	}
#links {
	text-align: right;
	width: 500px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	}
#rechts {
	text-align: right;
	width: 367px;
	height: 676px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	z-index: 3;
	}
#logo {
	text-align: right;
	width: 225px;
	height: 147px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	right: 25px;
	top: 0px;
	z-index: 4;
	}

#bild {
	text-align: right;
	bgcolor: #FFFFFF;
	width: 500px;
	height: 338px;
	margin: 99px 0px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 4;
	}
#home {
	text-align: right;
	width: 52px;
	height: 53px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 5;
	}
#content {
	text-align: left;
	width: 342px;
	height: 348px;
	margin: 150px 17px 0px 17px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 6;
	}
#copyright {
	text-align: center;
	color: #484848;
	vertical-align: bottom;
	width: 365px;
	height: 26px;
	right: 13px;
	margin: 490px 0px 0px 0px;
	padding: 160px 0px 0px 0px;
	background: #E5E5E5;
	font-size: 10px;
	position: absolute;
	z-index: 7;
	}
/*Textbloecke START*/
.headline {
	font-size: 20px;
	font-weight: regular;
	color: #484848;
}

/*Textbloecke ENDE */

/* Navigationsformatierung START */
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 155px;
	position: absolute;
}
#login {
	list-style: none;
	top: 99px;
	left: 787px;
	margin: 0px;
	padding: 0px;
	width: 155px;
	position: absolute;
	z-index: 99;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#nav a {
	display: block;
	padding: 2px 13px 3px 13px;
	font-size: 10px;
	height: 13px;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav a:hover {
	background: #000000;
	width: 106px;
}
#nav a.active {
	background: #000000;
	width: 106px;
}
/* Navigationsformatierung STOP */





/* Tabellenformatierung START */

table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	display: block
}
th, td {
	color : #B4B4B4;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	font-size: 12px;
}


/* Tabellenformatierung STOP */


/* Linkformatierung START */

a { color : #000000; text-decoration : none; font-weight : regular; }
a:hover { color : #D91819; }

.home a {color : #534D37; text-decoration : none; background: url(imgs/button-home.gif);}
.home a:hover  {color : #000000;  background: url(imgs/button-home-over.gif);}

#footer a {color : #534D37; text-decoration : none; }
#footer a:hover  {color : #000000;}

/* Linkformatierung STOP */
	
	
/* Formularformatierung START */	

form input, form textarea, form select  {
	padding: 2px;
	margin: 0px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #474747;
	font-size: 10px;
}
form .button {
	border: 0px !important;
	background: none !important;
}
form label {
	padding: 2px 0px 2px 0px;
	width: 90px;
	display: block; 
	float: left;
}
form p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
form .eingabe1 {
	width: 105px;
}
form .eingabe2 {
	width: 50px;
	margin: 0px 5px 0px 0px !important;
}
form .eingabe3 {
	width: 169px;
}
form .eingabe1:focus, form .eingabe2:focus, form .eingabe3:focus {
	border: 1px solid #474747;
	background: #E7E7E7;
}

.formblocktxt {
	width: 325px;
}
.formblocktxt .td_block_1 {
	width: 90px;
	text-align: right;
}

/* Formularformatierung STOP */	



/* Allgemeine Formatierung START */	

img {border: 0px; }
.stretcher {clear: both; margin: 0px 0px 0px 0px; padding: 0px; line-height: 1px; height: 0px; border: 1px solid #000000; }
.floatright {float: right; margin: 0px 0px 0px 10px; }
acronym { color: #FF0000; font-weight: bold; }


/* Allgemeine Formatierung STOP */	
