/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#fff;
}
body {
	width: 100%;
	height: 100%;

	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0px auto 170px auto;
	width:980px;
	min-height:100%;
	background-position: 170px 333px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

#Header {
	height: 335px;
	width: 100%;
	border:0px;
	clear:left;
	padding: 0 20px 0 20px;
	position: relative;
	overflow:hidden;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}

div.teaser {
	position:absolute;
	top:0px;
	left:27px;
	height:325px;
	width:370px;
}

div.logo {
	position:absolute;
	top:0px;
	right:100px;
}

#LeftNav {
width: 190px;
padding:7px 0 0 0;
border: 0px;
float:left;
background:fff;
}

			ul#Menu1 {
			}
			
			ul#Menu1 li {
				float:right;
				list-style-type:none;
				width: 180px;
				text-align: right;
			}
			

				ul#Menu1 li a {
					display:block;
					color:#000;
					font-weight:bold;
					font-size:30pxm;
					text-decoration:none;
					padding:5px 15px;
				}
					ul#Menu1 li a:hover {
						color:#000;
						text-decoration:underline;
					}
					ul#Menu1 li.current a,
					ul#Menu1 li.section a {
						color:#000;
						text-decoration:underline;
					}

#Content {
	float: left;
	margin: 0px;
	width:720px;
	overflow:hidden;
}

#ContentContainer {
	overflow:auto;
}
.separator {
	height:20px;
	width:720px;
	margin: 0 0 0 0;
	background:#fff;
	clear:both;
}
div.leftside_event {
	float: left;
	width:460px;
	margin-left:15px;
	padding: 12px 0 20px 0;
}

div.leftside {
	float: left;
	width:700px;
	margin-left:15px;
	padding: 12px 0 20px 0;
}

div.Themepic_event {
	float: right;
	width:200px;
	padding: 12px 20px 20px 0;
}


div.galleryDescription p {
	background: #fff;
	display:inline;
}

#primaryContent ul li {
	list-style:none;
}
ul#Menu2 li {
	display:inline-table;
	background:#fff;
}

/* ------------------------------------------------------------------------------------- */

#Content ul.stepIndicator {
	margin:10px 0;
	display:block;
	width:700px;
	height:20px;
}

#Content ul.stepIndicator li {
	float:left;
	background-color: #fff;
	list-style:none;
	margin:0 10px 0 0;
}

form#BestellungMultiForm_MForm fieldset {
	width:200px;
}

form#BestellungMultiForm_MForm fieldset label.left {
	width:auto;
	display:block;
	margin-bottom:5px;
	background-color:#fff;
}

form#BestellungMultiForm_MForm span.readonly {
	background-color:#fff;
	margin:0 0 0 5px;
}