/****************************************************************************************************************
style.css
erstellt: 02.03.05
Autor: Goran

 Stylesheet fuer Werbeagentur aufwind.

geaendert: 07.04.05 Sebastian
Grund: ueberarbeitet

*******************************************************************************************************************/

/*#####################################################
 Pseudo-Klassen & Redefinierung von HTML-Elementen
######################################################*/

/* Allgemeine Angaben */
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
table, tbody, th, tr, td,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend
{
	font-family: Verdana, sans-serif; 
	font-style:normal;
	font-size: 11px;
 	color: #6f6f6e;
	text-decoration: none;
	padding: 0;
	margin: 0;
}



/* Links */
a, a:link, a:visited, a:hover, a:active { text-decoration: underline; color:#91C56D; }
a:hover{color:#6F6F6E; text-decoration:none; }

/* Formular-Elemente */
/* siehe weiter unten */

/* Block- und Inline-Elemente */
p
{
 font-size: 11px;
 margin: 5px 1px;
}

td, label, legend
{
 font-size: 11px;
}

td td,
p label
{
 font-size: 1em;
}

/* Ueberschriften */
h1
{
 font-size: 15px;
 color: #91c56d;
 font-weight: bold;
 /*letter-spacing: 1px;*/
 padding-top:10px;
 margin:10px 10px 10px 0px;
 line-height:130%;
	text-transform:uppercase;	
}

h2
{
 font-size: 11px;
 color: #91c56d;
 font-weight: bold;
 /*letter-spacing: 1px;*/
 margin-top: 11px;
 margin-bottom: 10px;
 text-transform:uppercase;
}
h3
{
 font-size: 11px;
 font-weight: normal;
 color: #91c56d;
 /*letter-spacing: 1px;*/
 margin: 5px;
 text-transform:uppercase;
}

/* wird bei Newsletter verwendet */
h4
{
 font-size: 0.8em;
 font-weight: normal;
 letter-spacing: 1px;
 background: #91C56D;
}

h5
{
 font-size: 0.8em;
 font-weight: normal;
 letter-spacing: 1px;
 margin-top: 20px;
 margin-bottom: 5px;
}

h6
{
 font-size: 0.75em;
 font-weight: bold;
 border-bottom: 1px solid #666;
 margin-top: 15px;
 margin-bottom: 2px;
}

/* Bild-Definitionen */
img
{
 border: none;
 white-space: nowrap;
}

ul
{
 list-style-type: square;
 padding: 10px 5px 5px 5px;
}

ul li
{
 font-size: 11px;
 line-height: 100%;
 margin: 0px 0px 2px 15px;
}

hr
{
 border: 1px solid #000;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}
/*------------- Ende Pseudo-Klassen & Redefinierung von HTML-Elementen ------------- */

/*#################################################
 CSS-Klassen bezogen auf die div-Bloecke
#################################################*/

body
{
	background: #e2e6e8;
}


	.wrap {
	display: table;
				height:2595px;
				width: 204px; /* arbitrary width for IE only */
				text-align:center;
				#position: relative; /* for IE only */
				overflow: hidden;
				}
			
				.inner {
				#position: absolute; /* for IE only */
				#top: 50%; /* for IE only */
				display: table-cell;
				vertical-align: middle;
				}

				.top {
				#position: absolute; /* for IE only */
				#top: 0%; /* for IE only */
				display: table-cell;
				vertical-align: top;
				}

				.bottom {
				#position: absolute; /* for IE only */
				#top: 95%; /* for IE only */
				display: table-cell;
				vertical-align: bottom;
				}

				.middle {
				#position: relative; /* for IE only */
				#top: -50%; /* for IE only */
				#right:50%;
				}
		
/* Seite zentriert ausrichten */
#center
{
 width: 960px;
 padding: 0;
 margin: 15px auto 15px auto;
}

/* --------------- Oben: Links und Suchfeld --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 /*height: 196px;
 background-image: url('../../assets/common/bg_head.jpg');
 background-position: right;
 background-repeat: no-repeat;*/
}

.sitenavi
{
	color:#b6c0c6;
 font-size: 10px;
 text-align: left;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a.active
{
	color:#b6c0c6;
 font-size: 1.05em;
 text-decoration: none;
 margin: 0px 5px;
}



/*------------- Ende Oben: Links und Suchfeld ------------- */

/* ------------- Hauptnavigation ------------- */

/* Formatierung der Links in der Aufklappnavi */
.linkmenu td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active
{
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
 background: #91C56D;
 border: 1px solid #FFF;
 border-top: none;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 color: #91C56D;
 background: #FFF;
}

.linkmenu_first td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active
{
 font-size: 11px;
 color: #FFF;
 text-decoration: none;
 background: #91C56D;
 border: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu_first a:hover
{
 color: #91C56D;
 background: #FFF;
}

.breadcrumb
{
 font-size: 11px;
 border-bottom: 1px solid #000;
 padding: 1px 0px;
 margin: 0;
}

#leftcolbottom{
	text-align:center;
	vertical-align:middle;
	margin-top:-34px;
	padding-top:8px;
	padding-left:3px;
	height:25px;
	background:#fff;
	width: 200px;
	height:23px;
	position:absolute;
}

#leftcolbottom a{
	padding:0px 3px;
	font-size:10px;
	color:#6F6F6E;
	text-decoration:none;
}

/*------------- Ende Hauptnavigation ------------- */

/* ------------ tpl-Bereich ------------ */
#div1{
	padding-top:11px;
	padding-left:11px;
	background-color:white;
}

#div2{
	background-image:url('../../assets/common/main_background.gif');
	background-repeat:repeat-y;
}

