/* CSS Document */
/************************************************** Reset Styles *****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    margin:0;
    padding:0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*********************************** für die Index *********************************************/
div#middleIndex{
    float:left;
    margin:0;
    min-height:500px;
    padding:0 0 0 0;
    position:relative;
    width:774px;
    height:636px;
    z-index:40;
    top:-267px;
}
div#rightIndex{
    float:left;
    height:636px;
    margin:-267px 0 0;
    padding:0;
    position:relative;
    width:309px;
    z-index:30;
}
a#amazonebtn{
    display:block;
    height:65px;
    left:65px;
    position:absolute;
    top:475px;
    width:150px;
}
a#enter1{
    display:block;
    height:50px;
    left:200px;
    position:absolute;
    top:170px;
    width:70px;
}

a#enter2{
    display:block;
    height:50px;
    left:670px;
    position:absolute;
    top:560px;
    width:90px;
}

div#amazonprev{
    position:absolute;
    z-index:100;
    left:850px;
    top:550px;
    width:200px;
    height:200px;
    display: none;
}

div#footerIndex{
    margin:20px 0 10px;
    position:relative;
    top:-200px;
}
div#footerIndex p{
    text-align:center;
    font-size:8pt;
    font-family:arial, verdana;
}
div#footerIndex a{
    color:#ec008c;
    font-size:8pt;
    font-family:arial, verdana;

}

/****************************************** main *************************************/


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

a,
a:hover{
    text-decoration:none;
}

body{   
    font-family:verdana,arial,helvetica,sans;
    font-size:9pt;
    font-color:#000000;
    
}

div#wrapper{
    width:1219px;
    margin: 0 0;
    background:transparent url(../images/wrapper_bg.png) 0 0 repeat-y;
}
div#header{
    position:relative;
    float:left;
    z-index:10;
    width:1219px;
    height:267px;
}
a#home{
    position:absolute;
    width:340px;
    height:120px;
    top:20px;
    left:440px;
    display:block;
    z-index:25;
}
div#main{
    position:relative;
    width:1229px
}
div#left{
    float:left;
    position:relative;
    margin:-267px 0 0 0;
    z-index:20;
    width:385px;
    height:925px;
    background:transparent url(../images/left_bg.png) 0 0 no-repeat;
}
div#middle{ 
    position:relative;
    float:left;
    margin:-80px 0 0 0;
    padding:0 80px 0 0;
    z-index:40;
    width:440px;
    min-height:500px;
}
div#right{
    position:relative;
    float:left;
    margin:-267px 0 0 0;
    padding:0 0 0 15px;
    z-index:30;
    width:309px;
    height:1020px;
    background:transparent url(../images/right_bg.png) 0 0 no-repeat;
}
div#mainNav{
    height:426px;
    width:195px;
    padding:160px 0 0 140px;
}
div#contentNav{
    height:23px;
    width:440px;
    padding:0 0 0px 0;
    border-bottom:1px solid #f5a6c9;
}
div#leftContent{
    height:320px;
    
}
div#benefiz{
    float:left;
    width:63px;
    height:170px;
    padding:40px 10px 20px;
}
div#benefiz a{
    display:block;
    width:60px;
    height:160px;
}
div#facebook{
    float:left;
    width:233px;
    height:307px;
    padding:3px;
}
div#rightTop{
    margin:215px 0 50px 5px;
    padding:15px 20px 0 0;
    height:200px;
    width:147px;
    height:222px;
}
div#rightMiddle{
    margin:20px 0 30px 68px;
    padding:10px 4px 0 5px;
    height:148px;
    width:178px;
	overflow-y:scroll;
}
div#rightBottom{
    margin:0 0 0 0px;
    width:152px;
    height:182px;
    padding:41px 5px 0 12px;
}

