@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

html, body {
font: normal 12px arial, helvetica, sans-serif;
color:#a6a8aa;
border:0;
width:100%;
height:100%;
overflow:hidden;
background:#fff;
background: #fff url(img/bg_main.gif) repeat-y top center;
}

#box {
position:absolute;
width:1024px;
height:100%;
top:0;
left:50%;
padding:0;
margin-left:-512px;
overflow:hidden;
border:0px;
background:transparent;
z-index:1;
}

#head {
position:absolute;
top:0; left:0;
padding:0; margin:0;
display:block;
width:1024px;
height:150px;
overflow:hidden;
background: #cbcccd url(img/bg_top.gif) repeat-x center;
z-index:5;
}

#main {
margin:0; padding:0;
overflow:auto;
position:absolute;
top:150px;
bottom:32px;
left:0;
right:0;
width:1024px;
font: bold 12px arial, helvetica, sans-serif;
color:#000000;
background: #f7e3da url(img/bmain.gif) no-repeat bottom center;
z-index:3
}

#m_main {
margin:20px 20px 0 20px;
}

#m_main_2 {
margin:0px 0px 0 0px;
border:0px solid black;
width:570px;
float:right;
text-align:center; /*setzt das kleine bild center*/
}

#imgleft {
	float:left;
}

#text {
text-align:right;
font: bold 14px arial, helvetica, sans-serif; line-height:18px;"
}


#foot {
position:absolute;
bottom:0px;
display:block;
width:1024px;
height:32px;
z-index:6;
overflow:hidden;
background:#550300;
background: #fff url(img/bg_bottom.jpg) repeat-x center;
}


#top_logo {
position:absolute;
right:0px; top:0px;
}

.menu a {
width:115px; height:20px;
font: bold 12px arial; color:#000;
padding-top:9px; text-align:center;
background: #fff url(img/hbutt.gif) 0 0 no-repeat;
text-decoration: none; 
float:left; 
margin-right:0px;
outline:none;
}

.menu a:hover {	
background-position: -115px 0;
}

.menu a.stick {	
background-position: -115px 0;
}

#subnav {
position:absolute;
left:12px; top:128px;
}

#subnav li
{
display: inline;
list-style-type: none;
padding-right: 15px;
}

#subnav a {
font: bold 12px verdana, arial, helvetica, sans-serif;
color:#000;
text-decoration:none; 
outline:none;
}

#subnav a:hover
{
color: #e3e4e5;
}


#subnav a.stick
{
color: #e3e4e5;
}

form#mein {
 width:1000px;
 border:0px solid red;
/*background:#f5ded4;*/
/*width:500px;*/
/*padding:0px;*/

 }

 form#mein fieldset{

display:block;
border:0px solid #9b9b9b;
padding-left:10px;
padding-top:15px;

 }
 form#mein fieldset#daten{
color:#000;
}

 form#mein legend {
font-size:12px;
border:1px solid #666;
color:#000;
margin-bottom:15px;  
padding-left:8px;
padding-right:8px;

background:none;
}
form#mein label {

clear:left;
display:block;
float:left;
width:100px;
color:#000;
margin-bottom:0.5em;
}

form#mein textarea {
font: normal 12px verdana, arial, helvetica, sans-serif;
text-align:left;
width:350px;
border:1px solid #9b9b9b;
margin:-15px 0 0 100px;
overflow:auto;
}

#button {
	padding-left:499px;

	}
	
#button1 {
	padding-left:109px;
	}

.forml {
	
float:left;
border:0px solid red;
width:350px;
}

.formr {
padding-right: 250px;	
float:right;
border:0px solid red;
width:350px;
}
form#mein1 {

/*background:#f5ded4;*/
width:500px;
padding:0px;

 }

 form#mein1 fieldset{
 width:480px;
display:block;
border:0px solid #9b9b9b;
padding-left:10px;
padding-top:15px;

 }
 form#mein1 fieldset#daten{
color:#000;
}

 form#mein1 legend {
font-size:12px;
border:0px solid #666;
color:#000;
/*margin-bottom:15px;  */
padding-left:8px;
padding-right:8px;

background:none;
}
form#mein1 label {

clear:left;
display:block;
float:left;
width:100px;
color:#000;
margin-bottom:0.5em;
}

form#mein1 textarea {
font: normal 12px verdana, arial, helvetica, sans-serif;
text-align:left;
width:350px;
border:1px solid #9b9b9b;
margin:-15px 0 0 100px;
overflow:auto;
}