#div3{
	height:204px;
	background-color:#7E8B92;
}

#div4{
	padding-top:8px;
	height:77px;
	background:#ffffff url('../../assets/common/bg_div4.jpg') no-repeat 0 10px;
}

#left_col{
	margin:0px;
	width:203px;
}

#div5{
	height:196px;
	background-repeat:no-repeat;
	background-position:top left;
}

#div6{
	height:8px;
	background-image:url('../../assets/common/blue-bar.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#div7{
	margin-top:0px;
	width: 730px;
	background:#ffffff;
}

#content
{
	background:#f6f7f8;
	padding: 0px 0px 0px 0px;
	margin: 34px 6px 3px 0px;
	min-height:419px;
  line-height:150%;
}
* html #content{ height: 423px;}
#div8{
	background-color:#fff;
}

#div9{
	background:#ffffff;
	height:11px;
}

#div10{
	height:34px;
	background-color:#fff;
}

#div11{	margin:0px 10px 90px 0px; }
#div11 img { margin-left:30px; }


#div12{
	height:10px;
	background:#fff;
}

#div13{
	position:absolute;
	height: 0px;
	text-align: right;
	margin: -90px 0px 0px 714px;
}

#div14{
	width:700px;
	position:relative;
	left: 28px; top: -80px;
}

#div15{
	height:25px;	
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
	background:#f6f7f8;
	padding: 0px 0px 10px 0px;
	margin: 34px 6px 5px 0px;
	min-height:300px;
  line-height:150%;
}

#content2 h1,
#content2 p {
	padding:10px;
}

/* Startseite */
#content3
{
 background: #FFF;
 float: left;
 width: 622px;
 padding-bottom: 20px;
}

/* nur fuer die Druckversionen! */
#content4
{
 width: 500px;
 padding: 0px 15px 15px 15px;
}

.nofloat
{
 clear: both;
}

#contentarea
{
/*
	width: 966px;
	padding: 0px;
	padding-left: 33px;*/
	/*padding-right: 34px;*/
}


#content_left{
	width:221px;
	float:left;
}

#content_right{
	width:221px;
	margin-left:26px;
	float:left;
}

#bottom{
	margin-left: -8px;
}


.plaintext{
	font-size: 11px;
	font-family: Verdana, sans-serif; 
	font-style:normal;
	padding:0 10px 0 13px;
}
#left_col .plaintext{  padding:0 3px 0 3px; }


#content_teaser {
	margin-top:10px;
}
#content_teaser .link {
	margin-left:15px;
	float:left;
	border-style:solid;
	border-color:#b6c0c6 #91C56D #b6c0c6 #b6c0c6;
	border-width:1px 8px 1px 1px;
	width:200px;
	background:#e9ecee;
	padding:0;
	margin-bottom:15px;
}
#content_teaser .link h1{
	font-weight:normal;
	margin-top:0px;
	font-size:11px;
	margin-top:0px;
	padding-top:10px;
	color:#6Fa71E;
}

#content_teaser .link { min-height:127px;}
* html #content_teaser .link { height:127px;}

/* ------------ Teaser Boxen Startseite ------------ */
#teaser_free{
	margin-top:24px;
	padding:0px 0px 5px 30px;
	background-color:#e5eef7;
	border-top: 1px solid #adc9e2;
}

#teaser_free p{
	margin-top: -7px;
	color: #91C56D;

}
#left_col #teaser_free h2,
#left_col #teaser_free p { font-weight:bold; }

#list_free_seminars{
	background-color:#f8fafb;
	border-bottom: 1px solid #adc9e2;
}

.teaser_free_count{
	width: 51px;
	padding: 3px;
	padding-left: 0px;
}

#list_free_seminars ul {
	list-style-type:none;
	padding:0px 0 0 0;
	margin:0;
}
#list_free_seminars ul li{
	background:url('../../assets/common/pfeil_rechts.gif') no-repeat 8px 6px;
	padding:3px 0px 8px 25px;
	margin-left:0px;
	margin-right:0px;
}

#left_col #list_free_seminars ul .gerade{ background-color:#eff3e6;}
#left_col #list_free_seminars ul .ungerade{ background-color:#ffffff;}

#left_col #list_free_seminars ul li a {font-size:11px; line-height:120%; }
* html #left_col #list_free_seminars ul li a:link,
* html #left_col #list_free_seminars ul li a:visited,
* html #left_col #list_free_seminars ul li a:hover,
* html #left_col #list_free_seminars ul li a:active { font-size:10px; }
#left_col #list_free_seminars ul li b{ font-size:11px; }


#list_free_seminars ul li a,
#list_free_seminars ul li a:link,
#list_free_seminars ul li a:hover,
#list_free_seminars ul li a:visited,
#list_free_seminars ul li a:active{
	color:#91C56D;
	text-decoration: none;
	text-transform:uppercase;
}

#list_free_seminars ul li a b {
	display:block;
	margin-top:7px;
}

#list_free_seminars ul li a:hover {
 	color:#6F6F6E;
}

.teaser_start_right div{
	font-size: 11px;
	padding: 10px;
}
#teaser_news h1{
	 color:#91C56D;
	 font-size:15px;
	 font-weight:normal;
	 margin:10px 10px 10px 10px;
	 padding-top:10px;
}

#teaser_news_content {
	border-bottom:1px solid #B2B3B3;
}

/*teaser */
#teaser_free_div{
	padding:0px 0px 5px 15px;
}

a.teaser_start_left:link,
a.teaser_start_left:visited,
a.teaser_start_left:hover,
a.teaser_start_left:active { margin-left:10px; }

