/****************************************************************************************************************
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, Helvetica, Arial, SunSans-Regular;
 font-size: 12px;
 line-height: 140%;
 color: #443409;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

html, body
{
 background: #cbb687;
}

/* Links */
a, a:link, a:visited, a:hover, a:active
{
 color: #f5a300;
 text-decoration: underline;
}

a:hover
{
 text-decoration: none;
}

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

/* Block- und Inline-Elemente */
p
{
 font-size: 1.0em;
 margin: 5px 0px;
 color: #443409;
}

td, label, legend
{
}

td td,
p label
{
}
th{
  text-align: left;
  font-weight: bold;
  font-size: 11px;
}

/* Ueberschriften */
h1
{
 font-size: 1.0em;
 color: #443409;
 font-weight: normal;
 text-transform: uppercase;
 margin-bottom: 20px;

}

h2
{
 font-size: 1.0em;
 color: #443409;
 font-weight: normal;
 letter-spacing: 1px;
 margin-top: 35px;
 margin-bottom: 10px;
}

/* wird bei Newsletter verwendet */
h3
{
 font-size: 1.0em;
 font-weight: normal;
 letter-spacing: 1px;
 margin-bottom: 10px;
}

/* wird bei Newsletter verwendet */
h4
{
 font-size: 1.0em;
 font-weight: normal;
 letter-spacing: 1px;
}

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

h6
{
 font-size: 1.0em;
 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;
 line-height: 120%;
}

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

hr
{
 border: 1px solid #443409;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}

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

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

/* Seite zentriert ausrichten */
#center
{
 width: 967px;
 background: url('../common/bg_contentarea.gif') repeat-y;
 padding: 0px;
 margin: 10px auto 0px auto;
}

/* --------------- Oben: Links und Suchfeld --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 width: 947px;
 height: 323px;
 padding: 10px 10px 10px 10px;
 margin: 0px 0px 0px 0px;
 background: #f5f0e7 url('../common/bg_head.jpg') no-repeat 10px 10px;
}
#top img
{
	border: 1px solid #f5a300;
	margin-bottom: -20px;
}

.sitenavi
{
 font-size: 0.8em;
 color: #443409;
 text-transform: uppercase;
 text-align: left;
 margin-top: 5px;
 margin-left: 5px;
 height: 20px;
 width: 300px;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a.active
{
 padding: 2px;
 color: white;
 font-size: 11px;
 color: #443409;
 text-decoration: none;
}

.homelink_logo{
 	margin: 0px 0px 0px 717px;
	float: left;
}
.freiraum1{
	width: 477px;
	height: 185px;
	float: left;
}
.freiraum2{
	width: 120px;
	height: 180px;
}
/*------------- 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: 0.7em;
 text-decoration: none;
 border: 1px solid #FFF;
 border-top: none;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 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: 0.7em;
 color: #FFF;
 text-decoration: none;
 border: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu_first a:hover
{
 color: #69b0cc;
 background: #FFF;
}

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

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

/* ------------ Content-Bereich ------------ */
#contentarea{
	width: 967px;
  padding: 0px 0px 0px 0px;
	background: url('../common/bg_contentarea_top.gif') no-repeat;
}

/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 width: 180px;
 float: left;
 text-transform: uppercase;
 color: #f5a300;
 height: 100%;
 padding: 10px;
 margin: 0px;
}

#liste
{
	padding-top: 50px;
}
/* Subnavigation Ebene 0 */
#liste ul
{
 list-style-type: none;
 padding: 0;
 margin: 0;
 line-height: 120%;
}

#liste ul li
{
 margin: 0;
 line-height: 120%;
}

