a:hover { text-decoration:none; }

a:link {
	color: #99B3CC;
	text-decoration:underline;
	}
a:visited {
	color: #000;
	text-decoration:underline;
	}
a:focus {
	color: #000;
	text-decoration:none;
	}
a:hover {
	color: #000;
	text-decoration:none;
	}
a:active {
	position: relative;
  	color: #000;
}


/* Body + Allgemeines */
body {
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 12px;
  color:#222;
}

h1 {text-align:center; font:normal 18px Arial, Sans-Serif; color:#222; padding: 5px 0;}

#MyCountdown { width: 273px; height: 46px; font:bold 14px Arial, Sans-Serif; color:#000; padding: 5px 0;}

#Text { font:normal 12px Arial, Sans-Serif; color:#999; padding: 5px 0;}

#Head { text-align: center; width: 273px; height: 90px; padding: 5px 0; background-color: #fff;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
  	opacity: 0.8;}

#Zeit { text-align:center; font:normal 18px Arial, Sans-Serif; color:#999; padding: 5px 0;}

#Copy { text-align:right; font:normal 10px Arial, Sans-Serif; color:#999; padding: 5px 0;}

#logowrap {
	position: fixed;
	top: 0px;
	display: inline-block;
	margin-left: 35px;
	width: 270px;
	height: 0px;
	z-index: 100;
	background-color: #fff;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
  	opacity: 0.8;
}

#logowrap a {
	position: absolute;
	top: 30px;
	left: 15px;
	color: #000;
	display: block;
	width: 170px;
	height: 108px;
}

#navfooter {
	clear: left;
	display: inline-block;
	width: 270px;
	margin-top: 0px;
	padding-top: 8px;
	height: 10px;
	z-index: 100;
	font-size: 13px;
	color:#fff;
	background-color: #80715d;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
  	opacity: 0.8;
	text-align: center;
}


#startseite {
	display: inline-block;
	width: 270px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;	
	z-index: 100;
	font-size: 12px;
	color:#000;
	background-color: #fff;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
  	opacity: 0.8;
	text-align: left;	
}


#startseite h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

#startseite p {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 15px;
}


/*navigtion
*******************************************************************************/
#navigation {
	position: fixed;
	margin-top: 45px;
	width: 295px;
	left: 45px;	
	z-index: 100;	
  border: 2px solid #FFF;

}

.tooltip {
	padding: 4px;
	border: 2px solid #80715d;
	z-index: 800;
	font-size: 11px;
	white-space: nowrap;	
	background-color: #fff;
	filter:alpha(opacity=90); 
   	-moz-opacity: 0.9; 
  	opacity: 0.9;
}

#tooltip{
	position:absolute;
	border:1px solid #867562;
	background:#fff;
	color:#333;
	display:none;
	z-index: 5000;
	padding: 20px;
	width: 300px;
	}