html {
	padding:				0;
	margin:					0;
    height:					100%;
    width:					100%;
	overflow:				hidden;
	/*
		RAL 6018	->	#709a57 (Gelbgrün)
						#669966 (WebSafe)
		RAL 6002	->	#4d644a (Laubgrün)
						#666633 (WebSafe)
		RAL 6010	->	#5d7251 (Grasgrün)
						#666666 (WebSafe)
	*/
    background-color:		#709a57;
    text-align:				left;
    color:					#ffffff;
	font-family:			Verdana, Geneva, sans-serif;
	font:					Verdana, Geneva, sans-serif;
	font-size:				10pt;
}

img {
    padding:				0;
    margin:					0;
    border:					none;
}

body {
	padding:				0;
	margin:					0;
    overflow:				hidden;
}

#inhalt {
    width:					1000px;
    height:					600px;
    position:				absolute;
    top:					50%;
    left:					50%;
    padding:				0;
    margin-top:				-300px;
    margin-left:			-500px;
    /*
    border:					#00f solid 1px;
    /**/
}

#logo {
    padding:				0;
    margin:					0;
    position:				absolute;
    right:					774px;
    top:					19px;
}

#navi {
    width:					160px;
    position:				absolute;
    left:					0px;
    bottom:					109px;
    overflow:				hidden;
    text-align:				right;
    font-size:				110%;
    /*
    border:					#f00 solid 1px;
    /**/
}
#navi ul {
    padding:				0;
    margin:					0;
}
#navi ul li {
    list-style-type:		none;
    padding-bottom:			0.5em;
}
#navi a:link, #navi a:visited {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		inherit;
    font-weight:			bold;
    text-decoration:		none;
    padding:				1px 10px 1px 3px;
}
#navi a:hover, #navi a:active {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		#374d2b;
    padding:				1px 10px 1px 3px;
}
.navi-active {
    color:					#374d2b !important;/*#ffffff;*/
    background-color:		#ffffff;/*#374d2b;*/
}
.navi-active a:link, .navi-active a:visited {
    color:					#374d2b !important;/*#ffffff;*/
}
.navi-active a:hover, .navi-active a:active {
    color:					#ffffff !important;
}

#unternavi {
    /*width:					660px;*/
    height:					98px;
    position:				absolute;
    /*left:					160px;*/
    right:					170px;
    top:					482px;
    overflow:				auto;
    margin:					8px 0px 9px 0px;
    /*
    border:					#ff0 solid 1px;
    /**/
}
#unternavi ul {
    padding:				0;
    margin:					0;
}
#unternavi ul li {
    list-style-type:		none;
    float:					left;
    height:					80px;
    width:					80px;
    margin-right:			6px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				hidden;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#unternavi a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#374d2b;
    cursor:					hand;
}
#unternavi img {
    padding:				0;
    margin:					0;
    width:					80px;
    border:					none;
    cursor:					hand;
}
#unternavi .unav-txt {
    padding:				0;
    margin:					0;
    margin-top:				-3px;
    padding-top:			2px;
    border:					none;
	text-align:				center;
    font-weight:			normal;
    font-size:				100%;
    left:					0px;
    right:					0px;
    height:					18px;
    /*background-color:		#374d2b;*/
    background-color:		#ffffff;
    cursor:					hand;
    clear:					both;
}
#unternavi .unav-emptyimage {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					63px;
    border:					none;
    background-image:		url(logo_uihlein.jpg);
    background-position:	-31px -3px;
    cursor:					hand;
}
#unternavi .dec-letterspace {
    letter-spacing:			-0.23ex;
}
#unternavi .unav-collage {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					63px;
    border:					none;
    cursor:					hand;
}
#unternavi .unav-collage img {
    padding:				0;
    margin:					0;
    width:					40px;
    height:					30px;
    float:					left;
    border:					none;
    cursor:					hand;
}


#infobox {
    width:					662px;
    height:					100px;
    position:				absolute;
    left:					160px;
    top:					0px;
    overflow:				auto;
    /*
    border:					#fff solid 1px;
    /**/
	/*
    font-size:				3pt;
    /**/
}
#infobox-up {
    width:					662px;
    height:					100px;
    position:				absolute;
    left:					0px;
    top:					-100px;
    overflow:				auto;
    /*
    border:					#fff solid 1px;
    /**/
    font-size:				3pt;
}