#liste ul li a,
#liste ul li a:link,
#liste ul li a:visited{
 font-size: 11px;
 color: #443409;
 text-decoration: none;
 /*background-image: url('../../assets/common/subnavi.gif');
 background-repeat: no-repeat;*/
 line-height: 100%;
 display: block;
 padding: 6px;
 padding-left: 30px;
 line-height: 120%;
}
#liste ul li a:active,
#liste ul li a:hover{
 color: #f5a300;
}
/* aktive Links in der Subnavigation erhalten diese Klasse */
#liste a.akt,
#liste a:link.akt,
#liste a:visited.akt,
#liste a:hover.akt,
#liste a:active.akt{
 font-size:11px;
 color: #f5a300;
}

#liste a.downarrow,
#liste a:link.downarrow,
#liste a:visited.downarrow,
#liste a:hover.downarrow,
#liste a:active.downarrow{
 /*background-image: url('../../assets/common/subnavi_akt_down.gif');*/
}

#liste a:hover.akt{
	color: #443409;
}

/* Subnavigation Ebene 1 */
#liste ul.under{
	margin: 0px;
}

#liste ul.under li{
 border: none;
 margin: 0px;
 padding: 0px;
}

#liste ul.under li a,
#liste ul.under li a:link,
#liste ul.under li a:visited,
#liste ul.under li a:active{
 font-size: 11px;
 font-weight: normal;
 color: #443409;
 display: block;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 40px;
 margin: 0px;
 text-transform: none;
}

#liste ul.under li a:hover
{
 margin: 0px;
 color: #f5a300;
}

#liste ul.under li a.akt,
#liste ul.under li a:link.akt,
#liste ul.under li a:visited.akt,
#liste ul.under li a:hover.akt,
#liste ul.under li a:active.akt
{
 color: #f5a300;
 font-weight: bold;
}

/* Subnavigation Ebene 2 */
#liste ul.under1
{
 color: #443409;
}

#liste ul.under1 li
{
 border: none;

}

#liste ul.under1 li a,
#liste ul.under1 li a:link,
#liste ul.under1 li a:visited,
#liste ul.under1 li a:hover,
#liste ul.under1 li a:active
{
 font-size: 11px;
 color: #443409;
 /*background-image: url('../../assets/common/subnavi2.gif');
 background-repeat: no-repeat;*/
 display: block;
 padding: 5px;
 padding-left: 50px;
}

#liste ul.under1 li a:hover
{
 background-image: url('../../assets/common/subnavi1_akt.gif');
 background-repeat: no-repeat;
 color: #f5a300;
}

#liste ul.under1 li a.akt,
#liste ul.under1 li a:link.akt,
#liste ul.under1 li a:visited.akt,
#liste ul.under1 li a:hover.akt,
#liste ul.under1 li a:active.akt
{
}

/* Subnavigation Ebene 3 */
#liste ul.under2
{
}

#liste ul.under2 li
{
 border: none;
}

#liste ul.under2 li a,
#liste ul.under2 li a:link,
#liste ul.under2 li a:visited,
#liste ul.under2 li a:hover,
#liste ul.under2 li a:active
{
 font-size: 11px;
 padding: 2px 3px 0px 60px;
}

#liste ul.under2 li a:hover
{
}

#liste ul.under2 li a.akt,
#liste ul.under2 li a:link.akt,
#liste ul.under2 li a:visited.akt,
#liste ul.under2 li a:hover.akt,
#liste ul.under2 li a:active.akt
{
}
/*------------- Ende Content-Bereich: Subnavigation ------------- */
/* ------------ Content-Bereich: Inhalte ------------ */
#cont
{
	float: left;
	margin: 0px 0px 0px 12px;
	padding: 10px;
	margin-bottom: 0px;
	width: 735px;
}
#content,
#content2,
#content3,
#content4
{
	padding: 10px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	color: #443409;
	width: 673px;
}

/* mit Zusatzinfos auf der rechten Seite */
#content
{
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
}

/* Startseite */
#content3
{
	margin: 0px;
}

/* nur fuer die Druckversionen! */
#content4
{
}
#content h1,
#content2 h1,
#content3 h1,
#content4 h1{
  line-height: 120%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
}

.nofloat
{
 clear: both;
}

