#ORDER_LIST{
	position:relative;
	float:left;
	display:inline;
	top: 0px;
	left:0px;
	width:260px;
}

#SUBMIT_BUTTON{
	position:relative;
	float:left;
	display:inline;
	top: 0px;
	left:0px;
	width:290px;
	text-align:center;
}
#ERRORS{
	position:relative;
	float:left;
	display:inline;
	top: 0px;
	left:0px;
	width:290px;
	text-align:center;
	color:#CC0000;
}
#KONTAKTFORMULAR{
	position:relative;
	float:left;
	display:inline;
	top: 0px;
	left:0px;
	width:330px;
	background-color:#EDEDF0;
}
#CONTACT_HAEDERS{
	position: relative;
	float: left;
	display:inline;
	top:0px;
	left:0px;
	width:100px;
	
}
#CONTACT_FORM{
	position: relative;
	float: left;
	display:inline;
	top:0px;
	left:10px;
	width:220px;
}

.default_input{
	width:180px;
	height: 17px;
	border-style: solid;
 	border-width: 1px;
 	border-color: #CC0000;
 	font-family: Verdana;
	font-size:10px;
}
.default_checkbox{
	position: relative;
	float:left;
	display:inline;
	top: 0px;
	left:5px;
	width:14px;
	height:14px;
 	font-family: Verdana;
	font-size:10px;
	margin-left:0px;
}

.selectList{
	font-family: Verdana;
	font-size:10px;
	height:18px;
	width:60px;
}
.contactHederRow{
	position: relative;
	float:left;
	display:inline;
	height:20px;
	width:100px;
	font-family: Verdana;
	font-size:10px;
	line-height:18px;
}
.contactRow{
	position: relative;
	float:left;
	display:inline;
	height:20px;
	width:210px;
	font-family: Verdana;
	font-size:10px;
}
.commentsRow{
	position: relative;
	float:left;
	display:inline;
	width:210px;
	font-family: Verdana;
	font-size:10px;
}
.comments_area{
	width:180px;
	height: 100px;
	border-style: solid;
 	border-width: 1px;
 	border-color: #CC0000;
 	font-family: Verdana;
	font-size:10px;
}
.stName{
	position:relative;
	float:left;
	display:inline;
	top: 0px;
	left:0px;
	width:200px;
	height:20px;
}
.stInput{
	position:relative;
	float:left;
	display:inline;
	top: 0px;
	left:0px;
	width:30px;
	height:20px;
}

.stName a:link{
	font-family: Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}
.stName a:active{
	font-family: Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}
.stName a:visited{
	font-family: Verdana;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}
.stName a:hover{
	font-family: Verdana;
	font-size:10px;
	color:#CC0000;
	text-decoration:underline;
}