/****************************************************************************************************************
style0.css
erstellt: 02.03.05
Autor: Sebastian

 Stylesheet fuer Werbeagentur aufwind.

Farbe: lila (hell)
A92280
C16DAB


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

/*#####################################################
 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, Arial, Helvetica, SunSans-Regular;
 font-size: 100%;
 color: #666;
 text-decoration: none;
 padding: 0;
 margin: 0; 
}

html, body
{
 background: #FFF;
}

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

a:hover
{
 text-decoration: none;
}

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

/* Block- und Inline-Elemente */
p
{
 font-size: 0.7em;
 margin: 5px 0px;
 line-height: 150%;
}

td, label, legend
{
 font-size: 0.7em;
}

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

/* Ueberschriften */
h1
{
 font-size: 0.9em;
 color: #666;
 font-weight: bold;
 margin-bottom: 10px;
}

h2
{
 font-size: 0.9em;
 color: #666;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei Newsletter verwendet */
h3
{
 font-size: 0.85em;
 font-weight: bold;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h4
{
 font-size: 0.8em;
 font-weight: bold;
 background: #A92280;
}

h5
{
 font-size: 0.8em;
 font-weight: bold;
 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: 0.7em;
 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
#################################################*/
/* Seite zentriert ausrichten */
#center
{
 width: 778px;
 padding: 0px;
 position: relative;
 margin: 0px auto 0px auto;
 border: 1px solid #CCC;
}

/* --------------- Oben: Logo --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 height: 249px;
 padding: 0px;
 margin: 0px;
}

/* Logo */

#logo{
	z-index: 2;
	position:absolute; 
	top:205px; 
	left:270px;
}

/* ------------- 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;
 color: #333;
 text-decoration: none;
 background: #F5F2DB;
 border: 1px solid #CD465B;
 border-top: none;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 color: #CD465B;
 background: #F5F2DB;
}

.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: #333;
 text-decoration: none;
 background: #F5F2DB;
 border: 1px solid #CD465B;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu_first a:hover
{
 color: #CD465B;
 background: #F5F2DB;
}

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

/* ------------ Content-Bereich ------------ */
#contentarea
{
 width: 778px;
 background: #FCFBF3;
}

/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 width: 139px;
 /*height: 399px;*/
 float: left;
 background: #F5F2DB;
 text-transform: normal;
 text-align: middle; 
}


/* Subnavigation Ebene 1 */
#subnavi ul
{
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#subnavi ul li
{
 border-bottom: 1px solid #FFF;
 margin: 0;
 padding: 4px 3px 4px 5px;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active
{
 color: #4D4D4D;
 text-decoration: none;
 /*background: #FEE0AD;*/
 line-height: 140%;
 display: block;
 padding: 4px 3px 4px 5px;
}

#subnavi ul li a:hover
{
 color: #4D4D4D;
 /*background: #FEE6C2;*/
}

/* aktive Links in der Subnavigation erhalten diese Klasse */
#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
 padding-left: 5px;
 color: #4D4D4D;
 font-weight: bold;
}

#subnavi a:hover.akt
{
 color: #4D4D4D;
 /*background: #FEE6C2;*/
}

/* Subnavigation Ebene 1 */
#subnavi ul.under
{
 text-transform: none;
}

#subnavi ul.under li
{
 border: none;
}

#subnavi ul.under li a,
#subnavi ul.under li a:link,
#subnavi ul.under li a:visited,
#subnavi ul.under li a:hover,
#subnavi ul.under li a:active
{
 font-size: 1.3em;
 font-weight: normal;
 color: #333;
 display: block;
 padding: 4px 3px 4px 10px;
}

#subnavi ul.under li a:hover
{
 color: #4D4D4D;
 /*background: #FEE6C2;*/
 padding-left: 10px;
}

#subnavi ul.under li a.akt,
#subnavi ul.under li a:link.akt,
#subnavi ul.under li a:visited.akt,
#subnavi ul.under li a:hover.akt,
#subnavi ul.under li a:active.akt
{
 padding-left: 10px;
 color: #4D4D4D;
 font-weight: bold;
}

/* Subnavigation Ebene 2 */
#subnavi ul.under1
{
}

#subnavi ul.under1 li
{
 border: none;
 border-top: 1px solid #FFF;
}

#subnavi ul.under1 li a,
#subnavi ul.under1 li a:link,
#subnavi ul.under1 li a:visited,
#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a:active
{
 font-size: 1.9em;
 color: #4D4D4D;
 /*background: #FFF;*/
 display: block;
 padding: 4px 3px 4px 19px;
}

#subnavi ul.under1 li a:hover
{
 color: #4D4D4D;
 /*background: #A92280;*/
}

#subnavi ul.under1 li a.akt,
#subnavi ul.under1 li a:link.akt,
#subnavi ul.under1 li a:visited.akt,
#subnavi ul.under1 li a:hover.akt,
#subnavi ul.under1 li a:active.akt
{
 padding-left: 19px;
 color: #4D4D4D;
 /*background: #A92280;*/
}

/* Subnavigation Ebene 3 */
#subnavi ul.under2
{
 padding-bottom: 4px;
}

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

#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active
{
 font-size: 2.1em;
 padding: 2px 3px 4px 31px;
}

#subnavi ul.under2 li a:hover
{
}

#subnavi ul.under2 li a.akt,
#subnavi ul.under2 li a:link.akt,
#subnavi ul.under2 li a:visited.akt,
#subnavi ul.under2 li a:hover.akt,
#subnavi ul.under2 li a:active.akt
{
 padding-left: 31px;
}

#subnavi div{
	font-size: 0.7em;
	padding: 5px;
	margin-top: 20px;
}

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

/* mit Zusatzinfos auf der rechten Seite */
#content
{
 background: url(../../assets/common/content1_bg.gif) no-repeat bottom;
 float: left;
 width: 434px;
 padding: 30px 15px 100px 15px;
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
 background: url(../../assets/common/content2_bg.gif) no-repeat bottom;
 float: left;
 width: 609px;
 padding: 30px 15px 100px 15px;
}

/* Startseite */
#content3
{
 background: url(../../assets/common/content3_bg.gif) no-repeat bottom;
 float: left;
 width: 609px;
 padding: 30px 15px 100px 15px;
}

.nofloat
{
 clear: both;
}

/* Mitlaufnavigation */
#breadcrumb
{
 font-size: 0.7em;
 background: #FDA84A;
 padding: 2px 15px 1px 15px;
 margin: 0px;
 float: left;
 width: 596px;
 height: 16px;
}

#breadcrumb img{
	margin: 0px;
	padding: 0px;
	width: 7px;
	height: 7px;
	vertical-align: middle;
}