#bottom{
  padding:25px 2px 2px 2px;
  color: #443409;
  text-align: right;
  background: url('../../assets/common/bg_contentarea_bottom.gif') no-repeat left top;
  height: 20px;
  width: 967px;
  font-size: 11px;
  text-transform: uppercase;
}
#bottom p{
}

#bottom a,
#bottom a:hover,
#bottom a:active,
#bottom a:focus,
#bottom a:visited{
  color: #443409;
  text-decoration: none;
}

.plaintext{
  color: #443409;
  margin-bottom: 30px;
}
.plaintext ul{
  list-style-image:url('../../assets/common/list_style_image.gif');
}
#stellen li{
	padding-bottom: 2px;
}
.stellen_detail{
	text-align: left;
	line-height: 120%;
  width: 450px;
}
.stellen_detail td{
	padding: 5px;
	color: #443409;
}
.stellen_detail tr{
  text-align: left;
  background-color: #EEE;
}
.stellen_detail li{
  margin-bottom:5px;
}
.stellen_detail ul{
  list-style-image:url('../../assets/common/list_style_image.gif');
}

label{
  color: #443409;
  font-weight: bold;
}
#presse_titel{
	font-weight: bold;
	margin-bottom: 10px;
}
#presse_navi{
	margin-bottom: 10px;
}
#presse_text{
	border: 1px solid #A9ADB3;
	width: 450px;
	padding: 10px;
	margin-bottom:10px;
	line-height: 120%;
}
/********************************************* Projekt Bilder *****************************/
#thumbs{
  text-align:center;
  margin: 20px 0px 10px 40px;
}
.bild_thumb{
  width: 85px;
  height: 85px;
  margin: 5px 5px 5px 5px;
  text-align:center;
  float: left;
}
#vorschau{
  text-align: center;
}
.aktives_bild img{
  border: 2px solid #006ca0;
}
/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
/* Contentmaker: Link */
.link{
	/*background: #D9EF74;
	border-top: 1px solid #58585A;*/
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

.link h1 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

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

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

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

.link a,
.link a:link,
.link a:visited,
.link a:hover{
	text-decoration: none;
	color: #f5a300;
	font-size: 1em;
	margin: 5px 5px 5px 0px;
}

.link a:hover{
	color: #cbb687;
}

.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: 3px;
	margin: 5px 0px 10px 0px;
}

.download h1 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

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

.download div{
	margin-right: 2px;
	/*border-right: 1px solid #69b0cc;
	border-bottom: 1px solid #69b0cc;*/
}

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

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

.download a:hover{
	color: #cbb687;
}

.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;
	font-size: 11px;
}

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

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

.image div{
}

/* 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: 0.7em;
   font-weight: normal;
}

.home_ti_float_right img {
  border: 1px solid #69b0cc;
}

.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: 0.7em;
   font-weight: normal;
}

.home_ti_float_left  img {
  border: 1px solid #69b0cc;
}

.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 {
	margin-top: 20px;
   color: #443409;
   margin-left: 10px;
   margin-bottom: 5px;
}

.image_float_right img {
   float: right;
   margin-left: 10px;
  margin-bottom: 1px;
}

.image_float_right_text {
   float: right;
  font-size: 0.7em;
  font-weight: normal;
}

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

/*Bild links im Text*/
.image_float_left {
   margin-top: 20px;
   margin-right: 10px;
   margin-bottom: 5px;
}

.image_float_left img {
  margin-bottom: 1px;
  margin-right: 10px;
   float: left;
}
.image_float_left p {
	font-size: 1.0em;
}
.image_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
}

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

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

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

.standard_right_col_text {
  font-size: 0.7em;
  font-weight: normal;
}

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

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

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

/* Dieser div sorgt fuer den Rahmen */
#custom
{
 margin-top: 30px;
 float: left;
 width: 2px;
 margin-bottom: 15px;
 margin-left: 15px;
}