#haupt {
    padding:				0;
    margin:					0;
    width:					840px;
    height:					380px;
    position:				absolute;
    left:					160px;
    top:					100px;
    overflow:				visible;
    /*
    border:					#fff solid 1px;
    /**/
}


#spalte1 {
    padding:				0;
    margin:					0;
	width:					660px;
    height:					380px;
    position:				absolute;
    left:					0px;
    top:					0px;
    overflow:				auto;
    border:					#fff solid 2px;
    /*
    border:					#fff solid 1px;
    /**/
}
#spalte1 #map {
    width:					660px;
    height:					380px;
}
#spalte1 #map a {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		inherit;
    border-bottom:			inherit;
}
#spalte1 .map-infotext {
    font-size:				80%;
    color:					#374d2b;
}
#spalte1 .text-normal {
    margin:					10px;
    overflow:				auto;
}
#spalte1 a:link, #spalte1 a:visited {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		inherit;
    border-bottom:			1px dotted #ffffff;
}
#spalte1 a:hover, #spalte1 a:active {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		#374d2b;
}
#spalte1 .img-link {
    border:					none !important;
}

#spalte1-collage {
    padding:				0;
    margin:					0;
	width:					664px;
    height:					384px;
    position:				absolute;
    left:					0px;
    top:					0px;
    overflow:				auto;
    /*border:					#fff solid 2px;
    /*
    border:					#fff solid 1px;
    /**/
}

#spalte1-tipps {
    padding:				0;
    margin:					0;
	width:					686px;
    height:					390px;
    position:				absolute;
    left:					0px;
    top:					0px;
    overflow:				visible;
    /*border:					#fff solid 2px;
    /*
    border:					#fff solid 1px;
    /**/
}
#tipps {
    padding:				0;
    margin:					0;
    
}
#tipps li {
    list-style-type:		none;
    float:					left;
    height:					122px;
    width:					160px;
    margin-right:			5px;
    margin-bottom:			6px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				hidden;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#tipps a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#374d2b;
    cursor:					hand;
}
#tipps img {
    padding:				0;
    margin:					0;
    width:					160px;
    border:					none;
    cursor:					hand;
}
#tipps .unav-txt {
    padding:				0;
    margin:					0;
    margin-top:				-3px;
    padding-top:			2px;
    border:					none;
	text-align:				center;
    font-weight:			normal;
    font-size:				100%;
    left:					0px;
    right:					0px;
    height:					18px;
    /*background-color:		#374d2b;*/
    background-color:		#ffffff;
    cursor:					hand;
}
#tipps .unav-emptyimage {
    padding:				0;
    margin:					0;
    width:					160px;
    height:					105px;
    border:					none;
    background-image:		url(logo_uihlein.jpg);
    background-repeat:		no-repeat;
    background-position:	6px 22px;
    cursor:					hand;
}


#spalte2 {
    padding:				0;
    margin:					0;
    width:					176px;
    height:					480px;
    position:				absolute;
    left:					663px;
    top:					0px;
    overflow:				hidden;
    /*
    border:					#fff solid 1px;
    /**/
}

.a-mehr {
    background-image:		url(pfeil_weiss.gif);
    background-position:	left;
    background-repeat:		no-repeat;
    padding-left:			8px;
}

#spalte2 h1 {
    padding:				0;
    margin:					0;
    margin-bottom:			1em;
    font-size:				110%;
    font-weight:			bold;
    text-decoration: 		none;
    color:					#374d2b;/*#ffffff;*/
    background-color:		#ffffff;/*#374d2b;*/
    padding:				1px 3px 1px 10px;
    display:				inline;
}
#spalte2 h2, #spalte1 h2 {
    padding:				0;
    margin:					0;
    font-size:				100%;
    font-weight:			bold;
    text-decoration: 		none;
    color:					#ffffff;
    display:				inline;
}
#spalte2 h3, #spalte2 h4, #spalte2 h5, #spalte2 h6, #spalte1 h3, #spalte1 h4, #spalte1 h5, #spalte1 h6 {
    padding:				0;
    margin:					0;
    font-size:				100%;
    font-weight:			normal;
    text-decoration: 		none;
    color:					#374d2b;
    display:				inline;
}

#spalte2 .text-normal {
    margin-left:			11px;
    height:					440px;
    overflow:				auto;
}

