/* Gabriele Backhaus */
/* Copyright 2006 tectrend.de */

/* standard tags */

body {
    background-color: #ffffff;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size: 0.75em;
}

a {
   color: #9b1463;
}
a:hover {

}

a img {
    border:none;
    background-image : none;
    margin: 0;
    padding: 0;
}

a img:active {
    border:none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h1 {
  color: #3d2c9e;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}

h2 {
  color: #3d2c9e;
  font-size: 1.1em;
  padding: 0px 0px 0px 0px;
  margin: 0;
}

h3 {
  font-style: italic;
  color: #3d2c9e;
  font-size: 1em;
}

/* custom tags */
/* global */
#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 973px;
    padding: 2px;
    color: #3d2c9e; 
}

#menu {
    background-image: url(images/bg_menu_eintrag.gif); 
    background-repeat: repeat-y;
    padding: 5px 0px 2px 25px;
}

.menu_eintrag {
  text-decoration: none;
  color: #ffffff;
  padding-right: 30px;
}

.menu_eintrag_selected {
  text-decoration: none;
  color: #b2c9fd;
  padding: 0px 30px 0px 15px;
  background: url(images/menu1_pfeil.gif) 1px no-repeat;
  background-color: none;
}

.menu_eintrag:hover {
    color: #b2c9fd;
	text-decoration: underline;
}

#h1_start {
    font-size: 3em;
    font-weight: lighter;
    color: #133298;  
    margin-top: 0px;
    background-color: transparent;
    padding: 20px 0px 0px 25px;
}

#content_start {
  margin: 30px 0px 0px 250px;
  width: 650px;
}

#content_start1 {
  margin: 30px 0px 0px 50px;
  width: 650px;
}

#content {
  height: 150px;
}

#content_text {
  padding: 0px 160px 0px 0px;
  width: 550px;
  float: right;
  /*height: 250px;*/
}

p img {
  padding: 0px 10px 10px 10px;
}

#adresse {
    background-image: url(images/adresse_bg.gif); 
    background-repeat: repeat-y;
    padding: 3px 0px 3px 25px;
    text-align: center;
}

#menu2 {
  float: left;
  width: 229px;
}

#menu2_content {
  padding: 10px 0px 20px 20px;
  background: url(images/menu2_bg.gif); 
  background-repeat: repeat-y;
}

#menu2_bottom {
  padding: 20px 0px 20px 20px;
  background: url(images/menu2_bg.gif); 
  background-repeat: repeat-y;
}

#menu2 ul {
	  list-style-type: none;
	  padding: 0px 0px 0px 0px;
	  margin: 0px 0px 0px 3px;
}

#menu2 .menu_level1 li {
    margin-top: 3px;
}

#menu2 .menu_level1 li a {
    background: url(images/arrow_right_blue.gif) no-repeat 0 7px;
    display: block;
    padding: 2px 0px 0px 15px;
    width: 166px;
    text-decoration: none;
    color: #3d2c9e; 
}

#menu2 .menu_level1 li a:hover {
	text-decoration: underline;
	color: #9b1463;
        background: url(images/arrow_right.gif) no-repeat 0 7px;
}

#menu2 .menu_level1 .menu_level1_sel a {
    background: url(images/arrow_right.gif) no-repeat 0 7px;
    font-weight: bold;
    display: block;
    padding: 2px 0px 0px 15px;
    width: 166px;
    text-decoration: none;
    color: #9b1463;
}

/* menu Level 2*/
#menu2 .menu_level1 .menu_level2 li {
    margin: 3px 0px 0px 13px;
}

#menu2 .menu_level1 .menu_level1_sel .menu_level2 li a {
    background: url(images/arrow_right_blue.gif) no-repeat 0 7px;
    font-weight: normal;
    display: block;
    padding: 2px 0px 0px 15px;
    width: 166px;
    text-decoration: none;
    color: #3d2c9e; 
}

#menu2 .menu_level1 .menu_level1_sel .menu_level2 .menu_level2_sel a {
    background: url(images/arrow_right.gif) no-repeat 0 7px;
    font-weight: bold;
    display: block;
    padding: 2px 0px 0px 15px;
    width: 166px;
    text-decoration: none;
    color: #9b1463;
}

#menu2 .menu_level1 .menu_level1_sel .menu_level2 li a:hover {
	text-decoration: underline;
	color: #9b1463;
        background: url(images/arrow_right.gif) no-repeat 0 7px;
}

#anmeldung {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 2px;
    color: #3d2c9e; 
    width: 250px;
    padding-left: 10px;
    float:left;
}

.gruppenversion {
  border-spacing: 0px;
  background-color: #b2c9fd;
  border-collapse: collapse;
}

.gruppenversion tr td {
  width: 150px;
  border: solid #3d2c9e 1px;
  padding: 3px 5px 3px 5px;
}
