/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
	position: absolute;
}


/* ------------------------------------------------------------------ */

#themen {
	position: absolute;
	max-height: 70%;
	width: 50%;
	overflow: auto;
	border: 1px none #333333;
	left: 10%;
	bottom: 15%;
	text-align: left;
	overflow: auto;	
	padding-top: 0px;
}

#themen h3 {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 700;
	color: #666;
	margin: 7px 0 2px 10px; 
}

#themen p {
	color: #666;
	line-height: 25px;
	letter-spacing: 0.15em;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0 5px 5px;
	} 

#themen p a:link, 
#themen p a,
#themen p a:visited {
	font-size: 13px;
	line-height: 20px;
	font-weight: 100;
	color: #999999;
	text-decoration: none;
	margin: 0 15px 0 -15px;
	padding: 3px 15px 3px 15px;
	letter-spacing: 0.02em;
	}
#themen p a:hover, #themen p a:active, #themen p a:focus  {
	font-weight: 100;
	text-decoration: none;
	color: #66819E;
	background-color: #CCCCCC;
	letter-spacing: 0.02em;
	} 
p.bgho:hover {
	border: 1px dotted #666;
} 
p.bgho {
	border: 1px solid #FFF;
} 

/* ------------------------------------------------------------------ */


#themen_vor {
	position: absolute;
	width: 25%;
	max-height: 70%;
	overflow: hidden;
	border: 1px none #333333;
	right: 10%;
	bottom: 15%;
	white-space: nowrap;
	padding-top: 0px;
}

#themen_vor img {
	width: 95%;
	/*width: 95%;*/
	padding: 3px;
	border: 1px solid #F3F3F3;
	}
	
/* ------------------------------------------------------------------ */

.up {
	margin: 0 13px 0 -30px;
	 }

#gellert {
	 position: absolute; 
	 top: 10px; 
	 left: 60%;
	 width: 30%;
	 text-align: right;
	 }


/* ------------------------------------------------------------------ */

#navigation {
	 position: absolute; 
	 top: 10px; 
	 left: 10%;
	 }

#navigation p, 
#navigation p a:visited, 
#navigation p a:link {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin: 5px 0 5px 0;
	}

#navigation p a:active, 
#navigation p a:focus, 
#navigation p a:hover {
	color: #66819E;
	text-decoration: underline;
	} 


/* ------------------------------------------------------------------ */

#footer {
	 position: absolute;
	 right: 10%;
	 width: 80%; 
	 bottom: 20px;
	 letter-spacing: 0.03em;
	 text-align: right;
	 background-color: #FFFFFF;
	 }

#footer p {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 5px 0 5px 0;
	}

#footer p:hover {
	color: #000000;
	}

#footer p a:visited, 
#footer p a:link {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin: 5px 0 5px 0;
	}

#footer p a:active, 
#footer p a:focus, 
#footer p a:hover {
	color: #66819E;
	text-decoration: underline;
	} 
