@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: inherit;
	font-size:100%;

}




ol, ul {
	list-style: none;
}

html, body{
	height: 100%;
	width: 100%;
}

body  {
	color: #666666;
	background-color:#CCCCCC;
	background-position:center;

}


/*-----------------------------------------------allgemeiner Container-----------------------------------------------*/

#container { 
	background:#FFFFFF;
	width: 980px; 
	height: 610px;
	position: absolute; 
	left: 50%; 
	margin-left: -490px;
	top: 50%;
	margin-top: -305px;
	font-size:83%;
} 


/*----------------------------------------------- oben-----------------------------------------------*/

#oben{
width:980px;
height:98px;
float:left;
}

#oben_links {
float:left;
width:320px;
height:98px;
}

#oben_rechts {
float:right;
width:660px;
height:98px;

}

/*-----------------------------------------------Mitte-----------------------------------------------*/
#mitte{
	float:left;
	width:980px;
	height:214px;
}

.bild_mitte{
	float:left;
	width:320px;
	height:214px;
	margin-left:5px;
}

/*-----------------------------------------------Unten-----------------------------------------------*/
#unten{
	float:left;
	width:980px;
	height:298px;	
}


#unten_links{
	float:left;
	width:640px;
	height:298px;
}
#unten_links_1{
	float:left;
	width:640px;
	height:86px;
}
#unten_links_2{
	float:left;
	width:640px;
	height:70px;
}
.inner{
	float:left;
	width:320px;
	height:70px;
}



#unten_links_3{
	float:left;
	width:640px;
	height:100px;
}
#unten_links_4{
	float:left;
	width:640px;
	height:28px;
}


#unten_rechts{
	float:right;
	width:340px;
	height:298px;
}
#unten_rechts_1{
	float:right;
	width:340px;
	height:298px;
}
#unten_rechts_2{
	float:right;
	width:340px;
	height:28px;
	margin-top:2px;
	padding:0;
}

.reset_button{
	border:none;
	background:url(../images/button_loeschen_kl.gif) no-repeat;

	height:22px;
	width:80px;
	margin-left:1px;



}
.stdtext{
	width: 90px;
	font-size:90%;
}
