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

body, html {
	background-color:#faf6ea;
	padding:0;
	margin:auto;
	text-align:center;
	}
	
#zentrum-tabelle {
	text-align:left;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	color:#554931;
}

#mitgliedertabelle {
	font-size:11px;
}



/* ------------------------- Navigation --------------------- */

#Navigation {
	position:relative;
	text-align:center;
	left: 0px;
	top: 0px;
	width:800px;
	height:39px;
	float: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width:800px;
	font-size:14px;
}
	
ul li {
float: left;
line-height:18px;
}

ul a {
	display:block;
	float: left;
	width:auto;
	padding-left:15px;
	padding-right:15px;
	height:39px;
	line-height:39px;
	background:url(image/Button_1.jpg);
	text-decoration:none;
	background-repeat:no-repeat;	
}

a:hover, .selected a {
	background-position:right;
	}
	
#selectetd {
	background-position:right;
}

/*  --------------------------- link Navigation -----------------*/
	
a.navi:link {
	font-size: 12px;
	font-weight: bold;
	color: #a7986d;
	text-decoration:none;
}
a.navi:visited {
	font-size: 12px;
	font-weight: bold;
	color: #a7986d;
	text-decoration:none;
}
a.navi:hover {
	font-size: 12px;
	font-weight: bold;
	color: #faf6ea;
	text-decoration: none;
}
a.navi:active {
	font-size: 12px;
	font-weight: bold;
	color: #faf6ea;
	text-decoration: none;
}


/* ----------------------------- Überschriften --------------------------*/

h1 {
	color:#283554;
	font-size:22px;
}
	
	
h2 {
	color:#554931;
	font-size:18px;
	}
	
h3 {
	color:#554931;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:15px;
}
	

	

/* ------------------------- Link -------------------------- */

a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;	
}


a:link {
	font-weight: bold;
	color:#554931;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color:#554931;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color:#a7986d;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color:#a7986d;
	text-decoration: underline;
}


/*  --------------------------- link text-klein -----------------*/
a.text-klein:link {
	font-size: 11px;
	font-weight: bold;
	color:#554931;
	text-decoration:none;
}
a.text-klein:visited {
	font-size: 11px;
	font-weight: bold;
	color:#554931;
	text-decoration:none;
}
a.text-klein:hover {
	font-size: 11px;
	font-weight: bold;
	color:#1f2534;
	text-decoration: underline;
}
a.text-klein:active {
	font-size: 11px;
	font-weight: bold;
	color:#1f2534;
	text-decoration: underline;
}

.text-klein {
	font-size:11px;
	text-decoration:none;
	color:#554931;
	}
	
img {
	border:none;
}
	 
/* ------------------- Beschriftung ----------------*/

.text-hell {
	color:#faf6ea;
	text-align:center;
}



.beschriftung-hell {
	color:#faf6ea;
	font-size:12px;
}

.link-container {
border:#000066 thin solid;
	background-color:#eae2cc;
	padding:1px 10px 10px 10px;
	}

