/* ------- Allgemeines ------ */

/* --- Farben ---
#EDEDED hellgrau Navi background
#D61278 knallepink

*/


body {
 background:#FFF url(../img/pic_back_site.gif) repeat-x;
 font:11px Verdana, sans-serif;
 color:#000;
 padding-bottom:30px;
 margin:0 auto 15px 15px;
}

p {
 margin: 0 0 10px;
}

a {
 text-decoration:none;
 color: #D61278;
}

a:hover {
 color: #777;
}

img {
 border:0;
}

img.trenner {
 display:block;
 margin:10px auto;
}

img.illubild {
 float: right;
 margin-left: 10px;
 display: inline;
}

ul {
 list-style-type: none;
 padding: 0;
 margin-bottom: 20px;
}

li.icons {
 margin:0;
 padding-left:40px;
}

ul.dreipunkte {
 padding-left: 22px;
 list-style-image: url(../img/icn_dreipunkt_v2.gif);
}

address {
 font-style:normal;
 margin-bottom:15px;
}

iframe {
 border: 0;
}

/* ----------- Kopf ---------- */
#head {
 width:976px;
 height:151px;
 margin:0;
 padding:0;
 position:relative;
}

#head img {
 margin:0;
}

#topnav_left {
 position:absolute;
 bottom:5px; left:222px;
 font-size:10px;
 color:#D61278;
}

#topnav_right {
 position:absolute;
 bottom:5px; right:175px;
 font-size:10px;
 color:#D61278;
}
/*
#topnav_left a, #topnav_right a {
 color:#000;
}
*/
#search {
 position:absolute;
 bottom:3px; right:15px;
 font-size:10px;
 width:141px;
 height:18px;
/* border:1px solid #000;*/
 padding:0;
}

#search input {
 border:1px solid #777;
 width:120px;
 height:14px;
 margin:0;
 position:absolute;
}

#search img {
 margin:0;
 position:absolute;
 left:120px;
}

#logo {
 position:absolute;
 top:30px;
 right:25px;
}

#logo img {
 margin-left:10px;
 margin-bottom:-3px;
}

#wegweiser {
 color:#777;
 font-size:9px;
}

#wegweiser a {
 color:#777;
}

#wegweiser a:hover {
 color:#D61278;
}

/* ------- Navi links ------- */
#left {
 float:left;
 margin:0;
}

#leftnav {
 width:198px;
 background-color:#EDEDED;
 border-left:1px solid #FFF;
 border-bottom:1px solid #FFF;
 margin-top:28px;
 margin-right:0;
}

#leftnav ul {
 list-style-type:none;
 margin:2px auto 4px 5px;
 padding:0;
}

#leftnav li {
 background:url(../img/pic_back_subnav.gif) repeat-x left top;
 margin-right:3px;
 color:#D61278;
}

#leftnav li.aktiv {
 background:url(../img/pic_back_subnav.gif) repeat-x left bottom;
 margin-right:3px;
 color:#D61278;
}

#leftnav ul.subsub {
 list-style-type:none;
}

#leftnav ul.subsub li {
 background:none;
 margin-left:7px;
}

#leftnav a {
 color:#000;
 background-color:#EDEDED;
 padding-right:2px;
}

#topnav_left a, #topnav_right a {
 color:#000;
}

#leftnav a:hover, #topnav_left a:hover, #topnav_right a:hover, #right_news a:hover {
 color:#D61278;
}

#produkte {
 margin:10px auto 10px 10px;
}

#produkte ul {
 list-style-type:none;
 margin:5px auto 4px 5px;
 padding:0;
 line-height:1.5;
}

a.pfeil {
 padding-left:20px;
 font-weight:bold;
 background:url(../img/icn_pfeil.gif) no-repeat left;
 color:#777;
}

a.pfeil:hover {
 color:#D61278;
}


/* ------- Hauptteil ------- */
#main {
 background-color:#FFF;
 margin-left:199px;
 margin-top:0;
 padding:10px 15px 5px 15px;
 width:747px;
 position:absolute;
}

#main ul.bullet {
 list-style-image:url(../img/icn_bullet.gif);
 padding-left: 22px;
 line-height: 15px;
}

#mcont {
 float:left;
 margin-top:0;
 width:512px;
}

.halfbox {
 border:1px solid #DDD;
 width:248px;
 float:left;
 margin-bottom:10px;
}

.box_head_pic {
 height:35px;
 border-bottom:1px solid #DDD;
 vertical-align:middle;
 overflow:hidden;
 position:relative;
 background-color:#DDD;
}

.box_head_pic img {
 position:absolute;
 right:0px;
}

