/* CSS Document */
#homepage {
	width:950px;
	background-color:#336633;
	margin:5px;
	border: thin dotted #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#menue {
	height:90px;
/*	background-color:#FFCC33;*/
	
/*	border: thin dotted #CCCCCC;
	background-color:#336633;*/

}

#header {
	height:180px;
	background-color:#336633;
}

#maincontent {
width : 700px;
float : left;
background-color:#ffffff;
margin : 10px;
padding:10px;
text-align: left;
border: thin dotted #CCCCCC;
min-height:1000px;



}

#inhalt {
clear:both;
width:100%;
	text-align: left;

}

#right {
position:absolute;
left:770px;
top:193px;
width : 180px;
/*float : right;*/
background-color:#ABBA39;
border: thin dotted #CCCCCC;

}

#footer {
	clear:both;
	width:950px;
}

body {
	background-image: url(grafik/screendesign/body-bg.jpg);
}

.AccordionPanelLabel {
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height: 14px;
	font-weight: bold;
	width: 250px;
}
.AccordionPanelContent {
	overflow: hidden;
	height: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin: 4px;
}

#Unterkunftswerbung {
	position:absolute;
	left:838px;
	top:30px;
	width:169px;
	height:118px;
	z-index:1;
}

#Logo {
	position:absolute;
	left:35px;
	top:35px;
	width:163px;
	height:124px;
	z-index:2;
}

#Reisefuehrer {
	position:absolute;
	background-image:url(grafik/screendesign/merkzettel/hintergrund.gif);
	left:500px;
	top:0px;
	width:250px;
	height:30px;
	z-index:2;
}

#language {
	position:absolute;
	left:789px;
	top:167px;
	width:125px;
	height:50px;
	z-index:1;
}

a.tooltip {
}
.tooltip span.info{
display:none;
}
.tooltip:hover span.info{
display:block;
position:absolute; 
top:20px;
left:30px;
width:200px; 
height:40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