/* Bottom */
#bottom
{
 height: 12px;
 padding: 3px 3px;
 background: #D5CE7A;
 text-align: left;
 font-size: 0.65em;
 color: #FFF;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a.active
{
 font-size: 1em;
 color: #FFF;
 text-decoration: none;
 margin: 0px 2px;
}


/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
/* Contentmaker: Link */
.link{
	background: #E6E6E6;
	border: 1px solid #D5CE7A;
	padding: 0px;
	margin: 5px 10px 10px 0px;
}

.link h1 {
	color: #666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

.link img{
	vertical-align: middle;
}

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

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

.link a:hover{
}

.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{
	background: #E6E6E6;
	border: 1px solid #D5CE7A;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.download h1 {
	color: #666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

.download img{
	vertical-align: middle;
}

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

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

.download a:hover{
}

.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: bold;
 margin-bottom: 10px;
}

.image div{
 font-size: 0.7em;
}

/* 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 #D5CE7A;
}

.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;
	 line-height: 150%;
}

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

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

/*Bild rechts im Text*/

.image_float_right {
   border: 1px solid #D5CE7A;
   background: #D5CE7A;
   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: 0.7em;
  font-weight: normal;
  line-height: 150%;
}

.image_float_right_text h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}

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

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

.image_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 150%;
}

.image_float_left_text h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}
/* Ende Contentmaker: Bild und Text*/
/*#############################################
 Contentmaker Bildergallerie
###############################################*/
/* Bildergalerie*/
.gallery
{
 color: #FFF;
 margin: 0px;
 margin-right: 30px;
 margin-bottom: 20px;
 float: left;
 width: 152px;
}

.gallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #666;
 padding: 3px 10px;
 margin: 0px;
}

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

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

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

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

.showgallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 text-align: center;
 color: #FFF;
 background: #666;
 padding: 3px 10px;
 margin: 0;
}

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

.showgallery_thumb div
{
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 0.7em;
 	color: #FFF;
 	font-weight: bold;
}

.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: #000;
 	background: #FFF;
 	padding: 3px;
}
/* Ende Bildergallerie */

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

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

/* Dieser div sorgt fuer den Rahmen */
#custom
{
 float: right;
 width: 175px;
 background: #F2EDCF;
}

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

.box h1
{
 font-size: 0.65em;
 font-weight: bold;
 color: #FFF;
 background: #D5CE7A;
 padding: 3px 0px 3px 7px;
 margin: 0;
 border-top: 1px solid #D5CE7A;
 border-bottom: 1px solid #D5CE7A;
}

.box h2
{
 font-size: 0.6em;
 font-weight: bold;
 color: #666;
 padding: 3px 10px;
 margin: 0;
}

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

.box div.image{
  padding: 0;
  margin: 0;
  border: none;
}

.box div.image h1{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #D5CE7A;
 padding: 3px 10px;
}

.box div.image div{
 font-size: 0.6em;
 padding: 3px;
}

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

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

.box a:hover
{
  color: #FFF;
  text-decoration: underline; 
}

.box ul
{
 /*border-bottom: 1px solid #AAA;*/
 list-style-type: none;
 padding: 5px;
 margin: 0;
}

.box ul li
{
 margin: 0;
}

.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: 0.9em;
 text-decoration: none;
 color: #000;
}

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

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

.box ul.assetlink{
  clear:both;
  /* siehe normale ul */
}

.box ul.assetlink img {
	margin-right: 5px;
	text-align: center;
}

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

.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 a {
 	background-color: #095AA6;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.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: #333;
 	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: #333;
 	color: #FFF;
}

/* Ende Kalender */

/*###################################################
 universelle Klassen rechte Spalte
#####################################################*/


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

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

form
{
 line-height: 190%;
}

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: 11em;
 margin-right: .8em;
}

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

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

select
{
 padding: 0;
}

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

input:focus,
textarea:focus
{
 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: 0.7em;
	line-height: 100%;
	margin-bottom: 0px;
}

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

.submitbuttons button
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #D5CE7A;
 line-height: 100%;
 margin-right: 5px;
}

/*#################################################
 CSS-Klassen fuer News
#################################################*/

/* News */
.newsblock
{
 border: 1px solid #CD465B;
 margin-bottom: 10px;
 position: relative;
 /*float: left;*/
 /*width: 290px;*/
}

.newsblock h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #FFF;
 background: #CD465B;
 padding: 3px;
 margin:0px;
}

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

.newsblock p {
	padding: 5px;
}

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

.topnews
{
 line-height: 150%;
}

.anreiser
{
 margin: 0;
 font-weight: bold;
}

/* Ende News */

/*#################################################
 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: -2000px;
 /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen
 sich uebereifrige Screenreader, die ausgerechnet "display: none" akustisch
 auswerten, taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

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

#################################################*/
/* News Startseite */
.top_news{
	padding-top: 105px;
	margin-left: 604px;
	width: 175px;
}

.start_news
{
 margin-bottom: 5px;
 position: relative;
}

.start_news h1
{
 font-weight: bold;
 font-size: 0.7em;
 padding: 0px 3px;
 margin:0px;
 color: #666;
}

.start_news p {
	padding: 1px 3px 2px 3px;
	line-height: 100%;	
}

/* Startseite */
.start_links{
	float: left;
	width: 290px;
}

/* Download */
.download_start
{
 border: 1px solid #D5CE7A;
 height: 160px;
 background: #D5CE7A;
/* color: #FFF;*/
 color: #666;
}

.download_start img
{
 margin-right: 0px;
 vertical-align: top;
}

.download_start a,
.download_start a:link,
.download_start a:visited,
.download_start a:hover
{
text-decoration: none;
 font-weight: normal;
/* color: #FFF;*/
 color: #666;
 font-size: 0.7em;
}

