/* allgemeine Stildefinitionen */
*{
  padding: 0; margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.1%;
}
body {
  background-color: #CCCCCC;
  text-align: center;
  font-size: 10px;
}
td,tr,p,div,table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

/* Überschrift: Seite */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; font-weight: bold;
	color: #d92b44;
	margin-bottom: 15px;
    }
/* hervorgehobener Text: dunkelgrün */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	border: 1px solid #00a76b;
	padding-bottom:3px;
	padding-left: 2px; 
	margin:0px;
	margin-top: 20px;
}
/* hervorgehobener Text: rot */
h3 {
	color: #d92b44; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; font-weight: bold; font-style:italic;
	}
/* hervorgehobener Text: grau */
h4 {
	font-size: 14px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 20px;
	}


/* Linie */
hr {
  background: transparent; 
  height: 1px; 
  border: 0; border-top: 1px solid #00a76b;
}
/* Link auf Bildern */
a img {
  border: 0;
}

.clear {
  clear: both; height: 1px; 
}

p {
	margin: 5px 0;
}
/* container-Defintionen */
#wrapper {
  position: relative;
  width: 950px;
  text-align: left;
  margin: 0 auto 0 auto;
  border: 1px solid #666;
  background-color: #ffffff;
}
#header {
	width: 950px;
	height: 170px;
	border-bottom: 25px solid #00a76b;
	background-color:#00a76b;
	background-image: url(layout/header_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
  
#header .inside {
  width: 950px;  w\idth: 950px;
  height: 150px; he\ight: 150px;
  padding: 20px 0 0 0px;
  background: url(layout/bild_dresden.gif) no-repeat 0px 20px;
 
}
#container {
	position: relative;
	width: 925px;
	text-align: left;
	background-color:#FFFFFF;
	background-image: url(layout/right_line.gif);
  	background-repeat: no-repeat;
  	background-position: right top;
	border-left: 25px solid #00a76b;
}
#left {
  position: relative;
  float: left;
  padding: 2px 0 0 0;
  width: 175px;
  height: auto!important;
  min-height: 560px;
}

#right {
  position: relative;
  float: right;
  width: 185px; w\idth: 185px;
  padding: 0px 0px 5px 0px;
  text-align: center;
  border: 1px solid #00a76b;
  height: auto!important;
  margin: 15px 40px 0 0 !important;
  margin-right: 5px;
}

#right h1 {

	font-size: 15px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	text-decoration:none;
	border-bottom: 1px solid #00a76b;
	padding: 3px 0px 5px 0px;
}

#main {
  background-color: #FFFFFF;
  width: 500px; w\idth: 500px;
  min-height:500px;
  float: left;
  padding: 5px 0px 0px 12px;
  font-size: 13px;
}

/* Seiten-Navigation */
#left .mod_navigation ul {
 width: 175px; w\idth: 150px;
 padding: 0px;
 list-style-type: none;
}
#left .mod_navigation li {
 width: 175px; w\idth: 150px;
}
#left .mod_navigation li a {
  display: block;
  text-decoration: none;
  padding: 5px 18px 0px 0px;
  width: 175px; w\idth: 157px;
  height: 20px; h\eight: 15px;
  background: #00a76b url(layout/button1.png) no-repeat;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  border-top: 0px;
  font-size: 12px;
}
#left .mod_navigation li a.active,
#left .mod_navigation li a.trail,
#left .mod_navigation li a:focus,
#left .mod_navigation li a:hover,
#left .mod_navigation li a:active {
  color:#000000;
  background: #00a76b url(layout/button2.png) no-repeat;
  
}
/* Seiten-Navigation: 1. Ebene der Unternavigation */
#left .mod_navigation ul ul {
  display: none;
 width: 175px; w\idth: 175px;
 padding: 0px 0px 0px 0px;
 list-style: none;
}
#left .mod_navigation li.active ul,
#left .mod_navigation li.trail ul {
  display: block;
}
#left .mod_navigation li li {
 width: 175px;
}
#left .mod_navigation li li a {
  padding: 5px 0px 0px 15px;
  width: 175px; w\idth: 160px;
  font-size: 12px;
  color: #000;
  background: #a6d5b7;
}
#left .mod_navigation li li a.active,
#left .mod_navigation li li a.trail,
#left .mod_navigation li li a:focus,
#left .mod_navigation li li a:hover,
#left .mod_navigation li li a:active {
  color:#000000;
   background: #a6d5b7 url(layout/button3.png) no-repeat;
}