a#facebookButton{
    position:absolute;
    top:300px;
    left:215px;
    display:block;
    width:45px;
    height:40px;
}
a#twitterButton{
    position:absolute;
    top:365px;
    left:215px;
    display:block;
    width:45px;
    height:40px;
}
a#newsButton{
    position:absolute;
    top:485px;
    left:0px;
    display:block;
    width:85px;
    height:40px;
}
a#spezialButton{
	position:absolute;
	top:175px;
	left:80px;
	display:block;
	width:100px;
	height:40px;
	cursor:pointer;
}
div#footer{
    margin:20px 0 10px 0;
}
div#footer p{
    text-align:center;
    font-size:8pt;
    font-family:arial, verdana;
}
div#footer p a{
    color:#ec008c;
    font-size:8pt;
    font-family:arial, verdana;

}
div#content{
    clear:both;
}
div#mainNav ul{


}
div#content div.illustration{
    padding:0 0 2px 0;
    margin:0 0 10px 0;
    border-bottom:1px solid #f5a6c9;
}
/******************************* Navigation *************************/
div#mainNav ul li{
    margin-bottom:20px;
}
div#mainNav ul li a{
    display:block;
    width:140px;
    height:40px;
    text-indent:-999em;
}

/************************************* SekNavi ***************************/
ul.subNavi{}
ul.subNavi li{
    margin-left:6px;
}
ul.subNavi li a{
    text-indent:-999em;
    display:inline-block;
    position:absolute;
}

/*** Kontakt ***/

ul#Kontakt li a#no8{
    top:0px;
    left:0px;
    width:100px;
    height:23px;
    background:url(../images/secnav/sek_management.png) 0 -23px no-repeat;
}
ul#Kontakt li a#no8:hover,
ul#Kontakt li a#no8.act{
    background:url(../images/secnav/sek_management.png) 0 0px no-repeat;
}

ul#Kontakt li a#no9{
    top:0px;
    left:106px;
    width:69px;
    height:23px;
    background:url(../images/secnav/sek_presse.png) 0 -23px no-repeat;
}
ul#Kontakt li a#no9:hover,
ul#Kontakt li a#no9.act{
    background:url(../images/secnav/sek_presse.png) 0 0px no-repeat;
}

ul#Kontakt li a#no10{
    top:0px;
    left:181px;
    width:105px;
    height:23px;
    background:url(../images/secnav/sek_veranstalter.png) 0 -23px no-repeat;
}
ul#Kontakt li a#no10:hover,
ul#Kontakt li a#no10.act{
    background:url(../images/secnav/sek_veranstalter.png) 0 0px no-repeat;
}

ul#Kontakt li a#no11{
    top:0px;
    left:292px;
    width:114px;
    height:23px;
    background:url(../images/secnav/sek_fansfriends.png) 0 -23px no-repeat;
}
ul#Kontakt li a#no11:hover,
ul#Kontakt li a#no11.act{
    background:url(../images/secnav/sek_fansfriends.png) 0 0px no-repeat;
}

/*** Presse ***/

ul#Presse li a#no8{
    top:0px;
    left:0px;
    width:92px;
    height:23px;
    background:url(../images/secnav/sek_pressetext.png) 0 -23px no-repeat;
}
ul#Presse li a#no8:hover,
ul#Presse li a#no8.act{
    background:url(../images/secnav/sek_pressetext.png) 0 0px no-repeat;
}

ul#Presse li a#no9{
    top:0px;
    left:98px;
    width:105px;
    height:23px;
    background:url(../images/secnav/sek_pressebilder.png) 0 -23px no-repeat;
}
ul#Presse li a#no9:hover,
ul#Presse li a#no9.act{
    background:url(../images/secnav/sek_pressebilder.png) 0 0px no-repeat;
}

ul#Presse li a#no10{
    top:0px;
    left:209px;
    width:115px;
    height:23px;
    background:url(../images/secnav/sek_presseanfrage.png) 0 -23px no-repeat;
}
ul#Presse li a#no10:hover,
ul#Presse li a#no10.act{
    background:url(../images/secnav/sek_presseanfrage.png) 0 0px no-repeat;
}

/*** Media ***/

ul#Media li a#no8{
    top:0px;
    left:0px;
    width:71px;
    height:23px;
    background:url(../images/secnav/sek_gallery.png) 0 -23px no-repeat;
}
ul#Media li a#no8:hover,
ul#Media li a#no8.act{
    background:url(../images/secnav/sek_gallery.png) 0 0px no-repeat;
}

