/* Grundseite */
body{
	background-color: #003466;
	margin: 0;
}

/* Definitionen der einzelnen Div's */
div#wrapper{
	width: 860px;
}

div#header{
	background-color: #FF9935;
	background: url(../img/header.jpg) no-repeat;
	width: 860px;
	height: 130px;
}

div#navi{
	width: 210px;
	float: left;
	background-color: #FF9935;
	background: url(../img/navi.jpg) repeat-y;
}

div#naviend{
	width: 210px;
	height: 50px;
	background-color: #FF9935;
	margin-top: -20px;
	background: url(../img/naviend.jpg) no-repeat;
}

div#content{
	width: 630px;
	margin-left: 20px;
	margin-top: -20px;
	float: right;
	background-color: #003466;
	text-align: center;
	color: white;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.clear{
	clear: both;
}

/* Formatierung der Navigtion */
ul.navi{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 180%;
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

a.navilink{
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 25px;
}

a.navilink:hover{
	color: #F60;
	text-decoration: underline;
	background: url(../img/navi_dot_hover.gif) no-repeat left;
}

a.navilink_aktiv{
	color: #003466;
	text-decoration: none;
	padding: 0 0 0 25px;
	font-weight: bold;
	background: url(../img/navi_dot_aktiv.gif) no-repeat left;
}

a.navilink_aktiv:hover{
	text-decoration: underline;
}

/* Formatierung der Unternavigation */
ul.subnavi{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
	list-style-type: none;
	margin: 0 0 10px 15px;
	padding: 0;
}

a.subnavilink{
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 25px;
}

a.subnavilink:hover{
	color: #F60;
	text-decoration: underline;
}

a.subnavilink_aktiv{
	color: #003466;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 25px;
}

a.subnavilink_aktiv:hover{
	text-decoration: underline;
}

/* Fomratierung der Termine auf der Startseite */
.terminestart {
	width: 100%;
	margin-bottom: 15px;	
	color: white;
	text-align: left;
}

/* Formatierung der Tabelle für die Temrine */
.termine {
	width: 100%;
	margin-bottom: 15px;	
	border: 2px solid white;
	background-color: #FF9935;
	color: black;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

/* Formatierung der Tabelle für das Wahlrecht */
.wahlrecht {
	width: 100%;
	text-align: left;
	border: 2px solid white;
	background-color: #FF9935;
	color: black;
	padding: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

/* Formatierung der Tabelle für den Kontakt */
.kontakt {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: left;
	border: 2px solid white;
	background-color: #FF9935;
	color: black;
	padding: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

/* Formatierung der Links Tabelle */
.tablinks {
	margin: auto;
}

.tablinks table {
	margin: 10px;
}

/* Formatierung der Tabellen in den Ihre FWG Seiten */
.tabfwg {
	margin: auto;
	text-align: center;
}

.tabfwg table {
	margin: 10px auto;
	text-align: center;
}

.tabfwg td {
	text-align: center;
	color: white;
}

/* Formatierung der Links auf der Link Seite */
.links {
	color: white;
	text-decoration: none;		
}

a.links:hover {
	text-decoration: underline;
	color: #FF9935;
}

.links:visited {
	color: white;	
}

