html {
	margin: 0;
	padding: 0;
}

body {
	color: #505050;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	margin-left: 20px;
    margin-top: 25px;
	padding: 0;
	text-align: center;
	background: #3C7FC0 url("../images/hint.gif") top left;
}

.headline {

	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 27px;
         width:340px;
	background: #cfddea url("../images/hint_re_bordertop.gif") top right repeat-y ;

}

.headline h2 {

	margin: 0;
	padding: 5px 9px;
	height: auto;
	font-size: 13px;
	line-height: 17px !important;
	line-height: 20px;
	color: #000;

}

#rechtsbox {
	padding: 0 12px 0 0.2em;
	background: url("../images/hint_re_border.gif") top right repeat-y;
         width:326px;
}

#eintrag {

	margin: 0 0 0 -2px;
	width: 326px !important;
	overflow: hidden;
	padding: 2px;
         background-color: #FFFFFF;
         text-align: left;

}

#confirmWindowBack {

	top: 20px;
	width: 340px;
	position: absolute;
	height: 380px;
	background-color: #FFFFFF;
	opacity: 0.8;

}

#confirmWindowBackSmall {

	top: 20px;
	width: 340px;
	position: absolute;
	height: 305px;
	background-color: #FFFFFF;
	opacity: 0.8;	
		
}

#confirmWindowMsg {

	width: 340px;
	position: absolute;
	top: 150px;
	color: green;
	font-weight: bold;
	font-size: 15px;

}

#errorWindowMsg {

	width: 340px;
         position: absolute;
         top: 125px;
         color: red;
         font-weight: bold;
         font-size: 15px;

}

.box {

	float:left;
         width:48% !important;
         padding-left: 6px;
         margin-top:4px;
         height:34px;

}

#btnline {

	margin: 4px 14px 0px 0px;
         padding: 1px;
         text-align: right;
         float: right;

}

.textbox {

		 float:left;
         width:98% !important;
         padding-left: 6px;
         margin-top:8px;

}

input, textarea, select {

	font-family:verdana,arial,helvetica,sans-serif;
         font-size:11px;

}

.forminput {

	width: 140px;

}

.formerrortextarea {

	border: 1px solid red !important;
   	background: #FFD2D2;
		
}

.formerrorinput {

	width: 140px;
   	border: 1px solid red !important;
   	background: #FFD2D2;

}

.formerrorcheck {
	
	color: red;
	
}

button.weiter
	{
	color: #416fa3;
	text-decoration: none;
	font-weight: bold;
	background: #CDDAEA url("../images/hint_link01.gif") center left no-repeat;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 5px;
         font-size: 11px;
         cursor: pointer;
}

button.back
	{
	color: #416fa3;
	text-decoration: none;
	font-weight: bold;
	background: #e7edf4 url("../images/hint_link04.gif") center left no-repeat;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 5px;
         font-size: 11px;
         cursor: pointer;
}


