body{
	color: #fff;
	font-family: sans-serif, arial, helvetica;
	font-size: 12px;
	line-height: 13px;
}
.err{
	color: #f00;
}
.fRight{
	float:right;
	
}
a{
	text-decoration:none;
	color:#ccc;
	font-weight: bold;
}
.clearer{
	clear:both;
	margin: 0;
	padding: 0;
}

#PageWrapper{
	background: url("img/bg.jpg");
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:auto;
	
}

#ContentWrapper{
	background-color:#282828;	
	margin: 40px auto;
	width: 660px;	
	padding-bottom: 10px;
}

#Banner{
	background: url("img/banner_kontakt.jpg") no-repeat;
	width: 660px;
	height: 145px;
}

#Content{
	width: 580px;
	margin: auto;
}

#Content div.InputField{	
	margin-bottom:5px;	
	
}

#Content label{
	display: block;
	float: left;
	padding-top:2px;
	font-weight: bold;
	width: 150px;	
}


#Content select{
	display: block;
	float: left;
	width: 225px;	
	background: #000;
	color: #fff;
	border: 0;	
}
#Content select option{
	border: 0;
}

#Content input[text], #Content input.text{
	display: block;
	float: left;
	width: 225px;
	background: #000;
	border: 0;
	color: #fff;
}

#Content textarea{
	background: #000;
	color: #fff;
	width: 225px;
	height: 100px;
	border: 0;
}


div.checkbox{
	width:150px;
	float:left;
	margin-bottom: 5px;
}

div.checkbox input.checkbox{
	margin:0 5px;
	padding: 0;
	float:right;
}
div.checktext{
	color: #848484;
	width: 430px;
	float:left;	
}
p.small{
	font-size:10px;
	color: #848484;
	
}
#submit img{
	cursor: pointer;
}