ul#Media li a#no9{
    top:0px;
    left:77px;
    width:59px;
    height:23px;
    background:url(../images/secnav/sek_video.png) 0 -23px no-repeat;
}
ul#Media li a#no9:hover,
ul#Media li a#no9.act{
    background:url(../images/secnav/sek_video.png) 0 0px no-repeat;
}

ul#Media li a#no10{
    top:0px;
    left:142px;
    width:82px;
    height:23px;
    background:url(../images/secnav/sek_projekte.png) 0 -23px no-repeat;
}
ul#Media li a#no10:hover,
ul#Media li a#no10.act{
    background:url(../images/secnav/sek_projekte.png) 0 0px no-repeat;
}

ul#Media li a#no11{
    top:0px;
    left:230px;
    width:67px;
    height:23px;
    background:url(../images/secnav/sek_benefiz.png) 0 -23px no-repeat;
}
ul#Media li a#no11:hover,
ul#Media li a#no11.act{
    background:url(../images/secnav/sek_benefiz.png) 0 0px no-repeat;
}

/*** Gästebuch ***/

ul#Gästebuch li a#no8{
    top:0px;
    left:0px;
    width:61px;
    height:23px;
    background:url(../images/secnav/sek_lesen.png) 0 -23px no-repeat;
}
ul#Gästebuch li a#no8:hover,
ul#Gästebuch li a#no8.act{
    background:url(../images/secnav/sek_lesen.png) 0 0px no-repeat;
}

ul#Gästebuch li a#no9{
    top:0px;
    left:67px;
    width:86px;
    height:23px;
    background:url(../images/secnav/sek_eintragen.png) 0 -23px no-repeat;
}
ul#Gästebuch li a#no9:hover,
ul#Gästebuch li a#no9.act{
    background:url(../images/secnav/sek_eintragen.png) 0 0px no-repeat;
}

/*** Termine ***/

ul#Termine li a#no8{
    top:0px;
    left:0px;
    width:62px;
    height:23px;
    background:url(../images/secnav/sek_buehne.png) 0 -23px no-repeat;
}
ul#Termine li a#no8:hover,
ul#Termine li a#no8.act{
    background:url(../images/secnav/sek_buehne.png) 0 0px no-repeat;
}

ul#Termine li a#no9{
    top:0px;
    left:68px;
    width:111px;
    height:23px;
    background:url(../images/secnav/sek_tv_sonstiges.png) 0 -23px no-repeat;
}
ul#Termine li a#no9:hover,
ul#Termine li a#no9.act{
    background:url(../images/secnav/sek_tv_sonstiges.png) 0 0px no-repeat;
}

/************************************* Newsletter *******************************/
div.headlineImageNewsletterStart{
    width:145px;
    margin-bottom:3px;

}
div#headlineImageNewsletterStart p{
    line-height:9pt;
}

div.newsletterRow{
    padding:0 0 5px 0;
    width:145px;
}
div.select{
    margin-top:2px;
    margin-bottom:0px;
    padding-bottom:2px;
}

