











fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset br{
	clear: both;	
}


label {
	/*float: left;*/
 	width: 180px;
	margin: 0 0 5px 0;
}

input, textarea {
	width: 200px;
	/*float: left;*/
	margin: 0 0 5px 0;
}

.eingabe {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	color:#666;
	font-size:11px;}
	

input[type="button"]
{
	position:relative;
	top:0px;
	left:40px;
	height:25px;
	float:left;
	padding: 0px;
	margin: 0px 0px 0 105px;
}




	.form {
	/*float:left;*/
	margin:0 0 5px 0;
	background-color:#fff;
	border:1px solid #d3d3d3;
	color:#222;
	padding-top:2px;
	width:200px;}
	
#check {
	float:right;
	width:230px;
	height:350px;
	margin: 10px 0 0 0px;}
	
#kontakttext {
	float:left;
	width:230px;
	height:300px;
	margin:0px 0 0 0 ;
	}

#kontakttext fieldset{
	margin:-20px 0 0 0;
	padding:0px;}




/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
form
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 100%;
}



label
{
	width: 200px;
	margin-right: 10px;
	float: left;
	height: 20px;
	text-align: left;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 3px;
}

.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	padding-bottom: 1px;
	margin:0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

legend
{
	font-weight: bold;
	color: #a2a250;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

/************************************************************************************/
/*Diverse Form Elemente */
select
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #d4d6d8;
	float: left;
	clear: none;
	margin: 0px;
	height: 20px;
	padding-top: 1px;
}

textarea
{
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

.textarea-code
{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #0066CC;
}




/************************************************************************************/
/*INPUT Elemente */
input
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #d4d6d8;
	/*float: left;*/
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 2px;
	height: 16px;
	background-color: #FBFBFB;
}

input:focus
{
	background-color: #cbccce;
	border-color: #aaa;
	color: #000;
}
input#btnSubmit {
	float:right;
	padding:10px 0 0 0;
	margin: 60px 120px 0 0;
	background: url(../images/design/bg-navi.gif) no-repeat 0px 0px;
	border-color: #aaa;
	color: #000;
	height:30px;
	width:180px;
}

div#btnSubmit1 {
	float:right;
	padding:10px 0 0 0;
	margin: 60px 20px 0 0;
	background: url(../images/design/bg-navi.gif) no-repeat 0px 0px;
	border-color: #aaa;
	color: #000;
	height:30px;
	width:180px;
}
div#btnSubmit2 {
	float:left;
	padding:10px 0 0 0;
	margin: 60px 20px 0 0;
	background: url(../images/design/bg-navi.gif) no-repeat 0px 0px;
	border-color: #aaa;
	color: #000;
	height:30px;
	width:180px;
}

div#btnSubmit1 a, div#btnSubmit2 a{
	color:#aaa;
	letter-spacing:0.1em;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;}
div#btnSubmit1 a:hover, div#btnSubmit2 a:hover{
	background-color:transparent;
	color:#000;}



input[type="text"][readonly]
{
	border: 1px solid #d4d6d8;
	background-color: #F3F3F3;
	color: #666666;
}

input[type="text"][disabled], input[type="password"][disabled]
{
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
}


input[type="file"] > input[type="button"]
{
	padding: 0px;
	margin: 0px;
}

input[type="hidden"]
{
	display: none;
}

input[type=radio], input[type=checkbox]
{
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

input[type=checkbox]
{
	width:10px;
	margin:5px 5px 0 0;
}

input[type=checkbox]
{
	padding: 0px 0 0 0px;
}
#divFormErrors
{
	color: #FF0000;
	display: none;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 500px;
}