/* PDF Creator-Link */
#pdf_creator{
  margin-top: 10px;
  width: 145px;
  height: 15px;
  padding: 0px 0px 0px 5px;
  color: #fff;
  text-decoration: none;
}
#pdf_creator a{
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}

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

.box_indent{
	margin-left: 3px;
}

.box h1,
.box h2
{
  width: 150px;
	background-color: #003457;
 	color: #fff;
 	font-weight: bold;
 	font-size: 0.8em;
 	margin: 0;
	padding: 0px;

}

.box p
{
	margin: 5px 10px 15px 0px;
}

.box div div
{
	font-size: 0.7em;
	color: #333;
	padding: 5px;
}

.box a,
.box a:link,
.box a:visited
{
  color: #333;
 font-size: 0.8em;
}

.box a:hover
{
  color: #69b0cc;
}

.box ul
{
 list-style-type: none;
 padding: 5px;
 margin: 0px;
 border-bottom: 1px solid #F7B85B;
 font-size: 0.8em;
}

.linklist{
}

.last_link{
	border-bottom: none;
}

.box ul li
{
 margin: 0px;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
 font-size: 1em;
 line-height: 120%;
 text-decoration: none;
 color: #000;
 letter-spacing: -0.05em;
}

.box ul li a:hover
{
 text-decoration: underline;
}

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

.box ul.assetlink{
  clear:both;
}

.box ul.assetdownload img{
 float: left;
 margin-bottom: 5px;
}
.box ul assetdownload{
 font-size: 0.8em;
}
/* Teaser: Einzeiler */
.box ul.ulist
{
 border: none;
 list-style-type: square;
 padding: 0;
}

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

.box table {
 text-align: left;
 width: 250px;
 margin: 0px;
 text-align: left;
 vertical-align: middle;
 /*font-size: 0.75em;*/
}

.box table td {
 padding: 3px;
 color: #000;
 text-align: left;
}

.box table td a {
 	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: #69b0cc;
 	color: #FFF;
}

/* Ende Kalender */

/* Bildergalerie*/
.gallery
{
 color: #443409;
 margin: 0px;
 margin-right: 30px;
 margin-bottom: 20px;
 float: left;
 width: 147px;
}

.gallery h1
{
 font-size: 0.7em;
 font-weight: normal;
 color: #f5a300;
 background: #69b0cc;
 padding: 3px 10px;
 margin: 0px;
}

.gallery div
{
 border: 1px solid #69b0cc;
 border-top: none;
 font-size: 0.7em;
 color: #443409;
 background: #FFF;
 padding: 3px;
}

.gallery div.image
{
	margin: 0px;
	text-align: center;
	font-size: 0.7em;
 	color: #443409;
 	background: #69b0cc;
 	padding: 0px;
}

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

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

.showgallery h1
{
 font-size: 0.7em;
 font-weight: normal;
 text-align: center;
 color: #f5a300;
 background: #69b0cc;
 padding: 3px 10px;
 margin: 0;
}

.showgallery_thumb
{
	width: 276px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #69b0cc;
}

.showgallery_thumb div
{
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 0.7em;
 	color: #443409;
 	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: 0.7em;
 	color: #443409;
 	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 #69b0cc;
}

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

.diagramm_value
{
	height: 30px;
	width: 30px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #69b0cc;
	border-right: 1px solid #69b0cc;
	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 #69b0cc;
	font-size: 11px;
}

/* Seminarsuche */

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

.semsearch{
	border-bottom: 10px solid #FFF;
	background-image: url('../../assets/common/right_bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 0px;
}

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

.box p.seminarsuche input
{
	margin-top: 3px;
	border: 1px solid black;
	background-color: #FFFFFF;
	font-size: 1em;
	width: 120px;
}

.box p.seminarsuche button
{
	width: 50px;
	height: 20px;
	padding: 0;
	border: 1px solid #000;
	background-color: #FFF;
	font-size: 0.9em;
	line-height: 100%;
}

#untertitel{
  font-size: 11px;
  color: #443409;
}

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

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

