/* CSS Document */
html, body {
	height: 100%;
	max-height: 600px;
	width: 99.5%;
	margin: auto;
}

body {
	background-color: #e3e4ff;
	font-family: "Times New Roman, Times, serif";
	font-size: 17px;
	color: #232651;
	padding: 0;
}

/* position du logo */
#logo {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 200;
}

/* zone de contenu */
#contentzone {
	position: relative;
	top: 50px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 20;
}

/* lien */
a:link, .link {
	color: #000066;
	text-decoration: none;
}
a:visited, .link {
	color: #000066;
	text-decoration: none;
}
a:hover, .link {
	color: #000066;
	text-decoration: underline;
}
a:active, .link {
	color: #000066;
	text-decoration: none;
}


/* bande bleue de la page contenu */
#blauzone {
	position: absolute;
	margin-top: -45px;
	top: 0px;
	height: 200px;
	width: 100%;
	background-image: url(../bilder/hintergrund.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #232651;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #232651;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #232651;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #232651;
	z-index: 15;
}

/* disposition du texte dans la zone bleue */
.textblauzone {
	font-family: "Times New Roman, Times, serif";
	font-size:24px;
	font-weight:bold;
	color: #000066;
	margin-left: 100px;
}



/* titre dans la zone bleue */
#section {
	position: absolute;
	font-family: "Times New Roman, Times, serif";
	font-size: 20px;
	font-weight: bold; 
	color: #232651;
	text-decoration: none;
	font-variant: small-caps;
	width: 100%;
	top: 130px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #232651;
	margin-left: 2px;
	z-index: 1;
}	
	
	/* disposition texte */
.textwebmaster {
	font-family: "Times New Roman, Times, serif";
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
}

/* disposition texte */
#textcontent {
	position: absolute;
	left: 210px;
	width: 80%;
	height: 455px;
	overflow: auto;
	line-height: 20px;
	margin-top: 200px;
	z-index: 1;
}

#titelblauzone {
	position: absolute;
	width:80%px;
	left: 450px;
	margin-top: 20px;
	font-family: "Times New Roman, Times, serif";
	font-size:23px;
	font-weight:bold;
	color: #000066;
	z-index: 1;
}

/* tabelle  */
.tablecontent {
	position: relative;
	left: 250px;
	margin-top: 50px;
	width: 100%;
}

/* tabelle fotos  */
.fotos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232651;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #232651;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #232651;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #232651;
	}

/* formatage de la navigation */
.navig{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

/*navigation*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

#menu {
	position: absolute;
	margin-top: -226px;
	padding-top: 50px;
	top: 385px;
	background-color: #232651;
	left: 0px;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 500;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 0px;
	line-height: 30px;
}

#menu li {
	position: relative;
	margin-left: 0px;
	padding-left: 10px;
	line-height: 20px;
	width: 155px;
	text-align: left;
	display: block;
}

#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover, #menu dt a:hover {
	text-decoration: none;
	color: #AD8B3A;
} 

.textfett {
	font-family: 		arial;
	font-size: 		    18px;
	color: 			    #232651;
	font-weight:		bold;
}
.textgoldfett {
	font-family: 		arial;
	font-size: 		    18px;
	color: 			    #AD8B3A;
	font-weight:		bold;
}

.textsilberfett {
	font-family: 		arial;
	font-size: 		    18px;
	color: 			    #a2a2a2;
	font-weight:		bold;
}


.textbronzefett {
	font-family: 		arial;
	font-size: 		    18px;
	color: 			    #8C7853;
	font-weight:		bold;
}
.textdonator {
	font-family: 		arial;
	font-size: 		    18px;
	color: 			    #232651;
	font-weight:		bold;
}
