@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;
	background-color:#CCCCCC;
	background-position:center;
}

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

#container { 

	background:#FFFFFF;
	width: 632px; 
	height: 540px;
	
} 

#containerlinks {
	float: left;
	width: 325px;
	padding: 0px;
	margin: 0;
	height: 540px;

}

#containerrechts1{
	float: right;
	background:url(../images/card_1_back.jpg) no-repeat top right;
	width: 305px;
	margin: 0;
	padding: 0;
	height: 540px;
}
#containerrechts2{
	float: right;
	background:url(../images/card_2_back.jpg) no-repeat top right;
	width: 305px;
	margin: 0;
	padding: 0;
	height: 540px;
}
#containerrechts3{
	float: right;
	background:url(../images/card_3_back.jpg) no-repeat top right;
	width: 305px;
	margin: 0;
	padding: 0;
	height: 540px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#containerTop{
	margin: 24px 0 0 17px;
	height: 226px;

	background:url(../images/flakons_kontakt.jpg) no-repeat top right;
}

/*-----------------------------------------------rest-----------------------------------------------*/

#tabelle {
	float:left;
	width:280px;
	margin:120px 0 0 25px;
	}
	
#tabelle td {
	padding: 0;
	vertical-align:middle;
	}

.formfeld1{
	width: 180px;

}
.formfeld2{
	width: 240px;

}
.formfeld3{
	width: 265px;

}
#buttons{
	float:left;
	margin: 493px 0 0 85px;
	height: 27px;
	padding:0;
}


.stdtext{

	font-size:small;
}

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

}
