/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mittigausrichten{
	position:absolute;
	top:10%;
	width:100%;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

#untenausrichten{
	position:absolute;
	width:100%;
	height: 15%;
	background-color: #000000;
	background-image: url(../img/navback.gif);
	background-repeat: repeat-x;
	top: 85%;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	color: #666;
}
a:hover {
	color: #000;
}