a.teaser_start_right:link,
a.teaser_start_right:visited,
a.teaser_start_right:hover,
a.teaser_start_right:active { margin-left:10px; margin-right:10px; }

a.teaser_start_left:link,
a.teaser_start_left:visited,
a.teaser_start_left:hover,
a.teaser_start_left:active,

a.teaser_start_right:link,
a.teaser_start_right:visited,
a.teaser_start_right:hover,
a.teaser_start_right:active
{
	width: 205px;
	min-height: 110px;
	float: left;
	border:1px solid #C6C7C9;
	display:block;
	margin-bottom:10px;
	color:#6f6f6e;
	background:none;
	padding:0px 10px;
	text-decoration:none;
}
* html a.teaser_start_right:link,
* html a.teaser_start_right:visited,
* html a.teaser_start_right:hover,
* html a.teaser_start_right:active
{
	height:125px;
}

a.teaser_start_left:hover,
a.teaser_start_right:hover
{
	color:#91C56D;
	background:#e5eef7;
}

a.teaser_start_left p,
a.teaser_start_right p{
	color:#6f6f6e;
}


.teaser_start_left{
	margin-right: 10px;
	background: #EFEFEF;
}

.teaser_start_left h1,
.teaser_start_right h1{
 font-size: 30px;
 color: #91C56D;
 background-repeat: no-repeat;
 padding:20px 23px 0px 0;
 margin:0px;
 float:right;
}

a.teaser_start_left .plaetze,
a.teaser_start_right .plaetze
{
	color:#91C56D;
	float:right;
	font-size: 11px;
	text-transform:uppercase;
	padding-right:15px;
	background:url(../../assets/common/pfeil_rechts.gif) no-repeat right 3px;
	
}


.teaser_start_left div,
.teaser_start_right div{
	border-bottom: 1px solid #91C56D;
}

#content #teaser p {font-size:13px;}
#content #teaser p.plaetze {font-size:14px;}

/* ------------ Content-Bereich: Subnavigation ------------ */

#subnavi
{
	padding-top:9px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	z-index: 1;
	min-height:41px;
	height:41px;
	background:#ffffff;
}

* html #subnavi { padding-top:5px; }

#subnavi a,
#subnavi a:link,
#subnavi a:visited,
#subnavi a:hover,
#subnavi a:active
{
	color:#ffffff;
	text-decoration:none;
}

#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
	font-weight:bold;
	color:#fff;
	background:url(../../assets/common/bg_pfeil_active.gif) no-repeat 0 2px;
	padding-left:10px;
}

/* Subnavigation Ebene 0 */
#subnavi ul
{
	background: #7E8B92;
	list-style-type: none;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
	z-index: 2;
}

#subnavi ul.under{
	border-top: 1px solid #fff;
	margin:0px;
}

#subnavi li
{
	display: inline;
	text-align: center;
	margin: 0 10px;
	text-transform: uppercase; 
}



/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
/* Contentmaker: Link */
.link{
	/*background: #D9EF74;*/
	padding: 10px;
	margin: 0;
}

.link h1 { padding:5px; }


#content .link h1 {}

.link img{
	vertical-align: middle;
	margin-left: 5px;
}

.link div{
	margin-right: 2px;
	/*border-right: 1px solid #91C56D;
 	border-bottom: 1px solid #91C56D;*/
}