#spalte2 a:link, #spalte2 a:visited {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		inherit;
    border-bottom:			1px dotted #ffffff;
}
#spalte2 a:hover, #spalte2 a:active {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		#374d2b;
}
#spalte2 .img-link {
    border:					none !important;
}

#spalte2 dl {
    padding:				0;
    margin:					0;
}
#spalte2 dt {
    padding:				0;
    margin:					0;
    font-size:				100%;
    font-weight:			bold;
    text-decoration: 		none;
    color:					#ffffff;
}
#spalte2 dd {
    padding:				0;
    margin:					0;
    margin-left:			0.5em;
}

#spalte2 ul {
    padding:				0;
    margin:					0;
}
#spalte2 li {
    padding:				0;
    margin:					0;
    margin-bottom:			0.3em;
    margin-left:			1.5em;
    font-size:				100%;
}

/*+++++++++++++++++++++++++++++++++++++++++*/
#spalte2 .bildergalerie {
    margin-left:			0px;
    overflow:				hidden;
    bottom:					-1px;
    margin-bottom:			9px;
    position:				absolute;
}
#spalte2 .bildergalerie ul {
    padding:				0;
    margin:					0;
}
#spalte2 .bildergalerie ul li {
    margin:					0;
    padding:				0;
    list-style-type:		none;
    height:					80px;
    width:					80px;
    margin-left:			6px;
    margin-top:				6px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				hidden;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#spalte2 .bildergalerie a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#374d2b;
    cursor:					hand;
}
#spalte2 .bildergalerie img {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					80px;
    border:					none;
    cursor:					hand;
}

#spalte2 .bildergalerie-top {
    margin-left:			0px;
    overflow:				hidden;
	top:					20px;
    margin-top:				18px;
    position:				absolute;
}
#spalte2 .bildergalerie-top ul {
    padding:				0;
    margin:					0;
}
#spalte2 .bildergalerie-top ul li {
    margin:					0;
    padding:				0;
    list-style-type:		none;
    height:					80px;
    width:					80px;
    margin-left:			6px;
    margin-bottom:			6px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				hidden;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#spalte2 .bildergalerie-top a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#374d2b;
    cursor:					hand;
}
#spalte2 .bildergalerie-top img {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					80px;
    border:					none;
    cursor:					hand;
}

#spalte2 .bildergalerie-mittext {
    margin-left:			0px;
    overflow:				auto;
    position:				absolute;
    height:					440px;
    width:					176px;
}
#spalte2 .bildergalerie-mittext h2 {
    display:				block;
    margin-left:			11px;
    clear:					both;
}
#spalte2 .bildergalerie-mittext ul {
    padding:				0;
    margin:					0;
    margin-left:			11px;
}
#spalte2 .bildergalerie-mittext ul li {
    margin:					0;
    padding:				0;
    list-style-type:		none;
    width:					134px;
    height:					80px;
    margin-left:			6px;
    margin-top:				6px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				hidden;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#spalte2 .bildergalerie-mittext a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#374d2b;
    cursor:					hand;
}
#spalte2 .bildergalerie-mittext img {
    padding:				0;
    margin:					0;
    width:					134px;
    height:					80px;
    border:					none;
    cursor:					hand;
}
#spalte2 .bildergalerie-mittext .text-bildueberschrift {
    margin-left:			17px;
    clear:					both;
}
#spalte2 .bildergalerie-mittext .text-bildunterschrift {
    margin-left:			17px;
    clear:					both;
    margin-bottom:			1em;
}

#infobox-bilder {
    width:					662px;
    height:					100px;
    position:				absolute;
    left:					0px;
    top:					-100px;
    overflow:				hidden;
    z-index:				99;
    /*
    border:					#fff solid 1px;
    /**/
}
#infobox-bilder ul {
    padding:				0;
    margin:					0;
    margin-top:				12px;
}
#infobox-bilder ul li {
    list-style-type:		none;
    height:					80px;
    width:					80px;
    margin-right:			6px;
    margin-bottom:			6px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				hidden;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#infobox-bilder a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#374d2b;
    cursor:					hand;
}
#infobox-bilder img {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					80px;
    border:					none;
    cursor:					hand;
}
/*++++++++++++++++++++++++++++++++++++++++*/

#kopf-rechts {
    margin:					0;
    padding:				0;
    top:					0px;
    right:					0px;
    position:				absolute;
    overflow:				hidden;
    text-align:				right;
    z-index:				99;
    /*
    border:					#fff solid 1px;
    /**/
}