.download_start span{
	font-weight: normal;
	font-size: 0.7em;
/* color: #FFF;*/
 color: #666;

}

/* Kochkurse Startseite */
.koch
{
 border: 1px solid #D5CE7A;
 margin-bottom: 2px;
}

.koch h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #666;
 padding: 3px;
 margin:0px;
}

.koch h2
{
 font-weight: normal;
 font-size: 0.7em;
/* color: #FFF;*/
 color: #666;
 background: #D5CE7A;
 padding: 3px;
 margin:0px;
}

.koch p {
	line-height: 150%;
	padding: 0px 5px;
}


.start_rechts{
	float: right;
	width: 290px
}

/* Panoramakarte */
.panorama_start
{
 border: 1px solid #D5CE7A;
 height: 160px;
 background: #D5CE7A;
/* color: #FFF;*/
 color: #666;
}

.panorama_start img
{
 margin-right: 0px;
 vertical-align: top;
}

.panorama_start a div,
.panorama_start a:link div,
.panorama_start a:visited div,
.panorama_start a:hover div
{
 margin: 4px 0px 0px 5px;
 font-weight: normal;
/* color: #FFF;*/
 color: #666;
 font-size: 0.7em;
}

.panorama_start a,
.panorama_start a:link,
.panorama_start a:visited,
.panorama_start a:hover{
 text-decoration: none;
}
/* Rezepte Startseite*/

.rezepte_start
{
 border: 1px solid #D5CE7A;
 margin-bottom: 2px;
}

.rezepte_start h1
{
 font-weight: normal;
 font-size: 0.7em;
/* color: #FFF;*/
 color: #666;
 background: #D5CE7A;
 padding: 3px;
 margin:0px;
}

.rezepte_start h1 a,
.rezepte_start h1 a:link,
.rezepte_start h1 a:visited,
.rezepte_start h1 a:hover
{
/* color: #FFF;*/
 color: #666;
 text-decoration: none;
 font-size: 1em;
 line-height: 100%;
 padding: 0px 0px;
	
}

/* Kulinarischer Kalender */
.kulinarisch
{
 border: 1px solid #CD465B;
 margin-bottom: 10px;
 position: relative;
}

.kulinarisch h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #FFF;
 background: #CD465B;
 padding: 3px;
 margin:0px;
}

.kulinarisch p {
	line-height: 150%;
	padding: 0px 5px;
}

/* Preistabelle */
.rooms td{
	border-bottom: 1px solid #D5CE7A; 
}

.rooms td.preis{
	background: #F2EDCF;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #D5CE7A; 
	border-right: 1px solid #D5CE7A; 
}

/* Rezepte */
.rezepte
{
 border: 1px solid #CD465B;
 margin-bottom: 10px;
 position: relative;
 background: #F5F2DB;
}
.rezepte h1{
 font-weight: bold;
 font-size: 0.7em;
 color: #FFF;
 background: #CD465B;
 padding: 3px;
 margin:0px;
}

.rezepte h1 a,
.rezepte h1 a:link,
.rezepte h1 a:visited,
.rezepte h1 a:hover
{
 color: #FFF;
 text-decoration: none;
 font-size: 1em;
 line-height: 100%;
 padding: 0px 0px;
	
}

.rezepte a,
.rezepte a:link,
.rezepte a:visited,
.rezepte a:hover
{
	font-size: 0.7em;
	line-height: 150%;
	padding: 0px 5px;
}

.rezepte div.links{
	float: left;
	width: 80px;
	position: relative;
}

.rezepte div.rechts{
	float: left;
	width: 522px;
	border-left: 5px solid #CD465B;
  background: #FCFBF3;
  position: relative;
}

.rezepte p {
	line-height: 150%;
	padding: 0px 5px;
}

.rezept_details p {
	line-height: 150%;
	padding: 0px 5px;
}

.rezept_details h1 {
	padding: 0px 5px;
}

.rezept_details div.float{
	float: left;
	width: 290px;
}

.rezept_details a,
.rezept_details a:link,
.rezept_details a:visited,
.rezept_details a:hover
{
	font-size: 0.7em;
	line-height: 150%;
	padding: 0px 5px;
}

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

 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: #FF0000;
}