.link div img{
	margin-left: 0px;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover{
	font-size: 11px;
	margin: 5px;
}

.link a:hover{
	color: #91C56D;
}

.link div a,
.link div a:link,
.link div a:visited,
.link div a:hover{
	background: none;
	margin: 0px;
}

.link p{
	padding: 5px;
	margin: 0px;
}

/* Contentmaker: Download */
.download { padding: 13px; }
.download h1 {}
.download img {	vertical-align: middle; margin-left: 5px; }
.download div{
	margin-right: 2px;
	/*border-right: 1px solid #91C56D;
	border-bottom: 1px solid #91C56D;*/
}

.download div img{
	margin-left: 0px;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover{
	text-decoration: none;
	color: #333;
	font-size: 11px;
	margin: 5px;
}

.download a:hover{
	color: #91C56D;
}

.download div a,
.download div a:link,
.download div a:visited,
.download div a:hover{
	background: none;
	margin: 0px;
}

.download p{
	padding: 5px;
	margin: 0px;
}

.download span
{
	font-weight: normal;
}

/* Contentmaker: Bild */
.image{
  padding: 0;
  margin: 0;
}

.image h1{
 font-size: 0.9em;
 font-weight: normal;
 margin-bottom: 10px;
}

.image div{
 font-size: 11px;
}

/* Ende Contentmaker: Link, Download, Bild*/

/*#################################################
 Contentmaker: Bild und Text
#################################################*/

/*Startseite Bild rechts im Text*/
.home_ti_float_right {
   float: right;
   margin-left: 3px;
   margin-bottom: 10px;
   font-size: 11px;
   font-weight: normal;
}

.home_ti_float_right img {
  border: 1px solid #91C56D;
}

.home_ti_float_right_text {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
}

/*Startseite Bild links im Text*/

.home_ti_float_left {
   float: left;
   margin-left: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   font-size: 11px;
   font-weight: normal;
}

.home_ti_float_left  img {
  border: 1px solid #91C56D;
}

.home_ti_float_left_text {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
}

/*Bild rechts im Text*/

.image_float_right {
   border: 1px solid #91C56D;
   background: #91C56D;
   float: right;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-left: 10px;
   margin-bottom: 5px;
}

.image_float_right img {
  margin-bottom: 1px;
}

.image_float_right_text {
  font-size: 11px;
  font-weight: normal;
}

.image_float_right_text h1 {
  font-size: 1.4em;
  font-weight: normal;
  color: #58585A;
}

/*Bild links im Text*/
.image_float_left {
   border: 1px solid #91C56D;
   background: #91C56D;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
  margin:10px;
}

.image_float_left img {
  margin-bottom: 1px;
}

.image_float_left_text {
  font-size: 11px;
  font-weight: normal;
  padding:10px;
}

.image_float_left_text h1 {
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: normal;
}

/*Standardvorlage fuer die rechte Spalte*/
/*Bild links im Text*/
.standard_right_col {
   border: 1px solid #91C56D;
   background: #91C56D;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
}

.standard_right_col img {
  margin-bottom: 1px;
}

.standard_right_col_text {
  font-size: 11px;
  font-weight: normal;
}

.standard_right_col_text h1 {
  font-size: 1.8em;
  font-weight: normal;
  color: #58585A;
}
/* Ende Contentmaker: Bild und Text*/

/* ------------ Ende Content-Bereich: Inhalte ------------ */

/* ------------ Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */


#custom
{
 background-repeat: repeat-y;
 float: left;
 width: 224px;
 margin-bottom: 15px;
}

/* Definition von Teaserboxen auf der rechten Seite */
.box
{
 color: #FFF;
 margin: 0;
 clear: both;
 /*border-bottom: 1px solid #91C56D;*/
}

.box_indent{
	padding: 0px 0 0 10px;
	margin-left: 0px;
}

.box h1,
.box h2
{
   color:#91c56d;
   font-size:11px;
   font-weight:normal;
   margin:11px 0 10px 10px;
   text-transform:uppercase;
		
}
.plaintext h1, .plaintext h2 { margin-left:0;}
.box p
{
	margin: 0px 0px 0px 0px;
}

.box div div
{
	font-size: 11px;
   font-size:11px;
   font-weight:normal;
   margin:4px 0 10px 0px;
}

.box a,
.box a:link,
.box a:visited
{
  color: #91C56D;
}

.box a:hover
{
  color: #91C56D;
}

.box ul
{
 list-style-type: none;
 padding: 5px 0 5px 0;
 margin: 0px;
}

.linklist{
}

.last_link{
	border-bottom: none;
}

#left_col .plaintext ul {list-style-type:none; }

#left_col .plaintext ul li,
.box ul li
{
 	background:url(../../assets/common/pfeil_rechts.gif) no-repeat 5px 5px;
	margin-left:0px;
	margin-right:10px;
	padding:5px 0 5px 25px;
	border-top:1px solid #91C56D;
	border-bottom:1px solid #91C56D;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
	color:#6f6f6e;
	text-decoration:none;
}

.box ul li a:hover
{
 	color:#91C56D;
}

.box ul li img
{
 vertical-align: middle;
 text-align: center;
}

.box ul.assetlink{
  clear:both;
}

.box ul.assetdownload img{
 float: left;
 margin-bottom: 5px;
}

/* Teaser: Einzeiler */
.box ul.ulist
{
 border: none;
 list-style-type: square;
 padding: 0;
}

.box ul.ulist li
{
 padding: 4px 5px;
 margin: 0;
}


/* Kalender */
.box table {
 width: 140px;
 margin: 2px;
 text-align: center;
 vertical-align: middle;
 font-size: 0.75em;
}

.box table td {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.month {
	color: #000;
	background-color: #CCC;
	font-size: 1em;
}

.box table td.month a {
	color: #000;
	background-color: #CCC;
	display: inline;
}
.box table td a {
 	background-color: #91C56D;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #EEE;
}

.box table td.today a {
  text-decoration: none;
  background-color: #91C56D;
 	color: #FFF;
}

/* Ende Kalender */

/* Bildergalerie*/
.gallery
{
 color: #FFF;
 margin: 5px 0px 20px 70px;
 float: left;
 width: 152px;
}
* html .gallery {margin-left:35px;}

.gallery h1
{
 font-size: 11px;
 font-weight: normal;
 color: #FFF;
 background: #91C56D;
 padding: 3px 10px;
 margin: 0px;
}

.gallery div
{
 border: 1px solid #91C56D;
 border-top: none;
 font-size: 11px;
 color: #000;
 background: #FFF;
 padding: 3px;
}

.gallery div.image
{
	margin: 0px;
	text-align: center;
	font-size: 11px;
 	color: #000;
 	background: #91C56D;
 	padding: 0px;
}

.gallery div.headline{
	text-align: center;
	font-size: 11px;
 	color: #000;
 	background: #CCC;
 	padding: 3px 10px;
 	margin: 0px;
}

/*Bildergalerie Ausgabe*/
.showgallery
{
	margin: 0px;
	padding: 0px;
}

.showgallery h1
{
 font-size: 11px;
 font-weight: normal;
 text-align: center;
 color: #FFF;
 background: #91C56D;
 padding: 3px 10px;
 margin: 0;
}

.showgallery_thumb
{
	width: 335px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #91C56D;
}

.showgallery_thumb div
{
	width: 100px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 11px;
 	color: #91C56D;
 	font-weight: bold;
 	/*background: #FFF;*/
}

.showgallery_thumb div.showgallery_center
{
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb div.showgallery_left
{
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb div.showgallery_right
{
	padding-top: 10px;
	height: 40px;
	text-align: right;
}


.showgallery_image
{
	width: 420px;
	margin: 0px;
	padding: 15px 0px;
	float: right;
}

.showgallery_image div
{
	font-size: 11px;
 	color: #000;
 	background: #FFF;
 	padding: 3px;
}

/* Umfrage */

.umfrage
{
	padding: 0px;
	line-height: 140%;
}

.box p.umfrage input
{
	margin-top: 3px;
	border: none;
	height: 12px;
	background-color: #CCCCCC;
}

.box p.umfrage button
{
	margin-top: 5px;
	margin-right: 3px;
	border: 1px solid black;
	width: 70px;
	height: 20px;
	background-color: #FFFFFF;
	font-size: 0.9em;
}

.box p.umfrage label
{
	margin-left: 5px;
}

/* Umfrage Diagramm */

.diagramm
{
	background-color: #FFF;
	border: 1px solid #91C56D;
}

.diagramm_skala
{
 	width: 30px;
 	height: 30px;
 	vertical-align: top;
	text-align: center;
	border-right: 1px solid #91C56D;
	font-size: 11px;
}

.diagramm_value
{
	height: 30px;
	width: 30px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #91C56D;
	border-right: 1px solid #91C56D;
	font-size: 11px;
}

.diagramm_balken
{
	vertical-align: bottom;
	text-align: center;
	width: 80px;
}

.diagramm_antwort
{
	vertical-align: middle;
	text-align: center;
	width: 80px;
	border-top: 1px solid #91C56D;
	font-size: 11px;
}

/* Seminarsuche */

.box p.seminarsuche{
	margin-left: 0px;
}

/**
 *	Seminarsearch
 */
.semsearch{
	margin-top:0px;
	margin-left:10px;
}

* html .semsearch {margin-top:-22px;}

.semsearch form{
	margin-bottom: 0px;
}

.box p.seminarsuche input
{
	margin-top: 6px;
	padding:2px 0 0 3px;
	border: 1px solid #666666;
	height:15px;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 93px;
}

.box p.seminarsuche button
{
	width: 44px;
	height: 17px;
	padding: 0px 0 0 0;
	margin: 7px 0 0 0;
	border: 0px;
	/*background:url(../../assets/common/bg_button_suche.gif) no-repeat;*/
	font-size: 0.9em;
	line-height: 100%;
	cursor:pointer;
	color:#91C56D;
}

/**
 *	Kurswahl
 */
.kurswahl_div{
	margin-top:10px;
	margin-left:10px;
}
* html .kurswahl_div{ margin-top:20px; margin-bottom:-10px; }

.kurswahl_div form{
	margin-bottom: 0px;
}

.box p.kurswahl input
{
	margin-top: 6px;
	padding:0;
	border-top: 1px solid #b6c0c6;
	border-left: 1px solid #b6c0c6;
	border-bottom: 1px solid #b6c0c6;
	border-right: 0px;
	height:13px;
	background-color: #FFFFFF;
	font-size: 1em;
	width: 120px;
}

.box p.kurswahl button
{
	width: 20px;
	height: 20px;
	padding: 10px 0 0 0;
	margin: 6px 0 0 0;
	border: 0px;
	background:url(../../assets/common/button_kurswahl.jpg) no-repeat;
	font-size: 0.9em;
	line-height: 100%;
	cursor:pointer;
}


/* ------------ Ende Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/

form
{
 margin:0 10px 0 0px;
}

form br
{
 clear: both;
}

fieldset
{
 border:0;
 background: none;
 padding: 10px;
}

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: .8em;
 margin-top:6px;
}

/* error-Klasse */
label.leftr
{
 color: #FF0000;
}

input,
select,
textarea
{
 font-size: 11px;
 color: #666;
 background: #FFF;
 border: 1px solid #EDF0F1;
 float: left;
 padding: 2px;
 margin-top: 5px;
}

table td input,
table td select,
table td textarea
{margin-top:0px;}


select
{
	color:#91C56D;
 padding: 0;
}

optgroup, option
{
 font-size: 1em;
 line-height: 100%;
}

input:focus,
textarea:focus
{
	color:#91C56D;
 background: #DCEFF8;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
 cursor: pointer;
}

textarea
{
 width: 50%;
 margin-bottom: 10px;
}

form span{
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 0px;
}

/* Teilnahmebedingungen Checkbox */

.teilbed
{
	margin-left: 8.3em;
	padding: 0px;
	line-height: 150%;
	margin-bottom: 10px;
}

.teilbed input{
	border: none;
	background-color: #F0F0F0;
	margin: 0px;
}

/* Buttons beim Kontaktformular */
.submitbuttons
{
	margin-top:10px;
}

.submitbuttons button
{
 font-size: 11px;
 font-weight: normal;
 color: #FFF;
 background: #91C56D;
 line-height: 100%;
 margin-right: 5px;
 border:1px solid #B6C0C6;
}

/* Formular bei der Suche */

form.suche input
{
 font-size: 0.9em;
 padding: 2px;
 margin-left: 2px;
}

form.suche button
{
 line-height: 100%;
 margin-top: 5px;
}

/*#################################################
 CSS-Klassen fuer die Sitemap
#################################################*/
.sitemap td{
	padding: 15px 10px;
}

.sitemap td.separator{
	padding: 0;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1
{
 font-size: 0.85em;
 font-weight: bold;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4
{
 font-size: 0.85em;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4
{
 text-decoration: underline;
}
/* Ende Sitemap-Klassen */

/*#################################################
 CSS-Klassen fuer die Barriere-Freiheit
#################################################*/

.unsichtbar
{
 position: absolute;
 left: -20000px;
 /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen
 sich uebereifrige Screenreader, die ausgerechnet "display: none" nicht akustisch
 auswerten, taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/*#################################################
 Universelle CSS-Klassen fuer die Formatierung

#################################################*/

/* News */
.newshead{
	color: #58585A;
	margin-bottom: 15px;
	letter-spacing: 1px;
}


.newsblock
{
 margin-bottom: 15px;
 position: relative;
}

.newsblock_content{
	padding:10px 33px 10px 33px;
}

.newsblock h1
{
 font-weight: bold;
 font-size: 11px;
 color: #91C56D;
 padding:10px 33px 10px 33px;
 margin:0px;
}

/* wird bei Newsletter verwendet*/
.newsblock h2
{
 font-weight: bold;
 font-size: 0.9em;
 color: #333;
 background: #CCC;
 padding: 5px;
 margin:0px;
}

.newsblock p {
/*
	padding: 5px;
	width: 290px;
	float: right;
*/	
	border-bottom: 1px solid #B2B3B3;
}

.newsblock span{
  float: left;
  /*border-right: 1px solid #91C56D;
  border-bottom: 1px solid #91C56D;*/
  position: relative;
}

.topnews
{
 line-height: 150%;
}

.anreiser
{
 margin: 5px 0 0px 0px;
}

/* Newsletter*/

.newsletter_wrapper table{
	width: 550px;
}

.newsletter_anreisser
.newsletter_text{
	font-size: 11px;
}

.newsletter_feld {
	background: #F0F0F0;
	padding-left: 5px;
	color: #3A3A3A;
	font-size: 11px;
	width: 150px;
}

.newsletter_feld_r {
	background: #F0F0F0;
	color: #F00;
	font-size: 11px;
	width: 150px;
}

.newsletter_input {
	font-size: 11px;
	width: 270px;
	padding-left: 5px;
	padding-bottom: 4px;
}

.newsletter_input2{
	margin-left: 10px;
}

.newsletter_text {
	color: #3A3A3A;
	font-size: 11px;
	width: 400px;
}

.newsletter_text_r {
	color: #F00;
	font-size: 11px;
	width: 400px;
}

.newsletter_input input{
	font-size: 11px;
}

.newsletter_input .tag {
	width: 20px;
	margin: 0px 5px 0px 0px;
}


.newsletter_input .jahr {
	width: 35px;
	margin: 0px 5px 0px 0px;	
}

.newsletter_input .submit, 
.newsletter_input .reset {
	background: #f6960c;
	color: #fff;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}

.newsletter_input select{
	font-size: 11px;
		margin: 0px 5px 0px 0px;
}

.newsletter_auswahl{
	width: 100px;
}

/* Buttons beim anderen Formularen */
.formularbuttons button
{
 font-size: 9px;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 color: #FFF;
 background: #91C56D;
 line-height: 100%;
 margin-right: 5px;
 padding-top: 2px;
 padding-bottom: 1px;
}

/* Ende Newsletter*/

/* Referenten */
.referenten
{
	margin-bottom: 5px;
	border-bottom: 1px solid white;
	border-top:none;
	/*background: #FFFFFF;*/
}

.ref_name
{
	width:45%;
	float:left;
	padding: 5px;
}

.ref_name a,
.ref_name a:link,
.ref_name a:visited,
.ref_name a:hover,
.ref_name a:active
{
	color: #000000;
	text-decoration: none;
}

.ref_name a:hover
{
	color:#91C56D;
}

.ref_info
{
	width:50%;
	float:left;
	padding: 5px;
}

.ref_bild
{
	width:35%;
	float:left;
	padding: 5px;
}

/* Seminare */
#seminare
{
	background-image: url(../../assets/common/sem_overview_bg.gif);
	background-repeat: no-repeat;
	padding:0;
	/*width:80%;*/
	width: 235px;
	border:1px solid #FFF;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 45px;
	float: left;
}

.right{
	float: right;
}

#seminare span{
	float:left;
	margin:0;
	margin-right: 5px;
}

.sem_cat
{
	margin:0px;
	vertical-align: middle;
	/*width: 80%;*/
}

.sem_cat a,
.sem_cat a:link,
.sem_cat a:visited,
.sem_cat a:hover,
.sem_cat a:active
{
	color: #58585A;
	text-decoration: none;
}

.sem_cat a:hover
{
	color:#91C56D;
}

.sem_list
{
	/*background: #FFF;*/
	padding: 3px;
	border-bottom:1px solid #58585A;
	height: 35px;
}

.sem_list a,
.sem_list a:link,
.sem_list a:visited,
.sem_list a:hover,
.sem_list a:active
{
	color: #58585A;
	text-decoration: none;
	font-size:1em;
}

.sem_list a:hover
{
	text-decoration: underline;
}

.sem_detail
{
	/*background: #FFF;*/
	color: #58585A;
	padding: 0px;
	/*border-bottom:1px solid #58585A;*/
	font-size: 11px;
}

.date_detail
{
	color: #58585A;
	padding: 0px;
	font-size: 11px;
	margin-bottom: 3px;
}

.date_detail_head,
#custom .date_detail_head
{
	color: #91C56D;
	padding: 3px;
	padding-left: 0px;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 3px solid white;
}

#custom .date_detail .date_padding_indent a:link,
#custom .date_detail .date_padding_indent a:visited,
#custom .date_detail .date_padding_indent a:hover,
#custom .date_detail .date_padding_indent a:active { text-decoration:none; }


#custom .date_detail_head {
	border:0;
	padding-left:10px;
}
#custom .date_padding_indent {
	padding-left:0px;
}
#custom .date_padding_indent ul {
	list-style-type:none;
	padding:0;
}
#custom .date_padding_indent ul li {
	background-image:url(../../assets/common/pfeil_rechts.gif);
	background-repeat:no-repeat;
	background-positon:0 0;
	padding-left:20px;
	padding-bottom:5px;
	margin-left:0;
}

#custom .date_padding_indent ul .gerade{ background:#e5eef7;}
#custom .date_padding_indent ul .ungerade{ background:#ffffff;}



.date_detail table {
	width:auto;
	margin:0;
	padding:0;
}

.date_detail table,
.date_detail tr,
.date_detail td
{
	font-size: 1em;
	color: #58585A;
	padding-bottom: 2px;
}

.date_detail table td.headline {
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	color:#878786;
}

.date_detail tr.gerade{ background:#eef5e2;}
.date_detail tr.ungerade{ background:#ffffff;}

.sem_detail ul,
.sem_detail ol
{
	padding: 0;
 	margin: 0;
 	color: #58585A;
}

.sem_detail li
{
	color: #58585A;
	font-size: 1em;
}

.sem_detail_head{
	color:#91C56D;
	font-size:15px;
	font-weight:normal;
	line-height:130%;
	margin:10px 10px 10px 0;
	padding-top:10px;
	text-transform:uppercase;
}

.date_padding_indent{
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#custom .date_padding_indent{
	background-color:#F8FAFB;
	border-bottom:1px solid #91C56D;
}

.sem_detail_links{
	margin-bottom: 10px;
	padding-top: 10px;
	vertical-align:middle;
}

/* popup-Fenster Zuschuss-Erklaerung */

#zuschuss
{
 /*background: #FFFFF;*/
 width: 600px;
 padding: 15px;
}

#zuschuss p
{
 font-size: 11px;
 width: 400px;
}


.date_padding_indent ul {
	list-style-type:none;
	padding:0;
}
#content  .date_padding_indent ul li {
	padding:5px 0 0 10px;
	margin:0;
/*	
	background-image:url(../../assets/common/bg_list.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
*/
}
#content .date_padding_indent ul li { /* height:15px; */ }
#content .inner_content .date_padding_indent ul li {list-style-type:square; margin-left:10px; }
.date_padding_indent ul .gerade{ background:#e5eef7;}
.date_padding_indent ul .ungerade{ background:#ffffff;}



/**************************************************
* Bildungsbaukasten
***************************************************/

.bbk_overview_box{
	background-image: url(../../assets/common/bbk_overview_box.gif);
	background-repeat: no-repeat;
	height: 40px;
}

.bbk_overview_link{
	padding: 3px;
	width: 200px;
}

.bbk_overview_link a,
.bbk_overview_link a:hover,
.bbk_overview_link a:visited,
.bbk_overview_link a:active{
	color: #FFF;
	text-decoration: none;
	display: block;
}

.bbk_overview_link a:hover{
	color: #58585A;
}

.bbk_overview_box_linie{
	background-image: url(../../assets/common/bbk_overview_linie.gif);
	background-repeat: repeat-y;
}

.bbk_list_stufe{
	background-image: url(../../assets/common/bbk_list_stufe.gif);
	background-repeat: no-repeat;
	height: 40px;
}

.bbk_list_stufenname{
	font-weight: bold;
	color: #FFF;
	padding: 3px;
}

.bbk_list_stufenname a,
.bbk_list_stufenname a:link,
.bbk_list_stufenname a:hover,
.bbk_list_stufenname a:active,
.bbk_list_stufenname a:visited{
	color: #FFF;
}

.bbk_list_right{
	background: #B3B3B3;
	width: 10px;
	border-bottom: 1px solid #B3B3B3;
}

.bbk_list_link{
	/*background: #E1E0E0;*/
	border-top: 1px solid #58585A;
	padding: 3px;
	width: 435px;
}

.first{
	border-top: none;
}

.bbk_list_link a,
.bbk_list_link a:hover,
.bbk_list_link a:visited,
.bbk_list_link a:active{
	color: #58585A;
	text-decoration: none;
}

.bbk_list_link a:hover{
	text-decoration: underline;
}

.bbk_seminar_box{
	background-image: url(../../assets/common/bbk_seminar_box.gif);
	background-repeat: no-repeat;
}

.bbk_seminar_link{
	color: #FFF;
	padding: 3px;
}

.bbk_seminar_link a,
.bbk_seminar_link a:hover,
.bbk_seminar_link a:visited,
.bbk_seminar_link a:active{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.bbk_seminar_link a:hover{
	text-decoration: underline;
}

#bbk_flash{
	background: #DDDEDF;
	padding: 10px 24px;
	margin-bottom: 15px;
}

/*#################################################
Contentmaker: Contact (Erstverwendung HWK)
#################################################*/
.contact
{
 /*background: #FFF;*/
 font-weight: bold;
 padding: 0px;
 margin: 5px 10px;
 margin-bottom: 10px;
 position: relative;
}

.contact h1 {
	color: #FFF;
	background-color: #91C56D;
	padding: 3px;
	margin: 0px;
	font-size: 0.75em;
}
.contact h2 {
	background-image:url(../../assets/common/contact.gif);
	background-position:10px top;
	background-repeat:no-repeat;
	margin:0 0 2px;
	padding:0 0 0 30px;
}
.contact div
{
 font-weight: normal;
 font-size: 11px;
 padding: 0 0 0 30px;
}

.contact span{
  float: left;
  margin-right: 3px;
  position: relative;
}


.contact b{
	color: #91C56D;
}

.contact img{
	vertical-align: middle;
}

/*###########################################################

 Die floatleft/-right Definitionen werden im
 WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!!

 Die weiteren Klassen stellen die moeglichen
 <span>-Zuweisungen dar.

###########################################################*/

/* Bildausrichtung per Button */
#floatimageleft
{
 font-size: 11px;
 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img
{
 border: none;
}

#floatimageright
{
 font-size: 11px;
 text-align: right;
 float: right;
 margin: 0px 0px 10px 5px;
}

#floatimageright img
{
 border: none;
}

.red
{
 color: #91C56D;
}

.textb
{
 font-weight: bold;
}

.texti
{
 font-style: italic;
}

.html_mail
{
	font-family: Verdana, Arial, Helvetica, SunSans-Regxar;
 	font-size: 11px;
 	color: #333;
 	text-decoration: none;
 	padding: 10px;
}

#versions_mail{
	width: 787px;
	background: #DBE6EC;
}

#versions_mail hr{
	border: none;
	background: #000;
}

#versions_mail div{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular;
 	font-size: 11px;
	color: #000;
	padding: 5px;
}

#versions_mail div ul li{
 	font-size: 11px;
}

#versions_mail div a,
#versions_mail div a:link,
#versions_mail div a:visited,
#versions_mail div a:hover,
#versions_mail div a:active{
 	color: #000;
}

#seminars {
	margin:0 10px 5px 10px;
}

#seminars ul{
	list-style-type: none;
	margin: 0px;
}

#seminars li{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #b2b3b3;
	background-image:url('../../assets/common/pfeil_rechts.gif');
	background-position:right center;
	background-repeat:no-repeat;
}

#seminars a:link, #seminars a:visited, #seminars a:hover, #seminars a:active {
	font-size:11px;
	font-weight:bold;
	line-height:120%;
	text-decoration:none;
}
#seminars a:hover{}


