* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  background: url(../images/bg.gif) repeat-y center top;
  font-size: 12px;
  color: #6D6D6D;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica; 
  text-align:center;
  margin:0px;
  padding:0px;
}

td {
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica;
}

a { color: #E9820B; text-decoration: none }
a:hover { color: #E9820B; text-decoration: underline }
a.active { color: #E9820B }
form { margin:0; padding:0 }

/*  positioning-layers statisch und absolut */

#container {
  width:950px;
  margin: 0px auto;
  padding:0px;
  text-align:left;
}

/* HEADER   */ 

#header {
  background-color:transparent;
}

#header img {
  padding:0px;
  margin:0px;
}

#header p {
  padding: 0;
  margin: 0;
}

#logo {
   width: 950px;
   height: 105px;
   background: transparent url("/artikel/bilder/header.jpg") center top;
}

#logo p {
  color: #fff;
  padding: 20px 0 0 10px;
  margin: 0;
}

#logo p a {
  color: #fff;
  font-weight: bold;
}

#navi {
    width: 100%;        /* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    background: url("../images/bg_navi.gif");
    margin:0;
    border-top: 1px #A6A7A9 solid; 
    border-bottom: 1px #A6A7A9 solid;
    border-right: 1px #A6A7A9 solid;
    text-transform: uppercase;
}

#navi ul {
    float:left;
    display:inline;		/* Fix fuer IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zuruecksetzen */
    padding: 0;
    margin-left: 0px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel f?r 3D-Schatten) */
    border-left: 1px #aaa solid; 
    border-right: 1px #fff solid;
}

#navi ul li {
    float: left;
    display:inline;     /* Fix f?r IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.1em;
    list-style-type: none;
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
}

#navi ul li a:hover {
    background: #D5D9DD;
    color: #fff;
    text-decoration: none;
}

#navi ul li a {
    display:block;
    width: auto;
    font-size: 1.2em;
    background: transparent;
    text-decoration: none;
    color: #7F7F7F;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
}

#navi ul li a.active {
    background: #C6CDD5;
    color: #fff;
    text-decoration: none;
    
}

#subnavi {
  float: left;
}

#leistungen {
  padding: 5px 0px 10px 10px;
  margin: 0px;
  float: left;
  font-size: 1em;
  width: 95%;
  line-height: 1.5em;
}


/* INHALTSBEREICH    */ 

#inhalt {
  width:725px;
  float:left;
  margin-top: 40px;
  overflow: visible;
}

#inhalt p, h3{
  padding: 0 20 0 15;
  margin-bottom: 0.7em;
  line-height: 1.3em;
}

#inhalt img {
  margin-right: 10px;
  margin-bottom: 10px;
}

#inhalt ul {
  list-style-position: inside;
  margin-left: 15px;
  line-height: 1.3em;
}

#news {
 float: left;
 margin-bottom: 15px;
}

#menu_rechts {
  text-align:center;
  float:left;
  width:200px;
  margin-top: 40px;
}

#kasten_rechts {
  width:200px;
  border: 1px #A6A7A9 solid;
}

#kasten_rechts_events {
  width:200px;
  border: 1px #A6A7A9 solid;
  background: #f1f1f1 url(../images/bg_event.gif) repeat-x center bottom;
}

#kasten_rechts td .kasten_text_newsletter {
  margin: 0 2 0 5;
  text-align: right;
}

#footer {
  width:950px;
  float:left;
  padding: 10 0 10 0;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  color: #949292;
}

#footer p{
  padding-left:15px;
}

.kasten_headline {
  width:200px;
  background: url(../images/bg_kasten_head.gif) repeat-x center top;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 0 5 0;
}

.kasten_headline_event {
  color: #E19617;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0 0 5 0;
}

.kasten_suche, .kasten_text {
  margin: 0 0 10 0;
}

.kasten_text_termin {
  margin: 0 0 10 0;
  color: #4B808E;
  font-weight: bold;
  border-top: 1px solid #4B808E;
  padding-top: 3px;
}

.inputbox {
  border: 1px solid #cccccc;
}

.headline {
 font-size: 1.2em;
}

.text {
  line-height: 1.3em;
}

.anmerkung {
  text-align: left;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 0 5 5;
}
.headline {
 font-size: 1.2em;
}
.hinweis {
 font-size: 0.8em;
 line-height: 1em;
 margin: 0;
 padding: 0;
}

.anmeldeform {
	line-height: 1.5em;
	width: 500px;
	margin: 30px 0;
}
label {
	width: 350px;
	display: block;
}

.fieldgroup input, textarea {
	padding: 1px;
	width: 250px;
	border: 1px solid #CCCCCC;
}

textarea {
	width: 350px;
}

input[type=radio] {
	padding: 1px;
	width: 25px;
	border: 0;
}
input[type=submit] {
	padding: 2px;
	width: 100px;
	border: 1px solid #ccc;
	cursor:pointer;
}
input[type=checkbox] {
	padding: 2px;
	width: 20px;
	border: 0;
	
}
select {
	border:1px solid #CCCCCC;
	padding: 2px;
	width: 100px;
}
.fieldgroup {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
