@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}
body {
    font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
}
a{
	outline: none;
}
#main, #foot {
    width: 980px;
	background:#9AC7E2;
}
#head {
    width: 100%;
    height: 90px;
    background: #BFBFBF;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}
#head a {
    display: block;
    height: 100%;
}
#logo{
	width: 225px;
	float:left;
}

#head_mitte {	
	 float: left;
	 border-left: 1px solid #ffffff;
}
#head_rechts {
	float: right;
	background: url(../images/visual_rechts2.jpg) no-repeat 0px 0px;
	width:225px;
	height:100%;
	border-left:1px solid #ffffff;
}
/*-------------------Kontakt box oben rechts---------------------*/
#head_rechts ul{
	margin: 5px 0px 0px 10px;
	float: left;
	list-style-type:none;
}
#head_rechts ul li{
	margin: 0px 0px 0px 0px;

}
#head_rechts ul li a{
	color: #ffffff;
	display: block;
	font-size: 11px;
}
/*-------------------ENDE Kontakt box oben rechts---------------------*/
h1{
	font-size: 16px;
	margin-bottom:10px;
}
#text h2{
	color:#004F7D;
	font-size: 14px;
	margin:30px 0px 10px 0px;	
	padding: 4px 0px;
	border-bottom: 1px dotted #606060;
	text-indent: 30px;
}
h2.rezepte{
	background:url(../images/h2_rezepte.gif) no-repeat 0px 2px;
	margin-top: 70px!important;
}
h2.gastro{
	background:url(../images/h2_gastro.gif) no-repeat 0px 2px;
}
h2.zahlen{
	background:url(../images/h2_zahlen.gif) no-repeat 0px 2px;
}
#text h3{
	color:#C11919;
	font-size: 13px;
	margin:10px 0px;
	font-variant:small-caps;
	text-decoration:underline;
}
#text h4{
	font-size: 11px;
	font-style:italic;
	margin-bottom:10px;

}
#text p{
	margin: 10px 0px;

	text-align: justify;
}
#text ul, #text ol{
	margin: 10px 20px;

}
#text dl{
	margin-left: 20px;
}
#text dl dt{
	font-weight:bold;
	text-decoration:underline;
}
#text #inhalt dl dd{
	margin: 10px 20px;
}
#text a{
	color:#004F7D;
}
#content {
    overflow: hidden;
	border-bottom:20px solid #9AC7E2;
}

#left, #right, #text  {
    padding-bottom: 32000px !important;
    margin-bottom: -32000px !important;
}

#contentTextWrap {
    float: left;
    width: 755px;	
}
#left {
    float: left;
    width: 205px;
    background: #e5edf2;
	border-right: 20px solid #9ac7e2;
}
#left h2,
#right h2,
#text h1 {
    font-size: 12px;
	background:#004f7d;
	color:#ffffff;
	text-indent: 10px;
	padding: 2px;
	border-bottom: 1px solid #ffffff;
	text-align:left;
}

/*******************die navigation links*/
#left ul li a, 
#left ul li a:link,
#left ul li a:visited
{
	display:block;
	background: #c11919;
	border-bottom: 1px solid #ffffff;
	padding: 2px 2px 2px 10px;
	color: #ffffff;
	text-decoration:none;
	font-size:11px;
}
#left ul li a:hover, 
#left ul li a.active, 
#left ul li a.naviActive{
	background: #BFE7FF;
	border-bottom: 1px solid #ffffff;	
	color: #004F7D;
}
/********************ENDE die navigation links*/

#text {
    float: right;
    width:530px;
    background: #ffffff;
}
#text #inhalt p img {
    float: right;
	clear:right;
    margin: 0 0 10px 10px;
	padding: 4px;
	background: #E5EDF2;

}
#inhalt, #pressespiegel {
	margin: 20px 30px
}
/****************teaser auf der startseite*/
.teaserBox{
	float:left;
	width: 46%;
	height: 110px;
	border: 1px solid #c11919;
	padding: 4px;
	margin:4px 4px 10px 4px;
	background: url(../images/teaser.gif) no-repeat right top;
}
.teaserBox h2{
	text-indent: 0px!important;
	margin-top: 0px!important;
	font-size: 11px!important;

}
.teaserBox p{
	font-size:11px!important;
	text-align:left;
}
.teaserBox p img{
	width: 60px;
	float: right;
	margin: 0px 0px 4px 4px!important;
}
/****************ENDE teaser auf der startseite*/

/*presse*/

#pressespiegel {
	width: 100%;
}
#pressespiegel th {
	text-align: left;
}

#right {
    float: right;
    width: 205px;
    background: #e5edf2;
	border-left: 20px solid #9ac7e2;
	text-align:center;
}
#foot {
    border: 1px solid #e6e6e6;
    margin: 1em 0em;
    text-align: center;
	background:#E5EDF2;
}
