* {
	margin:0;
	padding:0;	
}
img,fieldset {
	border:0;
}
select,input,textarea,button {
	font-family:inherit;
	font-size:inherit;	
}


html, body {
	height:100%;
}

body {
	background:#fff;
 	font-family: Arial, sans-serif; 
	font-size:1em; 
	color:#000;
}
#Wrapper,
#Footer * {
	margin: 0 auto ;
	width:1000px;	
}

.hide,
hr {
	display:none;
}

p
 {
	padding:13px;
	font-size:0.8em;
}

h1 {
	font-weight:normal;
	font-size:0.8em;
	padding:13px;
}

h1.ueberschrift {
	font-weight:normal;
	font-size:1.1em;
	padding:13px;
}

h2 {
	font-weight:normal;
	font-size:1em;
	font-weight:500;
	padding:13px;
}

.underline {
	text-decoration:underline;;
}

.date {
	font-size:0.9em;
	font-weight:normal;
	padding:13px;
}

#Content #Portrait {
	float:left;
	padding-left:20px;
	padding-top:12px;
	_left:10px;
	_top:10px;
}

#special {
	position:absolute;
	right:75px;
	bottom:125px;
	_bottom:200px;
}

#special a {
	background-image: url(images/special1.png);
	background-repeat: no-repeat;
	display:block;
	height:150px;
	width:150px;
	background-position: 0% 0px;
	cursor: pointer;
}

#special a:hover {
	background-position:-151px 0%;
	font-style:normal;
	cursor: pointer;
}

h1.center,
p.center {
	padding-left:220px;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#d7f;
}

a:focus {
	text-decoration:none;
}

.active {
	font-weight:bold;
}

#center {
	text-align:center;
}

#Anfrage a {
	display:block;
}

#Anfrage a:hover {
	position:absolute;
	top:-6px;
}

#MainNav a:hover {
	background:#EBF77B;
}

ul {
	list-style-type:none;
}

#ContentWrapper {
	position:relative;
}

#MainNav {
		float:left;
		background:#9AEB72;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		width:205px;
		height:250px;
}

#MainNav,
#Bild,
#Anfrage {
	display:block;
	position:absolute;
	left:0px;
	_left:-225px;
}

#MainNav ul li {	
	font-size:0.8em;
	padding:0 0 2px 0;
}

#MainNav a {
	display:block;
	text-decoration:none;
	width:100%;
	padding:5px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color:#000;	
}

#MainNav a span {
	padding-left:15px;
}

#Bild {
	margin-top:265px;
}

#Anfrage {
	margin-top:435px;
}

#Content {
	margin-left:230px;
	min-height:500px;
	background:#d7f7c6;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
  	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding: 10px;
}

#Content p {
	_width:470px;
}

#Content ul li {
	padding-left:13px;
	padding-bottom:10px;
	font-size:0.8em;
}

#Content ul li a {
	color:#000;
}

#Content ul li a:visited {
	color:#d7f;
}

.shadow {
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

#Content img {
	position:relative;
	display:inline;
	left:500px;
	float:right;
	left:-12px;
}

#Content.listentext p{
	max-width:460px;
}

#MainNav:after,
#Content img:after,
#ContentWrapper:after {
	display:block;
	content:""; 
	clear:both;
	visibility:hidden;
}

#Footer {	
	background:#F8FCCA;
	text-align:center;
	line-height:150%;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
     border-bottom-left-radius:5px;
	 border-bottom-right-radius:5px;
}

#Footer #FooterText ul li {
	display:inline;
	font-size:0.75em;
	padding:0 5px;
}

.puffer {
	padding:24px;
}

/*** Formular ***/
legend {
	display:none;
}

input {
	margin:0 0 10px 45px;
	width:214px;
}

#cname {
	margin:0 0 10px 48px;
}

form {
	background:#d7f7c6;
	color:#000;
	width:400px;
	margin:0 0 0 20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; border: 1px solid #000; padding: 10px;
}

form#Terminanfrageform {
	margin-left:13px;
}

form#KontaktFormular {
	position:absolute;
	top:100px;
	right:10px;
	background:#d7f7c6;
	color:#000;
	width:350px;
	margin:0 0 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; border: 1px solid #000; padding: 10px;
}

#AnfrageFormular form#KontaktFormular {
	position:relative;
	top:-0px;
	left:25px;
	background:#d7f7c6;
	color:#000;
	width:700px;
	margin:0 0 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; border: 1px solid #000; padding: 10px;
}

#AnfrageFormular form#KontaktFormular input {
	margin-left:196px;
}


#AnfrageFormular form#KontaktFormular textarea {
	margin-left:250px;
}

html:not([dummy])

textarea {
	width:214px;	
}

#iFrame {
	height:21em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; border: 1px solid #000; padding: 0px;
}


#Gutscheinart {
	margin:0 0 10px 13px;
}

#ccomment {
	margin:-18px 0 0 104px;
}

#Buttons {
	margin-left:12px;
}

label.error {
	color: red;
	font-style: italic;
}

.phperror {
	color: red;
	font-style: italic;
}

h2.webDesign {
	font-size:12px;
	padding-top:15px;
	display:inline;
}

a.webDesign {
	font-size:12px;
	display:inline;
	margin-left:-10px;
}

* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "system/css/images/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