#start-infos {
    /*width:					660px;*/
    height:					98px;
    position:				absolute;
    left:					160px;/**/
    /*right:					170px;*/
    top:					482px;
    overflow:				auto;
    margin:					8px 0px 9px 0px;
    /*
    border:					#ff0 solid 1px;
    /**/
}
#start-infos ul {
    padding:				0;
    margin:					0;
}
#start-infos ul li {
    list-style-type:		none;
    float:					left;
    height:					80px;
    width:					80px;
    margin-right:			0px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				visible;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#start-infos ul .fadeout {
    width:					0px;
    height:					1.3em;
    margin-left:			-220px;
    margin-top:				4em;
    overflow:				visible;
    border:					none;
}
#start-infos ul .fadeout img {
    width:					210px;
    height:					100%;
}
#start-infos .li-text {
    padding:				0;
    margin:					0;
    list-style-type:		none;
    float:					left;
    height:					80px;
    width:					216px;
    margin-right:			10px;
    text-align:				left;
    vertical-align:			middle;
    cursor:					hand;
    border:					none;
    color:					#ffffff;
    overflow:				visible;
}
#start-infos a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#ffffff;
    cursor:					hand;
}
#start-infos img {
    padding:				0;
    margin:					0;
    width:					80px;
    border:					none;
    cursor:					hand;
}
#start-infos .unav-txt {
    padding:				0;
    margin:					0;
    margin-top:				-3px;
    padding-top:			2px;
    border:					none;
	text-align:				center;
    font-weight:			normal;
    font-size:				100%;
    left:					0px;
    right:					0px;
    height:					18px;
    color:					#374d2b;
    background-color:		#ffffff;
    cursor:					hand;
}
#start-infos .unav-emptyimage {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					63px;
    border:					none;
    background-image:		url(logo_uihlein.jpg);
    background-position:	-31px -3px;
    cursor:					hand;
}
#start-infos .dec-letterspace {
    letter-spacing:			-0.23ex;
}
#start-infos h2 {
    padding:				0;
    margin:					0;
    margin-bottom:			1em;
    font-size:				110%;
    font-weight:			bold;
    text-decoration: 		none;
    color:					#374d2b;/*#374d2b; #ffffff;*/
    background-color:		#ffffff;/*#ffffff; #374d2b;*/
    padding:				0px 3px 1px 5px;
    display:				inline;
}
#start-infos .text {
    padding:				0;
    margin:					0;
    padding-left:			5px;
    padding-top:			3px;
    height:					3.6em;
    overflow:				hidden;
}
#start-infos .text-etc {
    padding:				0;
    margin:					0;
    padding-left:			8px;
    overflow:				visible;
}


#infobox ul {
    padding:				0;
    margin:					0;
    margin-top:				12px;
}
#infobox ul li {
    list-style-type:		none;
    float:					right;
    height:					80px;
    width:					80px;
    margin-left:			0px;
    text-align:				left;
    vertical-align:			middle;
    overflow:				visible;
    cursor:					hand;
    border:					#ffffff solid 1px;
}
#infobox ul .fadeout {
	padding:				0;
	margin:					0;
    width:					0px;
    height:					1.3em;
    margin-top:				4em;
    overflow:				visible;
    border:					none;
}
#infobox ul .fadeout img {
    width:					222px;
    height:					100%;
}
#infobox .li-text {
    padding:				0;
    margin:					0;
    list-style-type:		none;
    float:					right;
    height:					80px;
    width:					216px;
    margin-left:			10px;
    text-align:				right;
    vertical-align:			middle;
    cursor:					hand;
    border:					none;
    color:					#ffffff;
    overflow:				visible;
}
#infobox a {
    text-decoration:		none;
    /*color:					#ffffff;*/
    color:					#ffffff;
    cursor:					hand;
}
#infobox img {
    padding:				0;
    margin:					0;
    width:					80px;
    border:					none;
    cursor:					hand;
}
#infobox .unav-txt {
    padding:				0;
    margin:					0;
    margin-top:				-3px;
    padding-top:			2px;
    border:					none;
	text-align:				center;
    font-weight:			normal;
    font-size:				100%;
    left:					0px;
    right:					0px;
    height:					18px;
    color:					#374d2b;
    background-color:		#ffffff;
    cursor:					hand;
}
#infobox .unav-emptyimage {
    padding:				0;
    margin:					0;
    width:					80px;
    height:					63px;
    border:					none;
    background-image:		url(logo_uihlein.jpg);
    background-position:	-31px -3px;
    cursor:					hand;
}
#infobox .dec-letterspace {
    letter-spacing:			-0.23ex;
}
#infobox h2 {
    padding:				0;
    margin:					0;
    margin-bottom:			1em;
    font-size:				110%;
    font-weight:			bold;
    text-decoration: 		none;
    color:					#374d2b;/*#374d2b; #ffffff;*/
    background-color:		#ffffff;/*#ffffff; #374d2b;*/
    padding:				0px 7px 1px 3px;
	margin-right:			0px;
    display:				inline;
}
#infobox .text {
    padding:				0;
    margin:					0;
    padding-right:			5px;
    padding-top:			3px;
    height:					3.6em;
    overflow:				hidden;
}
#infobox .text-etc {
    padding:				0;
    margin:					0;
    padding-right:			8px;
    overflow:				visible;
}