/*=======  SPONSOR ARDENNE  =======*/
#left div.left_sponsor {
	text-align: center;
	border-right: 1px solid #00a76b;
	border-bottom: 1px solid #00a76b;
	width: 174px;
	margin: -18px 0 0 0;
	padding: 30px 0 0 0;
}

#left div.left_sponsor h1 {
	font-size: 15px; 
	font-weight: bold;
	color: #d92b44; 
}

#left div.left_sponsor img {
	margin: 5px 0 20px 0;
}
/*=======  LEFT KASTEN  =======*/
#left .kasten {
	border: 1px solid #00a76b;
	border-left: none;
	margin-top: 20px;
	padding:;
	text-align: center;
}

#left a {
	color: #00a76b;
	text-decoration: none;
}
#left a:hover {
  text-decoration: underline;
}

/*=======  RIGHT IMAGEROTATOR  =======*/
#right .mod_imagerotator {
	width: 165px;
	margin-left: 10px;
}

/*
  Menüformatierung für Kopfnavigation (mod_sitemap) -> ist im header eingebunden
*/

#header .mod_sitemap {
  width: 950px; 
  padding: 3px 0 0 0px;
  margin-bottom: 0;
}
#header .mod_sitemap ul {
  list-style: none;
  float: right;
  width: 255px;
  margin-bottom: 0;
}
#header .mod_sitemap li {
  float: left;
  padding: 0px 8px 0px 8px;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
#header .mod_sitemap li.first {
  border-left: 0;
  padding-left: 0;
}
#header .mod_sitemap a {
  text-decoration: none;
  color: #fff;
}
#header .mod_sitemap a:hover,
#header .mod_sitemap a.trail,
#header .mod_sitemap a.active {
  color: #000;
}



#main a {
  color: #00a76b;
  text-decoration: none;
}
#main a:hover {
  color: #00a76b;
  text-decoration: underline;
}


/* sonstige Inhalte */
#right img {
  margin-bottom: 10px;
}
#main ul {
  margin-left: 30px;
  list-style: square;
}

#main ol {
	margin-left: 30px;
}

/*=====  ANMELDUNG  ====*/

#main #anmeldung table tr td {
	padding-bottom: 5px;
}


/*=====  ANMELDE FORMULAR  ====*/

#f1 label {
	margin: 10px;
	width: 160px;
	display: block;
	float: left;
}
#f1 input {
	margin: 10px 5px 10px 0;
	padding: 2px;
	background-color: white;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}

#f1 select {
	float: left;
	margin: 10px 100px 10px 0;
}

/*Abendveranstaltung*/
#ctrl_32 {
	margin-left: 10px;
}

#opt_32_0 {
	float: left;
}

#ctrl_32 label {
	width: 440px;
	height: 20px;
}


/*Anrede*/
.radio {
	float: left;
}


#ctrl_1 label {
	width: 50px;
}


/* Titel, Vorname, Nachname*/
#ctrl_4 {
	width: 50px;
	float: left;
}

#ctrl_5 {
	width: 113px;
	float: left;
}

#ctrl_6 {
	width: 120px;
	float: left;
}

#ctrl_7,
#ctrl_10,
#ctrl_11,
#ctrl_12,
#ctrl_13,
#ctrl_27{
	width: 307px;
}


/*PLZ, Ort */
#ctrl_8 {
	width: 52px;
}

#ctrl_17 {
	width: 239px;
}

/* AGB */
#ctrl_19 label {
	width: 450px;
}

#opt_19_0 {
	float: left;
}

#ctrl_19_submit {
	float: right;
}

/*FEHLER - ERROR*/
#ctrl_5.error, 
#ctrl_6.error,
#ctrl_7.error,
#ctrl_8.error,
#ctrl_17.error,
#ctrl_12.error,
#ctrl_13.error {
	background-color: #FF9999;
	padding: 2px;
	color: black;
}

.error {
	color: red;
}

/*=====  KONTAKT FORMULAR  ====*/

#f4 input,
#f4 textarea {
	margin: 10px 5px 10px 0;
	width: 300px;
}

#f4 label {
	margin: 10px;
	display: block;
	float: left;
	width: 135px;
}

.submit_container {
	text-align: right;
}

#f4 #ctrl_26 {
	width: 100px;
}

/*FEHLER - ERROR*/
#ctrl_22.error, 
#ctrl_23.error,
#ctrl_24.error,
#ctrl_25.error {
	background-color: #FF9999;
	padding: 2px;
	color: black;
}

/*CAptcha*/
#f4 .captcha_text {
	display: block;
	width: 135px;
	float: left;
	margin: 10px;
}