@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-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;

}

ol, ul {
	list-style: none;
}

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

body  {
	color: #666666;
	font-size: 170%;
	background-color:#CCCCCC;
	background-position:center;
}

/*-----------------------------------------------allgemeine Container-----------------------------------------------*/

#container { 
	background:#FFFFFF;
	width: 980px; 
	height: 580px;
	position: absolute; 
	left: 50%; 
	margin-left: -490px;
	top: 50%;
	margin-top: -290px;
} 

#obenlinks {
	float: left;
	width: 550px;
	padding: 0px;
	margin: 0;
	height: 226px;
	color: #666666;
}

#mainContent{
	float: left;
	width: 946px;
	padding: 0;
	margin-left: 17px;
	height: 330px;
}

* html #mainContent{
	margin-bottom:-3px;
		}

*+ html #mainContent{
	margin-bottom:-3px;
		}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

#containerTop{
	margin: 24px 0 0 17px;
	height: 226px;
	width: 946px;
	background:url(../images/flakons_kontakt.jpg) no-repeat top right;
}

#containerTopAllg{
	margin: 24px 0 0 17px;
	height: 226px;
	width: 946px;
	background:url(../images/logo_kontakt.jpg) no-repeat top right;
}

/*-----------------------------------------------Mitte-----------------------------------------------*/
#tabelle {
	float:left;
	height:300px;
	}
	
#tabelle td {
	padding: 0 0 10px 0;
	vertical-align:top;
	}

#tabelle table {
	padding: 0 20px 0 0;
	}

.formfeld{
	width: 255px;

}

.eigeneform{
	margin-top: 2px;
}


#buttons{
	float:right;
	margin-top: 45px;
	height: 27px;
	padding:0;
}

#buttons_neu{
	float:right;
	height: 27px;
	padding-right:20px;
}


.reset_button{
background-color:transparent;
border:none;
background:url(../images/button_loeschen.gif) no-repeat;
height:27px;
width:99px;


}

.reset_button_engl{
background-color:transparent;
border:none;
background:url(../images/button_delete.gif) no-repeat;
height:27px;
width:99px;


}

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

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



#text{
	margin: 120px 0px 0 0px;
	line-height: 140%;
	font-size:90%;

}

#text p{
	clear: both;
}

#text h1{
	margin: 0 0 15px 0;
	font-size: 1em;
	font-weight: bold;
}

