body {
  margin:0;
  font:100.01% Arial, Helvetica, sans-serif; 
  color:#444444;
}


/* --- Spalten-Layout --- */
#page { 
  width:60.625em; 
  background-color:#FFFFFF;
  position:relative;
}
#header    { 
  width:60.625em; 
}
#wrapper   { 
  width:45em;
  background-color:#FFFFFF;
  padding-bottom:1.5em;
}	


/* --- Content --- */
#main_col{
  width:34.54em;
  float:left;
  font:0.8125em/130% Arial, Helvetica, sans-serif;
  padding:1.4em 0.462em 0em 0.462em;
}

#wrapper.full, #main_col.full {
  width:54em
}
h1 {
  font: 2.62em/100% Georgia;
  color: #0D266B;
  margin:0; margin-bottom:13px;
}

h2 {
  font: 1.31em/130% Georgia;	
  color: #66A633;
  margin:0; margin-bottom:13px;
}
a {
  color:#0066FF;
}
			
#main_col h3{
  font: bold 1.154em/130% Arial;
  color: #0C266B;
  margin:0;
}
a img {
  border:0;
}
a h3 {
  text-decoration:none;
}


/* --- Klassen --- */
.left  {
  float:left
}

.right {
  float:right;
}

.clear {
  clear:both;
}
.full-column {
  font:0.8125em/130% Arial, Helvetica, sans-serif;
  width:56.31em;
  margin-bottom:2em;
}
.highlight {
  background-color:#FCFCF5;
}
.line {
  border-top:1px dotted #B9CA4A;
  padding:1em;
}


/* --- Navigation --- */
#navigation {
  position:absolute; 
  top:8em;
  z-index:999;
}
#navigation * {
  display:inline-block;
  float:left;
}
#navigation .bg_menu {
  text-align:center;
}
#navigation img {
  vertical-align:top;
}
#navigation a {
  font: 15px Georgia;
  min-width:65px;
  color:#0C266B;
  padding:1.5em 0.5em 1.45em 0.5em; 
  text-decoration:none;
}	
#navigation a:hover, #navigation a.active {
  color:#59922C;
}


/* --- Linke Spalte --- */
#left_col {
  width:10.25em;
  float:left; 
  background-color:#FFFFFF;
  font-size:0.75em;
  width:12.66em;
  padding:4.5em 2.5em 1em 1.5em;
}
#searchForm #textInput {
  width:11em;
}
#searchForm input {
  margin-top:0.5em;
}
#left_col h3 {
  font: 1.4em/100% Georgia;
  color: #0C266B;
  margin:0;
}


/* --- Rechte Spalte --- */
#wrapper.column {
  background: #FFFFFF url(/images/bg_column.png) top right repeat-y;
  min-height:18em;
}
#right_col {	
  width:19.667em; 
  float:right;
  font-size:0.75em;
  color:#000000;
  padding:0.583em;
  padding-top:4.5em;
}
#right_col h3 {
  font: 1.4em/100% Georgia;
  color: #0C266B;
  margin:0;
}
#right_col.column {
  background: transparent url(/images/bg_column2.png) top no-repeat;
  min-height:12.75em;
}
#right_col div.gradient_top {
  background: transparent url(/images/bg_gradient_top.png) bottom repeat-x;
  padding:1.01em 0.87em 0.16em 0.87em; 
  margin:0 0 1px 0;
  min-height:1.8em; 
  line-height:100%;
}
#right_col div.gradient_bottom {
  background: transparent url(/images/bg_gradient_bottom.png) top no-repeat;
  padding:0.92em 1.17em 1.67em 1.17em;
  min-height:1em;
}


/* --- Footer --- */
#footer {
  text-align:center;
  color:#5A8327;
  font:0.81em/120% Arial, Helvetica, sans-serif;
  margin-top:0.75em;
}
#footer a {
  color:#5A8327;
  text-decoration: none;
}
#footer a:hover {
  text-decoration:underline;
}

#footer a:hover {
  text-decoration:underline;
}


/* --- Mitglieder --- */
.mitgl_bild {
  float:left;
  width:9.23em;
  padding:0.75em;
}
.mitgl_adresse {
  float:left;
  width:38em;
  padding:0.5em;
}
.mitgl_adresse a h3, .mitgl_adresse h3 {
  color:#0C266B;
  font-weight:bold;
  margin:0;
  padding:0;
}
.mitgl_gmap {
  width:19.667em;
  height:13em;
  overflow:hidden;
}
.mitgl_details {
  float:right;
  padding:0.5em 0.75em
}


/* --- Veranstaltungskalender --- */
.calendar_search {
  font-size:0.8125em;
  margin-bottom:1.5em;
}
.va_header {
  background: transparent url(/images/bg_va_header);
  height:1.1em;
  font:1.05em Georgia;
  color:#0C266B;
  padding:0.5em;
}
.va_date {
  float:left;
  width:10em;
  padding:0.5em 0.75em;
  font:0.8125em Arial;
}
.va_title {
  float:left;
  width:26em;
  padding:0.5em;
  font:0.8125em Arial;
}
.va_title a h3, .va_title h3 {
  font:1.154em Arial;
  color:#0C266B;
  font-weight:bold;
  margin:0;
  padding:0;
}
.va_location {
  float:left;
  width:13em;
  padding:0.5em;
  font:0.8125em Arial;
}
.va_details {
  float:right;
  padding:0.5em 0.75em;
}


/* --- Kontaktformular --- */ 
#kontakt label {
  float:left; 
  width:10em; 
}
#kontakt  br {
  clear:both;
}
#kontakt input, #kontakt select, #kontakt textarea, #kontakt label{
  margin-top:0.5em;
}
#Vorname, #Nachname, #EMailAdresse, #Mitteilung, #Betreff {
  font-size:13px; 
  width:20em;
}
