/*********************************************************/
/*style-css*/
/*********************************************************/

#seite {
  border-right:20px solid #FFCC00;
}

/*****************************************************/
/*-------Kopf---------*/
/****************************************************/

/*----------------logo------------------*/

#logos{
  background:url(../images/zmikopf3.jpg) repeat-y top right;
}
/*------------------rubriken--------------------*/

#balke{
  color:#FFF;
  font-size:1.2em;
  height:1.5em;
}

#kopf>#balke{
  height:1.4em;
}

/********************************************************/
/*-------------Inhalt-------------/*
/*******************************************************/

#inhalt {
  border-right:20px solid #FFCC00;
}

#information .pfeil li{
  background:url(../images/doppel_pfeil_gelb.gif) no-repeat 0 0.25em ;
}

#information {
  /*border-left:1px solid #48397A;*/
  border-left:none;
}

h1 {
  /*border-bottom:1px solid #48397A;*/
  border-bottom:3px solid #FFCC00;
}

#navigation #themennavigation{
  border-top:1px solid #FFCC00;
}

#zusatzinformation fieldset{
  padding:0.5em 0.5em 0.5em 0.8em;
  width:90%;
  border:medium double #fc0;
  margin-bottom:1em;
  margin-top:1em;
  font:1em Arial,Helvetica,sans-serif;
}

#zusatzinformation fieldset legend{
  padding:0 0.3em;
  font:bold 1em Verdana,Arial,Helvetica,sans-serif;
}

#zusatzinformation fieldset li{
  background:url(../images/minus.gif) no-repeat 0 0.1em;
  padding-left:12px;
  padding-bottom:0.3em;
  font-weight:normal;
}
/**************anmeldeformular**************/
#anmeldeformular{
  margin:2em 0;
  border:1px solid #336;
  padding:1em;
}

#anmeldeformular h3{
  color:#339;
  margin-top:1em;
}

#anmeldeformular table{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  width:98%;
}

#anmeldeformular table td,#anmeldeformular table th{
  vertical-align:bottom;
  text-align:left;
  border:none;
  background-color:#fff;
  white-space:nowrap;
}

#anmeldeformular table th{
  width:20%;
}

#anmeldeformular table th span{
  font-weight:normal;
  font-size:0.9em;
}

#anmeldeformular input{
  border:1px solid #336;
  margin:0;
  width:60%;
  height:1.5em;
}


#anmeldeformular #frau,#anmeldeformular #herr{
  width:auto;
  vertical-align:middle;
  border:none;
}

#anmeldeformular #herr{
  margin-left:1em;
}

#anmeldeformular #reset,#anmeldeformular #submit{
  width:auto;
  margin-top:1em;
  background-color:#E5DEE1;
}

#anmeldeformular textarea{
  border:1px solid #336;
  width:90%;
}