h1 {
 width:100%;
 margin-top:10px;
 font-family:arial;
 font-weight:normal;
 background:url(../img/pic_line_520.gif) repeat-x bottom left;
}

h2 {
 background-color:#EEE;
 font-family:arial;
/* height:12px;*/
 font-weight:normal;
 font-size:16px;
 padding:3px 5px 2px;
 margin:15px 0 5px;
}

h2.box {
 display:inline;
 font-family:arial;
 font-size:20px;
 font-weight:normal;
 vertical-align:middle;
 position:relative;
 top:8px; left:10px;
 background:none;
}

h3 {
 font-weight:bold;
 font-size:11px;
 margin:0;
}

h4 {
 font-size:11px;
 font-weight:normal;
 margin:0px auto 10px;
}

.halfbox_cont {
 padding:8px 8px 11px;
}

.halfbox p {
 margin-top:0;
 margin-bottom:10px;
}

.button {
 padding:1px 30px 2px 5px;
 font-weight:bold;
 font-size:10px;
 border:1px solid #777;
 background:url(../img/icn_btnpfeil.gif) no-repeat right #FFF;
 width: 181px;
}

#main div.box_right p.button {
 width: 161px;
}

.button a {
 color:#777;
}

.button a:hover {
 color:#D61278;
}

a.button {
 color:#777;
}

a.button:hover {
 color:#D61278;
}

.rahmen {
 border: 1px solid #999999;
}


div.listtrenner {
	clear:both;
	height:1.5em;
	background-image:url(../img/pic_line_520.gif);
	background-repeat: no-repeat;
	background-position: 0 0.75em;
}

div.clear {
	clear:both;
}

/* ------ Boxen rechts ------ */
/* container */
#cright {
	float:right;
	width:218px;
	margin-top:12px;
	margin-bottom:60px;
}



#right_news {
 background:#CCC url(../img/pic_back_news.gif) repeat-x;
 width:218px;
 float:right;
 /* margin-top:18px; */
 margin-bottom:18px;
}

.right_cont {
 margin:10px;
}

#right_boxen {
 float:right;
 width:218px;
 margin-bottom:18px;
 /* margin-bottom: 150px; */
}

div.box_right {
 border:#BBB 1px solid;
 width:208px;
 padding:5px;
 margin-bottom: 20px;
}

h3.box_right {
 background-color:#DDD;
 font-family:arial;
 width:210px;
 height:12px;
 font-weight:normal;
 font-size:16px;
 padding:3px 5px 3px 5px;
}

a.news {
 color:#000;
}

#nav_company, #nav_veranstalter {
 float:right;
 width:218px;
 /* border:solid 1px red; */
 /* margin-top:18px; */
 margin-bottom:18px;
}

#nav_company ul, #nav_veranstalter ul  {
 list-style-type:none;
 padding:0;
 margin:0;
}

#nav_company li, #nav_veranstalter li {
 margin-bottom:1em;
}

#nav_company a, #nav_veranstalter a {
 font-weight:bold;
 color:#777;
 font-size:10px;
}

#nav_company a:hover, a.news:hover, #nav_veranstalter a:hover {
 color:#D61278;
}

/* --------- Fuß ---------- */
#foot {
 width:512px;
 text-align:center;
 background:url(../img/pic_line_520.gif) no-repeat top left;
 color:#777;
 font-size:9px;
 padding-top:3px;
 margin-top:44px;
 clear:both;
}


#mcont label {
 display: block;
 width: 90px;
 float: left;
 clear: left;
 overflow: hidden;
}

#mcont .label_ort {
 width: 25px;
 margin-left: 10px;
 clear: none;
}

#mcont form {
 margin-top:0;
}

#mcont .drumrum {
 width: 350px;
}

#mcont input {
 border: 1px solid #8C827D;
 width: 230px;
 float: left;
 margin-bottom: 5px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
}

#mcont input.nowidth {
 width: auto;
}

#mcont input.inline {
 width: 30px;
 display: inline;
 float: none;
 vertical-align: middle;
}

#mcont textarea {
 border: 1px solid #8C827D;
 width: 230px;
 height: 50px;
 float: left;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 margin-bottom: 5px;
}

#mcont select {
 border: 1px solid #8C827D;
 width: 232px;
 float: left;
/* margin-right: 170px;*/
 margin-bottom: 5px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
}

#mcont label.must {
 color: #D61278;
}

#mcont input.must {
 border: #D61278 1px solid;
}

#mcont textarea.must {
 border: #D61278 1px solid;
}

#mcont select.must {
 border: #D61278 1px solid;
}

ul.riesenliste {
 padding: 0;
 margin: 0;
}

ul.riesenliste li {
 display: block;
 width: 165px;
 float: left;
 padding: 0 5px 0 0;
 margin: 0;
}

