body {
	background:#ED952B;
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mybody {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background:url(/images/background3.jpg) no-repeat #ED952B;
	height:2000px;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

#navigation {
	position:absolute;
	top:188px;
	width:600px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:1;
}

#navigation a {
	color:#000000;
	text-decoration:none;
	display:inline;
	padding:15px 2px 15px 2px;
}

#navigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}

#navigation a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}



#content {
	z-index:8;
	position:absolute;
	top:270px;
	width:100%;
}

#text {
	z-index:9;
	position:absolute;
	top:0px;
	left:10px;
	border:1px solid #333333;
	width:685px;
	padding:5px;
	padding-bottom:100px;
	/*background-color:#FF9933;*/
}


#content p {
	margin-top:0px;
}

#sidebar {
	z-index:2;
	position:absolute;
	top:0px;
	left:720px;
	border:1px solid #333333;
	width:240px;
	height:300px;
	background:url(images/telnr.gif) no-repeat;
	padding-top:100px;
	
}

#sidebar table tr td {
	margin:0px;
	padding:0px;
}

#subtitle {
	position:absolute;
	top:250px;
	width:658px;
	height:22px;
	font-size:18px;
}

.red {
	color:#990000;
}

.location {
	background-color:black;
	width:180px;
	padding-left:40px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:7px;
	margin-bottom:2px;
	color:white;
	font-size:11px;
	font-weight:bold;
	
}

/* Text Formate */ 

.infotext {
	font-size:10px;
	margin-left:7px;
	margin-bottom:5px;
}

.boldTD {
	font-weight:bold;
}

.imgLeft {
	float:left;
	padding:3px;
}

.imgRight {
	float:right;
}

.textRight {
	float:right;
}

.textLeft {
	float:left;
}

#content h2 {
	font-size:18px;
	color:#990000;
}

/* Gästebuch */

form {
 	margin: 0px;
}
 
#asb_container {
	 border: 1px solid #B52021;
	 width: 680px;
}
 
#asb_contentwrap {
	 font: 8pt Arial;
	 height: 550px;
	 background-color: #DDDDDD;
	 overflow: auto;
}
 
#asb_content {
 	margin: 5px;
}
 
#asb_content .name {
	 color: #555555;
	 font-weight: bold;
	 padding-right: 5px;
}
 
#asb_inputwrap {
 	font: 8pt Arial;
}
 
#asb_input {
 	margin: 5px;
}
 
#asb_input .text {
	 border: 1px solid #888888;
	 font: 8pt Arial;
	 width: 146px;
	 background-color: #f4f4f4;
}

#asb_input .message {
	 border: 1px solid #888888;
	 font: 8pt Arial;
	 width: 400px;
	 height:150px;
	 background-color: #f4f4f4;
}
 
#asb_input .button {
	 width: 50px;
	 margin-top: 4px;
	 background-color: #B52021;
	 font: bold 8pt Arial;
	 color: white;
	 border: 1px solid #888888;
}

/* Ende Gästebuch */


