
label
{
	margin: 0 0 0 0px;
	width: 120px;
	float: left;
	height: 24px;
	background-color: transparent;  /* sonst stŸrzt ie6 ab... */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0 0 5px;
} 

html:first-child label /* opera */ 
{ 
	/*margin: 0 0 5px 5px; */
}


fieldset
{
	border: solid 0 #fff; /* opera kann nicht border:none oder border:0 an fieldsets */
	width: 430px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	height: 150px;
}


.br 
{
	display:none;
}  

.zeile
{
	height: 9px;
	display: block;
}  

.clear 
{ 
	clear: both; 
}

a.vcard:link

{
	background: url(../assets/standards/vcard.png) no-repeat right;
	width: 100%;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	display: block;
	color: #333;
	margin: -5px 0 0 0;
}

.vcard
{
	width: 100%;
	height: 40px;
	background-image: url(../assets/standards/vcard.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

a.kml:link
{
	background: url(../assets/standards/icon-kml.png) no-repeat right;
	width: 100%;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	display: block;
	color: #333;
	margin: -5px 0 0 0;
}


.Feedback
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #77B349;
	font-weight: normal;
	width: 120px;
	height: 150px;
	display: block;
	padding: 0 0 0 5px;
}

* html .Feedback { /*margin: -50px 0 0 0;*/ }

input, textarea
 {
 	cursor:text; /* fuer ie6 */
 }

/***********************************/


.textfield /*firefox safari*/
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border: solid 0 #fff;
	padding: 6px 10px 0px 10px;
	width: 265px;
	float: right;
	margin: 0px 0 0px 0px;
	position: relative;
	background-image: url(../assets/standards/textfield-kontakt.png);
	background-repeat: no-repeat;
}

html:first-child .textfield /* opera */
{
	padding: 1px 10px 0px 10px;
	height: 23px;
	margin: 0 0 0px 0;
}

* html .textfield /* ie6 */
{
	height: 20px;
	padding: 5px 10px 5px 10px;
} 

fieldset>input.textfield {
	background: transparent url(../assets/standards/textfield-kontakt.png) no-repeat;
	height: 24px;
}

/***********************************/

textarea /*firefox safari*/
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border: solid 0 #fff;
	padding: 6px 10px 10px 10px;
	width: 265px;
	height: 110px;
	float: right;
	margin: 0px 0 0px 0px;
	background: transparent url(../assets/standards/textarea-kontakt.png) no-repeat fixed;
	overflow: hidden;
	line-height: 16px;
}


fieldset>textarea {
	background: transparent url(../assets/standards/textarea-kontakt.png) no-repeat;
	height: 110px;
}


/***********************************/


.submit
{
	margin: -50px 0px 0px 250px; /* -50px fŸr IE/ */
	background: transparent url(../assets/standards/map-submit.png) no-repeat;
	height: 23px;
	border: solid 0 #fff;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	outline: none;
	padding: 0 0 1px 0;
}

* html .submit 
{ 
margin: -50px 0 0 250px;
}

.submit:focus, 
.submit:active 
{
	margin: 10px 0px 0px 250px; 
	background: transparent url(../assets/standards/map-submit-focus.png) no-repeat;
	cursor: pointer;
	outline: none;
}

input:focus
{outline: none;}

/***********************************/


.textfield:focus, 
fieldset>.textfield:focus
{ 
	background: transparent url(../assets/standards/textfield-focus-kontakt.png) no-repeat; 
}


textarea:focus, 
fieldset>textarea:focus 
{ 
	background: transparent url(../assets/standards/textarea-focus-kontakt.png) no-repeat; 
}


/***********************************/





/********* S A F A R I *********/



html[xmlns*=""] body:last-child label /* safari */
{
	padding: 4px 0 0px 5px;
}

html[xmlns*=""] body:last-child .textfield /* safari */
{
	margin: 0 0 9px 5px;
	width: 285px;
}

html[xmlns*=""] body:last-child textarea /* safari */
{
	margin: 0 0 9px 5px;
	width: 285px;
	background-color: white;
}

html[xmlns*=""] body:last-child .submit /* safari */
{
	font-size: 11px;
	margin: 10px 0px 0px 250px;
}
