/* Standardausgabe
   Thomas Kober  www.datengarten.at
 */
body 
{
	overflow:hidden;
	background-image:url(../img/bg.jpg); 
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: medium;
	font-family: Calib,Verdana,Helvetica, sans-serif;
}

h1 {
	font-size: 110%
}

img {
	border: 0px;padding:0; margin:0;
}
a:link,a:visited { 
	cursor: pointer;	
	line-height:150%;
	text-decoration: none; 
	color: #cc9933;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #AAAAAA;
}
a.menu:hover, a.menu:active {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #CCCCCC;
	padding-right: 10px;
}

a.menu_active, a.menu_active {
	background-color: #FFFFFF; 
	text-decoration: none;
	color: #CCCCCC;
	padding-right: 10px;
}



/* Klassen */
.polaroid { width:368px; height:376px; background-image:url(../img/polaroidbg.png); position:absolute; }
.polaroid img { width:335px; height:275px; margin:25px 0 0 15px; }
.polaroid p { text-align:center; font-family:Segoe Print,Calibri,Verdana,serif; font-size:14px; color:#2E2E2E; margin-top:2px; }

/*preloading Img*/
.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}

.noborder {
	border: 0;
	
}
.right {
 vertical-align: right;
 text-align: right;
 }

/* Klassen */	
#header {
	border-top: 1px solid #cc9933;
	border-bottom: 1px dashed #cc9933;
	height: 3em;
}
#header .strapline {
	font-size: 160%;
	color: #FFCC00;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
	border: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: #cc9933;
	color: #FFFFFF;
	border-top: #cc9933;
	text-align: right;
	vertical-align: top;
}

/* Fusszeile fixieren */
html > body #footer {
  position: fixed;
}

#footer a:link, #footer a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
	font-weight: 800;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	top: 5em;
	left: 1em;
	width: 13em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 90%;
	border-bottom: 1px dashed #FFCC00;
	margin-bottom: 0.3em;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #111111;
	background-color: transparent;
}
#nav li a:hover {
	color: #FFCC00;
}
#nav h2 {
	font-size: 90%;
	color: #CCCCCC;
	background-color: transparent;
	border-bottom: 1px dashed #CCCCCC;
}
#nav h3 {
	font-size: 70%;
	color: #CCCCCC;
	background-color: transparent;
	border-bottom: 1px dashed #CCCCCC;
}

#content {
	margin-left: 16em;
	margin-right: 2em;
		/* hintergund bild 
			background-image: url('./../img/logotext_background.png');
			background-position: center; 
			background-repeat: no-repeat;
			*/

}
#content p {
	font-size: 90%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}

/* Virtual Earth*/
.Map
{		
	clear: both;
	position: relative;
	width: 350px;
	height: 350px;
	float: left;
}