#fuss {
	margin:					0;
    padding:				0;
    top:					580px;
	width:					100%;
    position:				absolute;
    text-align:				center;
    font-size:				80%;
    color:					#374d2b;
    border-top:				#374d2b solid 1px;
    padding-top:			0.5em;
    padding-bottom:			1px;
}
#fuss a:link, #fuss a:visited {
    text-decoration: 		none;
    color:					#374d2b;
    background-color:		inherit;
    border-bottom:			1px dotted #374d2b;
}
#fuss a:hover, #fuss a:active {
    text-decoration: 		none;
    color:					#ffffff;
    background-color:		#374d2b;
}


.image_overlay {
    position: 				absolute;
    top: 					0;
    left: 					0;
    border: 				none;
    z-index:				99;
    /*margin: 				0;
    padding: 				0;*/
}
#image_overlay_div {
    visibility:				hidden;
}


.image_bereiche_wrapper {
    float:					left;
}
.image_bereiche {
    position:				relative;
    float: 					left;
    width: 					660px;
    height: 				380px;
    border: 				none;
}
.image_bereiche .image {
    position: 				relative;
    float:					left;
    margin-bottom:			6px;
    margin-right:			6px;
    border:					2px solid #ffffff;
}
.image_bereiche .image .bereiche-txt {
    padding:				0;
    margin:					0;
    margin-top:				0px;
    padding-top:			2px;
    border:					none;
	text-align:				center;
    font-weight:			normal;
    font-size:				100%;
    height:					18px;
    color:					#374d2b;
    background-color:		#ffffff;
}


/* Vom Image Fader benötigte styles */
/* 
 * image_fade_wrapper
 * Dient dem Aufheben der relativen Positon des image_fade-Elements.
 * REDAXO: hier wird der Rahmen gesetzt und es können auch padding und margin angegeben werden.
 */
.image_fade_wrapper {
    float:					left;
    /*
    border:					1px solid #FFF;
    /**/
    background-color:		#fff;
}
/* image_fade 
 * Positon relative ist notwendig um das unterliegende img-Element absolut positionieren zu können 
 * Breite und Höhe sind notwendig, damit der Brower die Größe des Image Faders kalkulieren kann.
 * REDAXO: Für Redaxo implementierung hier kein margin oder padding angeben, das div wird auf Größe der Bilder gesetzt.
 */
.image_fade {
    position:				relative;
    float: 					left;
    width: 					660px;
    height: 				380px;
    border: 				none;
}
/* image_fade img
 * Absolute Position und top, left = 0 muss gesetzt werden.
 * REDAXO: Kein margin und padding angeben.
 */
.image_fade img {
    position: 				absolute;
    top: 					0;
    left: 					0;
    border: 				none;
    /*margin: 				0;
    padding: 				0;*/
}
.clear {
    clear: 					both;
}
/* ENDE - Vom Image Fader benötigte styles */


