body {
	background-color: #f29d00;
         background-image: url(../bilder/background.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #3b6e8f;
	line-height: 140%;
}

p {
	font-family: Arial;
	font-size: 13px;
	color: #3b6e8f;
	line-height: 140%;
	}

a:link {
	font-family: Arial;
	font-size: 13px;
	color: #f29d00;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #f29d00;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #3b6e8f;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 13px;
	color: #f29d00;
	text-decoration: none;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	color: #3b6e8f;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	color: #3b6e8f;
}
h3 {
	font-family: Arial;
	font-size: 24px;
	color: #f29d00;
}
/* Bereich für Logo */
div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 246px;
	height: 128px;
}
/* Bereich für Bild */
div.pic {
	position: absolute;
	top: 128px;
	left: 0px;
	width: 246px;
	height: 145px;
}
/* Bereich für Claim */
div.claim {
	position: absolute;
	top: 0px;
	left: 254px;
	width: 930px;
	height: 83px;
	background-color: #f29d00;
	padding-left: 40px;
	padding-top: 30px;
}
/* Horizontale Navigation */
div.nav_h1 {
	position: absolute;
	top: 113px;
	left: 254px;
	width: 930px;
	height: 52px;
	background-color: #f29d00;
	padding-left: 27px;
}
/* Vertikale lokale Navigation */
div.nav_v1 {
	position: absolute;
	top: 273px;
	left: 0px;
	width: 254px;
	height: 200px;
	background-image: url(../bilder/bg_nav_vert.gif);
	background-repeat: repeat-y;
	text-align: right;
	padding-top: 20px;
}
/* Vertikale globale Navigation */
div.nav_v2 {
	position: absolute;
	top: 520px;
	left: 0px;
	width: 228px;
	height: 72px;
	padding-left: 26px;
}
/* Bereich für Text */
div.text {
	position: absolute;
	top: 165px;
	left: 254px;
	width: 600px;
	height: auto;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/**************
Infobox - Div
*****************/
.flyer1 {
	margin-left: 282px;
	border-style: solid;
	border-color:#fbac18;
	border-width: 2px;
	padding: 15px;
	margin:8px;
	margin-top: 2em;
	height: auto; 
	position: relative;
	font-size: 1.2 em;
	font-weight: bold;
}
/***********
*Mitgliederbereich
************/

div#textfull {
	position: absolute;
	top: 165px;
	left: 254px;
	width: 800px;
	height: auto;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

div div#leftcol {
float:left;
width:auto;
}
div #rightcol {
float:right;
padding-right:10px;
}
/*Form css adapted from "Formulare per CSS Layouten" von Gerrit Kaiser */

  label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 10em;
	margin-top: .5em;
	margin-bottom: .5em;
         color: #3b6e8f;
	}

  textarea {
  width: 25em;
  height: 5em;
  }

 form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}


input.button { /* für den Button-Abstand */
  text-align: left;
  background: #FFFFFF;
  border-color:#3b6e8f;
  margin: 0.7em;
  padding:0;
  background-image: url(../bilder/buttoninaktiv.gif);
  background-repeat: no-repeat;
  background-position: right center;
}


a.activ{
background-image: url(../bilder/buttonaktiv.gif);
}

label {
 text-align: left;
 padding-left: 1em;
}

form {
  margin:0;
  padding:.5em;
}

th{
color: #3b6e8f;
font-size:medium;
text-align:left;
padding-right: 1em;
}

table#rightcol tr {
height: 5em;
}

td {
	padding-right:10px;
	font-family: Arial;
	font-size: 13px;
	color: #3b6e8f;
}

td a:link {
	text-decoration: underline;
}

a#underline:link
{
  color: #3b6e8f;
  text-decoration: underline;
}

a#underline:hover {
	color: #f29d00;
	text-decoration: underline;
}

a#underline:visited{
	color: #f29d00;
	text-decoration: underline;
}
