

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	border-top: 2px solid #df7500;
}


/* Seitenaufteilung */
#top {
	background-color: #fff;
	text-align: left;
	background-repeat: repeat-x;
	height: 150px;
	background-image: url(../img/header.jpg);
}
#logo {
	margin: 15px 35px;
}
#topnavi {
	font-size: 0.71em;
	position: absolute;
	top: 10px;
	right: 15px;
}
#wrapper { background-color: #ababab; }
#printheader, #printfooter { display:none; }
#content {
	width: 80%;
	min-width: 590px;
	background-color: #fff;
	border-right: 3px solid #555;
	border-left: 3px solid #555;
	margin: 0 auto;
}
#text {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}
#footer {
	background-color: #fff;
	border-top: 2px solid #555;
	padding: 12px 0;
	width: 100%;
}


/* Topnavi */
#topnavi a:link, #topnavi a:visited {
	color: #555;
	text-decoration: none;
}
#topnavi a:active, #topnavi a:hover {
	color: #df7500;
	text-decoration: underline;
}


/* Navi */
#navi {
	border-bottom: 1px solid #000;
	background-color: #0086b4;
	width: 100%;
}
#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:3px 10px;
  color:#fff;
  font-size: 0.75em;
  background:#006A90;
  text-decoration:none;
  border-left: 1px solid #fff;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  background:#df7500;
  }
.last_navilink { border-right: 1px solid #fff; }
.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

/* Schrift */
#text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #0086b4;
	margin: 1.0em 0 0.4em 0;
}
#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #555;
	margin: 1.5em 0 0.4em 0;
	border-bottom: 1px solid #555; 
}
#text h3 {
	font-size: 0.8em;
	margin: 1.5em 0 0.3em 0;
}
#text p {
	font-size: 0.8em;
	line-height: 140%;
	margin: 0 0 1.0em 0;
}
#text a:link, #text a:visited {
	color: #df7500;
}
#text a:active, #text a:hover {
	color: #fff;
	background-color: #df7500;
}
#footer p {
	font-size: 0.65em;
	color: #555;
}
#text ul {
	list-style-image:  url(file:///C|/explorer_temp/Temporary%20Internet%20Files/img/pfeil9.gif);
	font-size: 0.8em;
	margin: 1.4em 30px;
}
#text ul li {
	margin: 1.0em 0;
	line-height: 100%;
}

/* Bilder */
#text img {
	margin: 0 10px 10px 0;
}
#text img.teaser_border { padding: 2px; border: 1px solid #000; }
#text img.mitgliederlogo { margin-left: 8px; }

/* Formulare */
#text form {
	width: 90%;
	margin: 20px auto;
	font-size: 0.75em;
}
#text form fieldset {
	border: 1px solid #0086b4;
	padding: 25px 15px;
}
#text form legend {
	font-weight: bold;
	color: #fff;
	background-color: #0086b4;
	padding: 2px 4px;
}
#text form label {
	display:block;
	margin-top: 1.0em;
}
#text form input, #text form textarea {
	border: 1px solid #0086b4;
	background-color: #eee;
	margin: 0.3em 0;
}
#text form input.button {
	padding: 2px 5px;
	color: #0086b4;
	background-color: #fff;
	font-weight: bold;
	border: 2px solid #0086b4;
}

/* Tablellen */
#text table {
	font-size: 0.7em;
	line-height: 140%;
	width: 80%;
	margin: 1.0em auto;
	padding: 5px;
	border: 1px solid #000;
}
#text table th {
	background-color: #CCC;
	border: 1px solid #000;
	padding: 2px;
}
#text table td {
	border: 1px solid #000;
	padding: 2px;
	background-color: #fff;
}

#text table.mitgliedertabelle td{
	border: none;
}


/* Klassen */
.datum {
	font-weight: normal;
	color: #0086b4;
}
.toplink {
	text-align: left;
	font-size: 0.71em;
	color: #555;
	padding: 0 0 5px 5px;
}
.toplink a:link, .toplink a:visited, #footer a:link, #footer a:visited {
	color: #555;
	text-decoration: none;
}
.toplink a:active, .toplink a:hover, #footer a:active, #footer a:hover {
	color: #df7500;
	text-decoration: underline;
}
#text p.bildzentrierung {
	margin: 2.0em 0;
	text-align: center;
}
.rahmen {
	border: 2px solid red;
	padding: 10px;
}