.uhl {
    font-weight:			normal;
    color:					#ffffff;
}
.ext {
    font-weight:			normal;
    color:					#374d2b;
}
.uhl a:link, .uhl a:visited {
    text-decoration: 		none;
    color:					#ffffff !important;
    background-color:		inherit;
    border-bottom:			1px dotted #ffffff !important;
}
.uhl a:hover, .uhl a:active {
    text-decoration: 		none;
    color:					#ffffff !important;
    background-color:		#374d2b !important;
}
.ext a:link, .ext a:visited {
    text-decoration: 		none;
    color:					#374d2b !important;
    background-color:		inherit;
    border-bottom:			1px dotted #374d2b !important;
}
.ext a:hover, .ext a:active {
    text-decoration: 		none;
    color:					#374d2b !important;
    background-color:		#ffffff !important;
}
.dutk-month {
    font-weight:			normal;
    color:					#374d2b;
    background-color:		#ffffff;
    font-weight:			bold;
    color:					#ffffff;
    background-color:		inherit;
}
.dutk-dateStartFormatted {
    width:					170px;
    vertical-align:			top;
}
.dutk-eventName {
    width:					210px;
    vertical-align:			top;
}
.dutk-venue {
    width:					230px;
    vertical-align:			top;
}
.dutk-details p {
    padding:				0px;
    margin:					0px;
}
.dutk-details div {
    padding-top:			0.5em;
    clear:					right;
}
.dutk-details div div {
    vertical-align:			top;
    margin-left:			110px;
}
.dutk-details div .label {
    width:					110px;
    float:					left;
    vertical-align:			top;
    margin-left:			0px;
}
.dutk-picture img {
    border:					1px solid #ffffff;
}

form #spalte1 .formular {
    margin:					0px;
    margin-left:			10px;
    overflow:				hidden;
}
form #spalte1 .formular h2 {
    padding-top:			10px;
    padding-bottom:			10px;
    display:				block;
}
form #spalte1 .formular .spalte {
    float:					left;
    width:					302px;
}
form #spalte1 .formular .spalte2 {
    float:					left;
    margin-left:			30px;
}
form #spalte1 .formular .label {
    float:					left;
    width:					116px;
    text-align:				right;
    padding-right:			4px;
}
form #spalte1 .formular .label2 {
    float:					left;
    width:					116px;
    margin-left:			30px;
    text-align:				right;
    padding-right:			4px;
}
form #spalte1 .formular input {
    width:					176px;
    float:					left;
    margin-bottom:			4px;
    color:					#374d2b;
    font-size:				1em;
}
form #spalte1 .formular .plz {
    width:					38px;
    margin-right:			5px;
}
form #spalte1 .formular .ort {
    width:					127px;
}
form #spalte1 .formular #kommentar {
    width:					508px;
    height:					90px;
    float:					left;
    margin-bottom:			4px;
    color:					#374d2b;
	font-family:			Verdana, Geneva, sans-serif;
	font:					Verdana, Geneva, sans-serif;
    font-size:				1em;
}
form #spalte1 .formular #kartentext {
    width:					508px;
    height:					39px;
    float:					left;
    margin-bottom:			4px;
    color:					#374d2b;
	font-family:			Verdana, Geneva, sans-serif;
	font:					Verdana, Geneva, sans-serif;
    font-size:				1em;
}
form #spalte1 .formular #bemerkungen {
    width:					508px;
    height:					38px;
    float:					left;
    margin-bottom:			4px;
    color:					#374d2b;
	font-family:			Verdana, Geneva, sans-serif;
	font:					Verdana, Geneva, sans-serif;
    font-size:				1em;
}
form #spalte1 .formular select {
    width:					182px;
    float:					left;
    margin-bottom:			4px;
    color:					#374d2b;
    font-size:				1em;
}
form #spalte1 .formular br {
    clear:					both;
}
form #spalte1 .formular .radio {
    float:					left;
    width:					48px;
    text-align:				right;
    margin-left:			12px;
}
form #spalte1 .formular .karte {
    width:					auto;
    float:					left;
}
form #spalte2 .dec-letterspace {
    letter-spacing:			-0.11ex;
}
form #spalte2 .formular {
    margin-left:			11px;
    height:					440px;
    overflow:				auto;
}
form #spalte2 .formular select {
    float:					left;
    margin-left:			6px;
    margin-bottom:			4px;
    margin-top:				6px;
    color:					#374d2b;
    font-size:				1em;
}
form #spalte2 .formular #submit {
    margin:					0px;
    padding:				0px;
    background-color:		#374d2b;
    color:					#ffffff;
    border:					1px solid #ffffff;
    width:					120px;
    cursor:					hand;
    cursor:					pointer;
}
form #spalte2 .formular #laufzeit {
    display:				none;
}
form #spalte2 .formular #t_wtag {
    display:				none;
}
