
/**************** Page and tag styles ****************/

body
{
	margin: 0;
	padding: 0;
	color: #303030;
	background: #FCDC85 url(img/bodybg5.gif) top left repeat-y;
	font: 76% Verdana,Tahoma,sans-serif;
	scrollbar-3dlight-color: #FCDC85;
	scrollbar-arrow-color: #FCDC85;
	scrollbar-darkshadow-color: #FCDC85;
	scrollbar-base-color: #FCDC85;
	scrollbar-face-color: #E1743B;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #FCDC85;
}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}

li
{margin:0 0 8px 25px;}

a
{color:#333333; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:none;}

img
{float:left; margin:0 15px 15px 0; padding:3px; background:#ffffff; border:1px solid #d0d0d0;}

a img
{border-color:#d0d0d0;}

a img:hover
{background:#FCDC85; text-decoration: none;}

.show {
	background-color: #fefefe;
	border: 1px solid #222;
	text-align: center;
	padding: 10px;
	table-layout: fixed;
	margin:0 15px 15px 0;
	}
.show a {
text-decoration: none;
}
.show a:hover {
	text-decoration: none;
	background-color: #222;
	border: 1px solid #CCC;
	padding: 10px;
}

/**************** Sidebar area styles ****************/
body>#sidebar1{position:fixed;}

body>#sidebar2{position:fixed;}

body>#sidebar3{position:fixed;}

body>#sidebar4{position:fixed;}

body>#sidebar5{position:fixed;}

#sidebar1
{position:absolute; top:0; left:0;
width:220px;
height:100%;
overflow:auto;
background:#FCDC85;
background-image: url(img/hausgelb.gif);
background-position: bottom right;
background-repeat: no-repeat;
text-align:right;
border-right: solid 2px #d0d0d0;
}
#sidebar2
{position:absolute; top:0; left:0;
width:220px;
height:100%;
overflow:auto;
background:#FCDC85;
background-image: url(img/aufenthalt.gif);
background-position: bottom right;
background-repeat: no-repeat;
text-align:right;
border-right: solid 2px #d0d0d0;
}
#sidebar3
{position:absolute; top:0; left:0;
width:220px;
height:100%;
overflow:auto;
background:#FCDC85;
background-image: url(img/bett.gif);
background-position: bottom right;
background-repeat: no-repeat;
text-align:right;
border-right: solid 2px #d0d0d0;
}
#sidebar4
{position:absolute; top:0; left:0;
width:220px;
height:100%;
overflow:auto;
background:#FCDC85;
background-image: url(img/drosselg.gif);
background-position: bottom right;
background-repeat: no-repeat;
text-align:right;
border-right: solid 2px #d0d0d0;
}
#sidebar5
{position:absolute; top:0; left:0;
width:220px;
height:100%;
overflow:auto;
background:#FCDC85;
background-image: url(img/rheing.gif);
background-position: bottom right;
background-repeat: no-repeat;
text-align:right;
border-right: solid 2px #d0d0d0;
}
#sidebar h1
{margin:15px 10px 0 5px; color:#E1743B; font-size:3.0em; letter-spacing:-2px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 15px 10px 5px; color:#555555; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:15px 10px 4px 5px; color:#666666;}

#sidebar h4
{margin:15px 10px 4px 5px; color:#666666;}

#sidebar h5
{margin:15px 10px 4px 5px; color:#666666;}

#sidebar1 h6
{margin:15px 10px 4px 10px; color:#333333; font-size:0.85em; line-height: 120%; padding-top: 20px; padding-bottom: 20px; text-align: left;}
#sidebar2 h6
{margin:15px 10px 4px 10px; color:#333333; font-size:0.85em; line-height: 120%; padding-top: 20px; padding-bottom: 20px; text-align: left;}
#sidebar3 h6
{margin:15px 10px 4px 10px; color:#333333; font-size:0.85em; line-height: 120%; padding-top: 20px; padding-bottom: 20px; text-align: left;}
#sidebar4 h6
{margin:15px 10px 4px 10px; color:#333333; font-size:0.85em; line-height: 120%; padding-top: 20px; padding-bottom: 20px; text-align: left;}
#sidebar5 h6
{margin:15px 10px 4px 10px; color:#333333; font-size:0.85em; line-height: 120%; padding-top: 20px; padding-bottom: 20px; text-align: left;}
#sidebar6 h6
{margin:15px 10px 4px 10px; color:#333333; font-size:0.85em; line-height: 120%; padding-top: 20px; padding-bottom: 20px; text-align: left;}

#sidebar  p
{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
color:#666666; font-size:0.9em; display:block; width:220px; background-color:transparent;}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/

#menu a
{display:block; width:202px; padding:5px 18px 5px 0; color:#606060; background:#FCDC85; font-size:1.7em; font-weight:normal; text-decoration:none; letter-spacing:-2px;
filter: alpha(opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.80; opacity:0.8;}

#menu a:hover 
{color:#FFFFFF; background:#E1743B;}

#menu a.active
{padding:5px 18px 5px 0; background:#E1743B; border-top:2px solid #FFFFFF; border-bottom:2px solid #FFFFFF; color:#ffffff; filter: alpha(opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.80; opacity:0.8;}

#menu a.active:hover
{padding:5px 18px 5px 0; background:#FFFFFF; border-top:2px solid #E1743B; border-bottom:2px solid #E1743B; color:#E1743B;}

/**************** Content area styles ****************/

#content
{width:520px; margin:0 0 0 240px; padding:20px 0; background:#fafafa;}

#content p
{margin:0 0 20px 0; line-height:1.5em;}

#content h1
{margin:0; color:#FCDC85; font-size:4em; letter-spacing:-5px; text-align:center;}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#333333; font-weight:normal; font-size: 2em; letter-spacing:-2px;}

#content h5
{margin:0; color:#E1743B; font-size:4em; letter-spacing:-5px; text-align:center;}

#FrogJS
{width: 720px;	height: 600px;	margin: 0 auto;}

#FrogJSCredit{	text-align: right; font-size: 80%; color: #808080;	padding: 1px;}

#FrogJSCaption{text-align: left;	line-height: 140%;}

#agb
{width:462px; margin:0 0 0 10px; padding:20px 0; background:#fafafa;
text-align: left;}

#agb p
{margin:10px; line-height:1.5em;}

#agb h3
{clear:both; margin:30px 10px 10px 10px; color:#333333; font-weight:normal; font-size: 2em; letter-spacing:-2px;}