div.newsletterRow input{
    height:13px;
    width:137px;
    border:1px solid #f5a6c9;
}
div.newsletterRow input.newsletterSend{
    background:url(../images/arrow_right_pink.png) 0 5px no-repeat transparent;
    padding:0 0 0 12px;
    width:80px;
    height:15px;
    border:none;
    color:#f5a6c9;
    font-size:9pt;
    cursor:pointer;
    color:#ec008c;
    font-weight:bold;
}
div.headlineImageNewsletterStart p{
    font-size:9pt;
    line-height:10pt;
	padding:0 0 8px 0;
}
div.newsletterRow label{
    font-size:9pt;
    line-height:10pt;
    width:105px;
    float:left;
    color:#ec008c;
}
select.eingabe{
    border:1px solid #f5a6c9;
    height:18px;
}
/********************************** Format ******************************/
strong{
	font-weight:bold;
}
.schrift-pink {
    color:#ec008c;
}
h2{
	font-size:9pt;
	color:#ec008c;
	font-weight:bold;
}
p.schrift-pink{
    color:#ec008c;
    padding-left:13px;
    background:url(../images/arrow_right_pink.png) 0 3px no-repeat;
}
div#rightTop div.textItem p{
    padding:0 0 2px 13px;
    line-height:10pt;
    font-size:9pt;
}
img.umflossen{
    float:left;
    padding:0 6px 6px 0;
}
img.bild-rechts{
	float:right;
	padding:2px 0 3px 3px;
}
div#content p{
    padding:0 0 1em 0;
    line-height:14pt;
    font-size:9pt;
}
div#content h1{
    color:#ec008c;
    padding:0 0 5px;
    font-size:14px;
    line-height:14pt;
    font-weight:bold;
}
a.video{
    background:url(../images/arrow_right_pink.png) 0 5px no-repeat;
    padding:0 0 0 12px;
    color:#ec008c;
    font-weight:bold;
}
div#content p a,
div#right p a{
    color:#ec008c;
    font-weight:bold;
}
a.textlink-pink{
	color:#ec008c;
	font-weight:bold;
}
a.link-mit-pfeil{
	background:url(../images/arrow_right_pink.png) 0 4px no-repeat;
	padding-left:13px;
	color:#ec008c;
	font-weight:bold;
}
a.relink{
	background:url(../images/arrow_left_pink.png) 0 4px no-repeat;
	padding-left:13px;
	color:#ec008c;
	font-weight:bold;
}
div#content p.trenner{
	height:10px;
	margin-bottom:10px;
	padding-top:0px;
	background:url(../images/itemSpacer.gif) left bottom repeat-x;
}
em{
	font-style:italic;
	padding-bottom:2px;
}
b{
	padding-bottom:5px;
}
div#content div.video-list-item p{
	padding:0 0 0px 0;
}

/******************************** Pagination ****************************/
div.top{
    text-align:center;
    margin-bottom:20px;
}
div.bottom{
    text-align:center;
    margin-top:20px;
}
span.pagination_backlink{
    margin-right:4px;
    margin-top:2px;
    
}
a.pagination_backlink{
    margin-right:4px;
    margin-top:2px;
    
}
span.pagination_forwardlink{
    margin-left:0px;
    margin-top:2px;
    
}
a.pagination_forwardlink{
    margin-left:0px;
    margin-top:2px;
    
}
span.pagination_current{
    color:#ec008c;
    margin-right:1px;
    padding-right:5px;
    background:url(../images/pagination_spacer.gif) right center no-repeat;
}
a.pageLink{
    color:#000000;
    margin-right:1px;
    padding-right:5px;
    background:url(../images/pagination_spacer.gif) right center no-repeat;
}
div.newsMoreLink a, a.formularlink{
    background:url(../images/arrow_right_pink.png) 0 5px no-repeat;
    padding:0 0 0 12px;
    color:#ec008c;
	font-weight:bold;

}
a.last, span.last{
    background:none;
    margin-right:0;
}

/******************************** Liste ******************************/
div.newsHeadline h2,
div.newsHeadline h2 a{
    color:#ec008c;
}
div.article div.newsHeadline h2,
div.article div.newsHeadline h2 a{
    color:#000000;
    font-weight:bold;
}
div.newsItem{
    clear:both;
	background:url(../images/itemSpacer.gif) bottom left repeat-x;
	padding:0 0 0px 0;
	margin:0 0 8px 0;
}
div.newsItemLeft{
	width:102px;
	float:left;
	padding:0 7px 10px 0;
}
span.bild_image1{
	display:none;
}
div.newsItemRight{
	width:320px;
	float:left;
}
ul.newsLatest{
    list-style-type:none;
}
ul.newsLatest li{
    padding:0 0 5px 0px;

}
ul.newsLatest li h2 {
    padding:0px 0 0px 13px;
}
ul.newsLatest li h2 a{
    color:#000000;
    font-size:9pt;
    line-height:10pt;
	font-weight:normal;

}
ul.newsLatest div.newsMoreLink{
    padding:0 0 4px 0px;

}
ul.newsLatest div.newsMoreLink a{
    color:#ec008c;
    font-weight:bold;
    font-size:9pt;
    line-height:10pt;
	background:url(../images/arrow_right_pink.png) 0 5px no-repeat;    
	padding:0 0 0 13px;
}
div#content .newsItem p{
    padding:0;
}
div#content div.newsMoreLink{
    margin:0 0 1em 0;
}
div.backlink p a{
    color:#ec008c;
    padding:0 0 0 12px;
    background:url(../images/arrow_left_pink.png) 0 5px no-repeat;
}
div.newsDate{
	font-size:8pt;
}
/*************************************** Fotogallery **************************/
div#content.gallery span.bild_image1{
    display:none;
}
td.gallery_image{
    padding:0 15px 10px 0;
    text-align:left;
    vertical-align:top;
}
div.galleryText{
    padding:0 0 3px 0; 
}
div.galleryItem{
    width:150px;
    float:left;
    padding:0 15px 20px 0;
}
div.wrapper-gallery{
    overflow:hidden;
    width:120px;
    height:120px;
    border:1px solid #ffffff;
}