#karteikarte_bg {
	background-color:#f4f5f6;
	border:1px solid #E0E4E7;
	height:24px;
	width:497px;
}

.karteikarte{
	background:transparent none repeat scroll 0 0;
	border-right:1px solid #e3e5e5;
	color:#007FCC;
	float:left;
	font-weight:normal;
	height:18px;
	list-style-type:none;
	margin:0px 0px 3px 0px;
	padding:6px 9px 0px;

}


.karteikarte a:link,
.karteikarte a:visited,
.karteikarte a:hover,
.karteikarte a:active
{
	color:#6F6F6E;
	text-decoration:none;
}

.karteikarte a:hover{
	color:#91C56D;
}


#active {
	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #e7eaec;
	border-right:1px solid #e7eaec;
	border-top:1px solid #e7eaec;
	float:left;
	height:23px;
	margin: -6px -1px;
	padding:11px 9px 0px 9px;
	font-size:11px;
	font-weight:bold;
	position: relative;
	z-index:1;
}

#active a{
	color:#91c56d;
}

.inner_content {
	background-color:#fff;
	border: 1px solid #e7eaec;
	line-height:140%;
	margin:3px 0 0 0;
	min-height:426px;
	padding:22px 29px 0 18px;
	width:450px;

	z-index:0;
	position: relative;
}

