/* allgemeine Seiteneinstellungen */
body {
	/* Schriftart */
	font-family: Verdana, Helvetica, Arial, sans-serif;  
	font-size: 12px;
	font-weight: normal;
	/* Schriftfarbe */
	color: #777777;
	/* kein Rand um die Seite */
	margin: 0;
	/* Hintergrund */
	background-color: #e4e4e4;	
}
/* kein Rand um Bilder */
img {
	border: 0;
}
/* Links standardmäßig fett und nicht unterstrichen */
a, a:link, a:visited, a:focus, a:active {
	color: #59595b;
	font-weight: bold;
	text-decoration: none;
}
/* Links beim Mouseover dunkelblau */
a:hover {
	color: #131053;
	font-weight: bold;
	text-decoration: none;
}

a.nobold, a.nobold:link, a.nobold:visited, a.nobold:focus, a.nobold:active, a.nobold:hover {
	font-weight: normal;
}

/* Überschriften blau */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #777777;
}

/* Gesamte Seite: feste Größe und zentriert */
#page {
	width: 600px;
	left: 50%;
	right: 50%;
	margin-left: -500px;
	position: absolute;	
}

/* Header */
#header {
	display: block;
	height: 405px;
}

/* Navigations-Buttons */
#nav {
	height: 61px;
	display: block;
}
#nav span {
	height: 100%;
	display: block;
	float: left;

}
#nav #nav_start {
	background-image: url(./Bilder/start.jpg);
	width: 600px;
}
#nav #nav_start:hover, #nav #nav_start:active, #nav #nav_start.active {
	background-image: url(./Bilder/start_activ.jpg);

}
#nav #nav_agb {
	background-image: url(./Bilder/agb.jpg);
	width: 600px;
}
#nav #nav_agb:hover, #nav #nav_agb:active, #nav #nav_agb.active {
	background-image: url(./Bilder/agb_activ.jpg);

}

/* Content */
#content_wrap {
	background-color: #ffffff;
	display: block;
	width: 100%;	
}
#content {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

/* Footer */
#footer {
	display: block;
	height: 36px;
	padding-bottom: 50px;
}
