html, body {
	margin: 0;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D191A;
	text-align: center;
	background-image: url(images/bg.gif);
}

a:link {
	text-decoration: none;
	color: #00a4e6;
}
a:visited {
	text-decoration: none;
	color: #008ac1;
}
a:hover {
	text-decoration: underline;
	color: #008ac1;
}
a:active {
	text-decoration: none;
	color: #00A4E6;
}
img {
	border:0;
}
input {
	font-size: 11px;
}
.client {
	position: absolute;
	top: 164px;
	width: 233px;
	margin-left: 227px;
	z-index:3;
	background-color: #d7d7d7;
	border: solid #747474 1px;
	/*border: solid #00A4E6 1px;*/
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {
	font-size: 11px;
	width: 656px;
	min-height: 450px;
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_bg.gif);
}
* html #content {
	height: 450px;
}
#leftpart {
	float:left;
	width:144px;
	min-height:310px;
	padding: 0 17px 0 17px;
	display: inline;
}
* html #leftpart {
	height:310px;
}
#rightpart {
	float:left;
	width:352px;
	min-height:310px;
	padding: 0 109px 0 0;
	display: inline;
}
* html #rightpart {
	height:310px;
}
#rightpart p {
	margin-top: 0;
}
#bottom {
	clear:both;
}

/* formulare */
form br {
	clear: both;
}
label {
	width: 70px;
	margin: 0px 0px 6px 0px;
	float: left;
}
.inputlong {
	color: #000000;
	width: 250px;
	height: 14px;
	margin: 0 0 22px 0;
	padding: 2px 3px 0 3px;
	float: left;
}
.inputselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 10em;
	margin: 0 0 22px 0;
	float: left;
}
.inputcheck {
	color: #000000;
	width: 10pt;
	margin: 0 0 22px 0;
	float: left;
}
.inputchecktxt {
	font-size: 0.7em;
	width: 300pt;
	color: #000000;
	margin: 0 2px 13px 3px;
}
.inputtext {
	color: #000000;
	width: 250px;
	height: 100px;
	padding: 2px 3px 0 3px;
	margin: 0 0 22px 0;
	float: left;
}
.inputfile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	width: 25em;
	height: 1.8em;
	margin: 0 36px 22px 0;
	padding: 2px 3px 0 3px;
	float: left;
}
.inputzusatztext {
	font-size: 0.7em;
	margin: 0px 0px 6px 6px;
}
.buttonform {
	color: #000000;
	padding: 0 10px 0 10px;
	float: left;
}
