/* 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;
}


/* ---------------------------------------------------------------- */

#gellert {
	 position: absolute; 
	 top: 10px; 
	 left: 60%;
	 width: 30%;
	 text-align: right;
	 }

.up {
	margin: 0 13px 0 -30px;
	 }


/* ---------------------------------------------------------------- */

#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;
	} 

/* --------------------------------------------------------------------- */

#titel_liun {
	position: absolute;
	left: 10%;
	bottom: 15%;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	color: #66819E;
	}

#titel_liun h3 {
	color: #999;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.2em;
	}

/* ------------------------------------------------------------------------ */

#linksrechts {
	position: absolute;
	right: 10%;
	bottom: 15%;
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #66819E;
	}

#linksrechts a:visited, 
#linksrechts a:link {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 1px 0 1px;
	}

#linksrechts a strong {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	}

#linksrechts a:active, 
#linksrechts a:focus, 
#linksrechts a:hover {
	color: #66819E;
	text-decoration: none;
	} 

/* --------------------------------------------------------------------------- */