div.gTop p a,
div.gTop p a:hover,
div.gBottom a,
div.gBottom a:hover{
    text-decoration:underline;
    color:#ec008c;
}
div#galleryContainer{
    width:550px;
}
div.gallery{
    margin-bottom:15px;
}

/********************************************** Presssedownload Formular ******************************/
div#content table{
    width:400px;
    margin-top:10px;
}

div#content td{
    margin-bottom:4px;
	vertical-align:top;
}
div#content td input{
    margin-bottom:4px;
    border:1px solid #f5a6c9;
}
div#content textarea{
    border:1px solid #f5a6c9;
}
div#content select{
    border:1px solid #f5a6c9;
    margin-bottom:4px;
}
div#content td.label{
    width:150px;
}
div#content input.senden{
    border:none;
    width:93px;
    background:url(../images/arrow_right_pink.png) 0 5px no-repeat;
    color:#ec008c;
    cursor:pointer;
    font-weight:bold;
	text-align:left;
	padding:0 0 0 11px;
}

div#content table#pressedownload td p{
    padding-bottom:1.2em;
}

/****************************************** Formular ******************************/
p.error {
    font-weight:bold;
    color:red;
}
 div#content form{
    padding-left:0px;
    padding-bottom:5px;
}
 div#content form.veranstalter,  div#content form.friends{
    margin-top:10px;
}
 div#content form fieldset{
    border:none;
}
 div#content form div {
    padding-bottom:6px;
    vertical-align:top;
	
}
 div#content form div input {
    font-size:9pt;
	
}
textarea {
    font-size:9pt;
}
 div#content form.friends div textarea {
    height:80px;
    width:250px;
	
}
 div#content form div input#sicherheitscode {
    width:138px;
    padding-top:0px;
}
 div#content form div input#url {
    width:250px;
}
 div#content form div label {
    float:left;
    width:120px;
}
 div#content form.veranstalter div.text {
    clear:both;
}
 div#content form.veranstalter div.text input{
    width:230px;
	height:17px;
    text-align:left;
    border:1px solid #f5a6c9;
}
div#content form.friends div input{
    border:1px solid #f5a6c9;

}
div#content form.veranstalter div.text textarea{
    width:230px;
    text-align:left;
}
 div#content form.veranstalter div label {
    width:190px;
	padding:0 0 2px 0;
}
 div#content form fieldset{
    padding:0;
    margin:0;
}
 div#content form div.legend {
    font-weight:bold;
    color:#ec008c;
}
 div#content form div textarea {
    height:100px;
    width:350px;
}
.gbPflichtfelder,
.pflichtfelder{
	color:#f5a6c9;
}