form
{
 line-height: 190%;
 font-size: 11px;
}

form br
{
 clear: both;
}

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

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 150px;
 margin-right: 5px;
 color: #443409;
}

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

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

select
{
 padding: 0;
}

optgroup, option
{
 line-height: 100%;
}

input:focus,
textarea:focus
{
 background: #f5f0e7;
 color: #443409;
}

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

textarea
{
 width: 250px;
 margin-bottom: 10px;
}

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

/* Teilnahmebedingungen Checkbox */

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

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

/* Buttons beim Kontaktformular */
.submitbuttons
{
 margin-left: 8.8em;
}

.submitbuttons button
{
 font-size: 11px;
 bordeR: 1px solid #443409;
 color: #443409;
 background: #f5f0e7;
 line-height: 100%;
 margin-right: 5px;
}

/* 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{
	background-color: #666;
	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;
 background: #EFEFEF;
}

.newsblock h1
{
 font-weight: normal;
 font-size: 0.7em;
 color: #FFF;
 background-color:#1d53a1;
 background-repeat: no-repeat;
 padding: 5px;
 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: 325px;
	float: left;
}

.newsblock a,
.newsblock a:link,
.newsblock a:hover,
.newsblock a:visited,
.newsblock a:active{
	text-decoration:none;
	color:#1d53a1;
}

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

.topnews
{
 line-height: 150%;
}

.anreiser
{
 margin: 0;
}

/* Newsletter*/

.newsletter_wrapper table{
	width: 500px;
}

.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: 0.7em;
	width: 400px;
}

.newsletter_text_r {
	color: #F00;
	font-size: 0.7em;
	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: #69b0cc;
 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:#69b0cc;
}

.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:#69b0cc;
}

.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
{
	text-transform:uppercase;
	color: #69b0cc;
	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: 0.7em;
}

.date_detail
{
	background: #DDDEDF;
	color: #58585A;
	padding: 0px;
	font-size: 0.7em;
	margin-bottom: 3px;
}

.date_detail a,
.date-detail a:link,
.date_detail a:hover,
.date_detail a:visited,
.date_detail a:active{
	color:#1d53a1;
}

.date_detail_head{
	background-image: url('../../assets/common/date_detail_head.gif');
	color: #58585A;
	padding: 3px;
	padding-left: 25px;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 3px solid white;
}

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

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

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

.sem_detail_head{
	background-image: url('../../assets/common/sem_detail_head.gif');
	color: #58585A;
	padding: 3px;
	padding-left: 25px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
}

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

.sem_detail_links{
	border-top: 1px solid #58585A;
	margin-bottom: 10px;
	padding-top: 10px;
}
.sem_detail_links a,
.sem_detail_links a:active,
.sem_detail_links a:hover,
.sem_detail_links a:link,
.sem_detail_links a:visited{
	color: #1D53A1;
}

/* popup-Fenster Zuschuss-Erklaerung */

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

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

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

.contact h1 {
	color: #FFF;
	background-color: #69b0cc;
	padding: 3px;
	margin: 0px;
	font-size: 0.75em;
}

.contact div
{
 font-weight: normal;
 font-size: 0.7em;
 padding: 3px;
}

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


.contact b{
	color: #69b0cc;
}

.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: 0.7em;
 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img
{
 border: none;
}

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

#floatimageright img
{
 border: none;
}

.red
{
 color: #69b0cc;
}

.textb
{
 font-weight: bold;
}

.texti
{
 font-style: italic;
}

.html_mail
{
	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-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;
}

/* Teaser: Bildbox mit Link */
/*.box p.imagebox
{
 text-align: center;
 background: #69b0cc;
 margin: 0;
}

.box p.imagebox a,
.box p.imagebox a:link,
.box p.imagebox a:visited,
.box p.imagebox a:hover,
.box p.imagebox a:active
{
 font-size: 0.9em;
 text-decoration: none;
 text-transform: uppercase;
 line-height: 180%;
 vertical-align: middle;
}
*/

