@charset "utf-8";
/* CSS Document */

body {
	background: #73ADD7 url(../images/bg_body_01.jpg) no-repeat center fixed;
	padding: 0;
	background-color: #D2C696;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	
	}

#page {
		width:938px;
        height:386px;
        /* fuer horizontale und vertikale zentrierung */

		position:fixed;		
		left:50%;
        margin-left: -447px;  /* Um die Hälfte der Breite nach links schieben */
        top:50%;
        margin-top: -98px;  /* Um die Hälfte der Höhe nach oben schieben */
		border-color: #000;
		border-style: solid;
		border-width: 1px;

}
#navigation {
	width: 238px;
	height: 386px;
	float: left;
	}
#menu8 {
	width: 200px;
	margin-top: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 15px;
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 0 0 2px;

	}
	
#menu8 li a:hover {
	color: #257EB7;
	padding: 8px 0 0 10px;
	}
	
#menu8 a:focus {
	outline:0;
	-moz-outline:0;
	}
a:link {
	color: #035c89;
}