.checkbox, .radio {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../images/checkbox_rosa.png) no-repeat;
   display: block;
   float: left;
}
.radio {
	background: url(../images/radio_rosa.png) no-repeat;
	clear: none;
   
}
div#content div.inputText{
	float:left;
	padding:4px 5px 0 0;	
}
div#content div.checkboxText{
	padding:4px 0 0 0;
}
div#content div.checkboxRow{
	clear:both;
}
/********************************************* Gästebuch Ausgabe ***********************************/

 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag div{
    line-height:14px;
    top:0px;
    margin:0;
    padding:0;
}
 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag div.vpgb_titel {
    font-weight:bold;
	padding-bottom:3px;
}
 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag div.vpgb_email {
    float:right;
	padding-bottom:3px;
}
div.vpgb_name, div.vpgb_text, div.vpgb_comment, div.vpgb_admin{
    clear:both;
}
 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag div.vpgb_name {
    float:left;
	padding-bottom:3px;
    color:#000000;
}
 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag div.vpgb_comment{
    margin:5px;
    text-align: left;
    font-style:italic;
}
div.vpgb_comment form div textarea {
    width:250px;
    height:100px;
}
 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag div.vpgb_admin{
    text-align: right;
}
div#vpgb_nav {
    text-align:center;
    border:none;
    color:#000000;
}
div#vpgb_nav img, div#Pages img {
    border:none;
}
p.einleitung {
    font-weight:bold;
    color:#812307;
}
div#content form#vpgb_eintrag{
    width:350px;
}
div#content form#vpgb_eintrag input{
    border:1px solid #f5a6c9;
    width:220px;
}
div#content form#vpgb_eintrag textarea{
    border:1px solid #f5a6c9;
    width:340px;
	margin-bottom:10px;
}
div#content form#vpgb_eintrag a.link{
    background:url(../images/arrow_right_pink.png) 0 5px no-repeat;
    padding:0 0 0 12px;
    color:#ec008c;
	font-weight:bold;
}
div.gbPflichtfelder{
    margin-bottom:10px;
    font-size:9pt;
}
div#content div.gbTextfeld label{
    margin-bottom:2px;
}
div.vpgb_email a{
	color:#ec008c;
}
div#captcha{
	
}
div.vpgb_nav{
	text-align:center;
	padding:0 0 10px 0;
	background:url(../images/itemSpacer.gif) left bottom repeat-x;
	margin:0 0 10px 0;
}

div.vpgb_nav a{
	color:#000000;
}
div.vpgb_nav a.vpgb_aktiv{
	color:#ec008c;
}
div#captchaText{
	font-size:8pt;
}
/*********************************** Termine *********************************/
div#terminEingraenzung{
    margin-bottom:5px;
}
div.terminSelectItem{
    float:left;
    width:130px;
    padding-right:10px;
}
div.terminSelectItem select{
    width:130px;
}
div.terminTrenner{
    background:url(../images/itemSpacer.gif) top left repeat-x;
    margin:12px 0 10px 0;
    height:2px;
}
span.pinkText{
    color:#ec008c;
}
span.redText{
    color:#000000;
    font-weight:bold;
}
a.terminLink,
a.terminLink:hover{
    color:#ec008c;
    text-decoration:underline;
}
span.normal a.terminLink,
span.normal a.terminLink:hover{
    color:#000000;
    font-weight:bold;
}

div#content div.terminSelectItem select{
    color:#ec008c;
    border:1px solid #f5a6c9;
    font-weight:bold;
}
div#content input.terminAuswahl{
    border:none;
    width:90px;
    background:url(../images/arrow_right_pink.png) 0 5px no-repeat;
    color:#ec008c;
    cursor:pointer;
    font-weight:bold;
}
div#pagination.termine{
    font-size:8pt;
    width:543px;
    padding:15px 20px 0 20px;
}
div#content div.terminItem p{
    line-height:10pt;
    padding:0;
}

div#content div.terminItem p{
    line-height:14pt;
}
div.textItem{
    padding-left:2px;
}

 div#content div#vpgb_ausgabe div.vpgb_einzeleintrag{
    padding:0px 0 10px 0;
    margin-bottom:10px;
	background:url(../images/itemSpacer.gif) left bottom repeat-x;
}
/******** Sitemap *********/
ul.sitemapStandardMainCat{
	margin-top:10px;
}
a.sitemapStandardLevel_2{
	
}
li.sitemapStandardLevel_1{
	padding:0 0 3px 0;
}
li.sitemapStandardLevel_2{
	padding:0 0 3px 12px;
}
li.sitemapStandardLevel_3{
	padding:0 0 3px 20px;
}
ul.sitemapStandardMainCat li a{
	color:#000000;
}
ul.sitemapStandardMainCat li a:hover{
	color:#EC008C;
}