* html .inner_content { height:426px; padding-right:32px; }

#custom_seminare_link_list
{
	list-style-type:none;
	padding-left:0;
	padding-right:0;
	background:#f5f8f0;
	margin-top:68px;
}
#custom_seminare_link_list li
{
	background:url(../../assets/common/pfeil_rechts.gif) no-repeat 5px 0;
	padding-left:22px;
	padding-bottom:5px;
}

#custom_seminare_link_list li a:link,
#custom_seminare_link_list li a:visited,
#custom_seminare_link_list li a:hover,
#custom_seminare_link_list li a:active { color:#68676b; text-decoration:none;}
#custom_seminare_link_list li a:hover { color:#91C56D }




/* KARTE */
#map {}
#map img {
	border:1px solid #c3db9a;
}
#map #caption {
	height:18px;
	background:#c3db9a;
	color:#ffffff;
	text-align:center;
	padding-top:4px;
}


#map_large {
	background:#c3db9a;
	background:blue;
	display:none;
	border:1px solid #c3db9a;
	z-index:10;
	margin:-270px 0 0 -131px;
	position:absolute;
	padding:0px;
}
#map_large #map_img {
	background:#c3db9a url(../../assets/common/map_large.jpg);
	height:353px;	
	width:353px;
	z-index:20;
}
#map_large #caption {
	background:#c3db9a;
	height:18px;
	color:#ffffff;
	text-align:center;
	padding-top:4px;
	z-index:20;
}

#map_large a.close {
	color:#ffffff;
}

#map_large a.standort {
	display:block;
	width:60px;
	position:absolute;
	color:#f18f00;
}
#map_large a.standort:hover {
	font-size:20px;
	padding-top:-5px;
	padding-left:-5px;
}

#map_large a.rottweil
{
	top:182px;
	left:105px;
}
#map_large a.waldshut
{
	top:265px;
	left:59px;
}
#map_large a.konstanz
{
	top:261px;
	left:168px;
}

a.pfeil_links:link,
a.pfeil_links:visited,
a.pfeil_links:hover,
a.pfeil_links:active
{
	background:url(../../assets/common/pfeil_links.gif) no-repeat 0 2px;
	padding-left:15px;
	text-decoration:none;
}
a.pfeil_rechts:link,
a.pfeil_rechts:visited,
a.pfeil_rechts:hover,
a.pfeil_rechts:active
{
	background:url(../../assets/common/pfeil_rechts.gif) no-repeat 0 2px;
	padding-left:15px;
	text-decoration:none;
}

/**
 * foerderungsmoeglichkeiten
 */
 
#foerderungsmoeglichkeiten {
	margin:12px;
	width:475px;
	padding:0;
}

#foerderungsmoeglichkeiten tr.gerade {
	background:#eff3e6;
}
#foerderungsmoeglichkeiten tr.ungerade {
	background:none;
}
#foerderungsmoeglichkeiten tr td {
	padding:5px;
	border-bottom:1px solid #B2B3B3;
}

