/*
    Fonts
*/

/*
@font-face { font-family: Caslon; src: url('../font/ACaslonPro-Regular.otf'); }
@font-face { font-family: Caslon; font-weight: bold; src: url('../font/ACaslonPro-Bold.otf'); }
@font-face { font-family: Caslon; font-style: italic; src: url('../font/ACaslonPro-Italic.otf'); }
@font-face { font-family: Caslon; font-weight: bold; font-style: italic; src: url('../font/ACaslonPro-BoldItalic.otf'); }
*/

/*
    Basisstrucktur
*/

.invisible {
  display:none;
  }

body{
  background:#e4e4e4;
  font-family:"Arial",sans-serif;
  }

.container{
  margin:0 auto;
  width:970px;
  }

.container .bannerbox{
  margin:10px auto 20px auto;
  width:970px;
  height:100%;
  }

.container .bordertop{
  height:10px;
  background:url(../img/border_top.jpg) top center no-repeat;
  }

.container .bordercenter{
  background:url(../img/border_center.jpg) top center repeat-y;
  padding:0 5px 5px 5px;
  }

.container .borderbottom{
  height:10px;
  background:url(../img/border_bottom.jpg) top center no-repeat;
  margin-bottom:15px;
  }

.bordersubcontent{
  background:url(../img/hr_bg.png) 325px -2px repeat-y;
  padding-bottom:15px;
  }

.bordercontent{
  background:url(../img/hr_bg.png) 625px -2px repeat-y;
  }

.twocolumns .bordersubcontent{
  padding-bottom:0;
  }

.twocolumns .bordercontent{
  padding-bottom:15px;
  }

.content{
  padding-top:25px;
  }

/*
    Banner (Oben)
*/

.bannerbox{
  margin-bottom:15px;
  }

.bannerbox .divider{
  height:100px;
  background:url(../img/hr_bg.png) center center repeat-y;
  margin:20px 0 0 0;
  }

.bannerbox h2{
  font-size:10px;
  font-weight:normal;
  line-height:10px;
  text-transform:uppercase;
  color:#b9b9b9;
  }

.bannerbox img{
  margin:10px 0 0 0;
  }

/*
    Topnavigation
*/

.topnavi{
  font-size:0;
  line-height:0;
  text-align:right;
  margin-top:10px;
  }

.topnavi,
.quicksearch{
  margin-bottom:15px;
  }

.topnavi span span,
.topnavi a,
.quicksearch a{
  line-height:22px;
  color:#bababa;
  font-size:10px;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:16px;
  }

.topnavi a:hover,
.topnavi span span,
.quicksearch a:hover{
  color:#666;
  }

/*
    Schnellsuche
*/

.quicksearch .mod_form{
  float:left;
  }

.quicksearch{
  margin-top:10px;
  }

.quicksearch input{
  background:#ffffff;
  border:1px solid #e4e4e4;
  height:14px;
  width:164px;
  padding:3px 5px;
  font-size:10px;
  font-family:"Arial",sans-serif;
  text-transform:uppercase;
  text-align:right;
  color:#b9b9b9;
  }

.quicksearch input.focus,
.quicksearch textarea.focus{
  border:1px solid #AAAAAA;
  color:#555555;
  }

.quicksearch a{
  margin-left:10px;
  }

/*
    Linke Spalte
*/

.subcontent{
  font-size:11px;
  color:#bababa;
  line-height:14px;
  }

.subcontent a{
  color:#bababa;
  text-decoration:underline;
  }

.subcontent a:hover{
  color:#666;
  }

.subcontent .headerimg{
  background:url(../img/header.jpg) top left #c5c5c5 no-repeat;
  height:250px;
  margin-bottom:25px;
  cursor:pointer;
  }

.subcontent .divider{
  height:40px;
  background:url(../img/hr_bg.png) 0 center repeat-x;
  }

/*
    Linke Spalte Â» Newsletter
*/

.subcontent .mod_subscribe_text{
  margin-bottom:10px;
  }

.subcontent .mod_subscribe input.text{
  background:#e3e3e3;
  border:1px solid #c6c6c6;
  height:14px;
  width:140px;
  padding:3px 5px;
  margin-right:5px;
  font-size:10px;
  font-family:"Arial",sans-serif;
  text-transform:uppercase;
  text-align:right;
  color:#E05D17;
  }

.subcontent .mod_subscribe a.submit{
  background:#f1f1f1;
  line-height:22px;
  padding:5px;
  font-size:10px;
  font-family:"Arial",sans-serif;
  text-transform:uppercase;
  text-align:right;
  text-decoration:none;
  color:#E05D17;
  }

.subcontent .mod_subscribe .error,
.subcontent .mod_subscribe .confirm{
  color:#ff0000;
  margin-bottom:10px;
  }

.subcontent .mod_subscribe p.confirm{
  color:#E05D17;
  }

.subcontent .mod_subscribe .unsubscribe{
  font-size:11px;
  margin:5px 0 0 0;
  }

/*
    Linke Spalte Sponsoren
*/

.subcontent .mod_sponsoring .logos{
  position:relative;
  margin-top:5px;
  }

.subcontent .mod_sponsoring a{
  float:left;
  line-height:0;
  font-size:0;
  margin:10px 10px 0 10px;
  }

	

	

/*
    Hauptmenü
*/

.mainmenu{
  height:250px;
  position:relative;
  background:url(../img/hr_bg.png) 273px -2px repeat-y #ffffff;
  }

.nobg{
  background-image:none;
  }

.mainmenu .provinzschrei,
.mainmenu .provinzkultur{
  float:left;
  width:276px;
  height:105px;
  }

.mainmenu .provinzschrei a,
.mainmenu .provinzkultur a{
  position:relative;
  z-index:4001;
  display:block;
  height:100%;
  background:url(../img/logo_provinzschrei.png) top left no-repeat;
  }

.mainmenu .provinzkultur a{
  background:url(../img/logo_provinzkultur.png) top left no-repeat;
  }

.mainmenu .provinzschrei a.hover,
.mainmenu .provinzkultur a.hover{
  background-position:0 -105px;
  }

.mainmenu .provinzschrei a.inactive,
.mainmenu .provinzkultur a.inactive{
  background-position:0 -210px;
  }

.mainmenu .menu{
  display:none;
  position:absolute;
  top:104px;
  left:0;
  width:520px;
  min-height:134px;
  height:auto !important;
  height:134px;
  padding:10px 15px 0 15px;
  z-index:4000;
  background:#f8f8f8;
  border:1px solid #e4e4e4;
  font-size:0;
  line-height:0;
  }

.mainmenu .menu ul.col{
  float:left;
  margin-right:25px;
  }

.mainmenu .menu li.divider{
  background:url(../img/hr_bg.png) bottom left repeat-x;
  padding-bottom:14px;
  margin-bottom:5px;
  }

.mainmenu .menu li.level_1 a,
.mainmenu .menu li.level_1 span{
  display:block;
  margin-bottom:13px;
  }

.mainmenu .menu li.level_1 a.submenu{
  margin-bottom:10px;
  }

.mainmenu .menu li.submenu{
  margin-bottom:10px;
  }

.mainmenu .menu li.level_1 span,
.mainmenu .menu li.level_1 a {
  color:#999;
  font-size:12px;
  font-family:"Georgia",serif;
  font-weight:bold;    
  text-decoration:none;
  text-transform:uppercase;
  line-height:12px;
  }
	
.mainmenu .menu li.level_1 a:hover {
  color:#666;
	}

.mainmenu .menu li.level_1 a.submenu,
.mainmenu .menu li.level_1 span.submenu{
  display:block;
  margin-bottom:5px;
  }

.mainmenu .menu li.level_2 span,
.mainmenu .menu li.level_2 a{
  color:#999;
  font-size:12px;
  font-family:"Georgia",serif;
  font-weight:normal;
  text-decoration:none;
  text-transform:none;
  line-height:17px;
  background:url(../img/arrow-grey.png) 0 6px no-repeat;
  padding:0 0 0 13px;
  margin-bottom:0;
  }

.mainmenu .menu li.level_2 a:hover {
  color:#666;
	}	
	
.mainmenu .menu li.level_2 span{
  color:#666;
  }

.mainmenu .menu li.level_2 a:hover{
  background-image:url(../img/arrow-green.png);
  color:#555;
  }

.mainmenu .menu li.level_2 a.last{
  display:block;
  margin-bottom:10px;
  }

/*
    Content
*/

.content{
  color:#333;
  font-size:12px;
  line-height:16px;
  z-index:0; /* IE-Bug w/ Mainmenu*/
  }

.content a{
  color:#E05D17;
  text-decoration:none;
  font-style:italic;
  }

.content a:hover{
  color:#E05D17;
  }

.content h1,
.content h1 a{
  color:#E05D17;
  font-size:22px;
  font-family:"Caslon","Georgia",serif;
  font-weight:normal;
  line-height:36px;
  margin-bottom:15px;
  }

.content h2,
.content h2 a {
    color:#666;
    font-size:18px;
    font-family:"Caslon","Georgia",serif;
    font-weight:normal;
    line-height:45px;
    margin-bottom:30px;
}

.content h3,
.content h3 a {
  color:#E05D17;
  font-size:14px;
  font-family:"Caslon","Georgia",serif;
  font-weight:normal;
  line-height:30px;
  margin-bottom:10px;
  }

.content .ce_text,
.content .ce_form,
.content .ce_list,
.content .ce_download,
.content .ce_downloads,
.content .ce_table,
.content .ce_gallery{
    margin-bottom:20px;
}

/*
    Content Â» ce_divider
*/

.content .ce_divider .divider{
    height:22px;
    background:url(../img/hr_bg.png) top left repeat-x;    
}

.content .ce_divider hr{
    display:none; 
}

/*
    Content Â» ce_text Â» Image-Container
*/

.content .image_container a{
    font-size:0;
    line-height:0;
}

.content .image_container a img{
    padding:5px;
    background:#f3f3f3;
}

.content .image_container div.caption{
    padding:0 10px 5px 10px;
    background:#f3f3f3;
    line-height:14px;
    font-size:11px;
}

/*
    Content Â» ce_list
*/

.content .ce_list{
    margin-bottom:15px;
}

.content .ce_list ul li{
    padding:0 0 5px 20px;
    background:url(../img/list_bullet.png) 8px 6px no-repeat;
}

.content .ce_list ol li{
    padding:0 0 5px;
}

.content .ce_list ol li .number,
.content .ce_list ol li .text{
    float:left;
    width:13px;
}

.content .ce_list ol li .number{
    font-size:10px;
    color:#bbbbbb;
    text-align:right;
    padding-right:7px;
}

.content .ce_list ol li .text{
    width:532px;
}

/*
    Content Â» ce_download
*/

.content .ce_download{
    line-height:18px;
}

.content .ce_download a,
.content .ce_download img{
    float:left;
    line-height:18px;
    vertical-align:middle;
}

.content .ce_download img{
    margin:0 5px 0 0;
}

.content .ce_download p span.size{
    color:#BABABA;
    margin-left:5px;
}

/*
    Content Â» ce_downloads
*/

.content .ce_downloads{
    margin-bottom:15px;
}

.content .ce_downloads a{
    margin-bottom:5px;
}

.content .ce_downloads a,
.content .ce_downloads img{
    float:left;
    line-height:18px;
    vertical-align:middle;
}

.content .ce_downloads img{
    margin:0 5px 0 0;
}

.content .ce_downloads span.size{
    color:#BABABA;
    margin-left:5px;
}

/*
    Content Â» ce_table
*/

.content .ce_table table td,
.content .ce_table table th{
    padding:5px 10px 5px 10px;
    background-color:#f3f3f3;
}

.content .ce_table table th{
    background-color:transparent;
    border-bottom:2px solid #bbbbbb;
}

.content .ce_table table tr.odd td{
    background-color:transparent;
}

.content .ce_table table tr.odd td{
    background:#ffffff;
}

.content .ce_table table tfoot td{
    background-color:transparent;
    border-top:3px double #bbbbbb;
}

/*
    Content Â» ce_gallery
*/

#sponsoren-2011 .ce_image {
  width:110px;
  float:left;
	}
	
#sponsoren-2011 .ce_image {
  width:110px;
  float:left;
	}
	
#sponsoren-2011 .ce_image img {
  boder:0;
	margin:0;
	padding:0;
	}
	
.content .ce_gallery{
    margin-bottom:15px;
}

.content .ce_gallery td{
    vertical-align:middle;
    text-align:center;
    background-color:#f3f3f3;
    border:none;
    border-right:5px solid #ffffff;
    border-bottom:5px solid #ffffff;
}

.content .ce_gallery td.col_last{
    border-right:none;
}

/*
    Content Â» NoScript-Advice
*/

.noscript{
    position:absolute;
    top:140px;
    background:#fff;
    padding:10px 0;
    color:#f00;
    font-size:11px;
    line-height:14px;
}

/*
    Content Â» Formular
*/

.content .ce_form p.error{
    color:#ff0000;
    font-size:10px;
    margin:-8px 0 8px 0;
}

.content .ce_form label{
    margin-right:10px;
}

.content label .mandatory{
    color:#E05D17;
}

.content .ce_form .col_0{
    vertical-align:top;
    padding-top:2px;
}

.content input.text,
.content textarea,
.content input.captcha{
    background:#ffffff;
    border:1px solid #e4e4e4;
    height:14px;
    width:170px;
    padding:3px 5px;
    font-size:10px;
    font-family:"Arial",sans-serif;
    color:#999999;
    margin-bottom:10px;
}

.content input.captcha{
    width:60px;
    margin-right:6px;
}

.content .captcha p.error{
    display:none;
}

.content .captcha input.error{
    border-color:#ff0000;
}

.content .captcha span.error{
    color:#ff0000;
}

.content input.focus,
.content textarea.focus{
    border:1px solid #AAAAAA;
    color:#555555;
}

.content textarea{
    height:124px;
    width:300px;
}

.content select{
    margin-bottom:10px;
}

.content .radio_container,
.content .checkbox_container{
    margin-bottom:5px;
}

.content .radio_container .input,
.content .checkbox_container .input,
.content .radio_container .label,
.content .checkbox_container .label{
    float:left;
    width:25px;
}

.content .radio_container .label,
.content .checkbox_container .label{
    float:left;
    width:445px;
    margin-bottom:5px
}

.content .radio_container p.error,
.content .checkbox_container p.error{
    margin-top:20px;
}

.content input.submit{
    background:#f1f1f1;
    line-height:22px;
    padding:5px;
    font-size:10px;
    font-family:"Arial",sans-serif;
    text-transform:uppercase;
    text-align:right;
    text-decoration:none;
    color:#E05D17;
    border:none;
    cursor:pointer;
}

.content input.submit-hover{
    background:#e9e9e9;
    color:#555555;
}

/*
    Content Â» mod_search
*/

.content .mod_search input.submit{
    padding-top:3px;
    padding-bottom:3px;
}

.content .mod_search h2 .relevance{
    float:right;
    width:94px;
    height:10px;
    padding:3px;
    margin:2px 0;
    margin-left:16px;
    background:#f7f7f7;
}

.content .mod_search h2 .relevance .border{
    height:10px;
    background:#E05D17;
}

.content .mod_search p.context{
    margin-bottom:10px;
}

.content .mod_search p.header,
.content .mod_search p.url{
    color:#bbbbbb;
    margin-bottom:20px;
}

.content .mod_search div.last .ce_divider{
    display:none;
}

/*
    Content Â» Newsletter Â» Unsubscribe
*/

.content .mod_unsubscribe input.text{
    background:#ffffff;
    border:1px solid #e4e4e4;
    height:14px;
    width:170px;
    padding:3px 5px;
    font-size:10px;
    font-family:"Arial",sans-serif;
    color:#999999;
    margin-bottom:10px;
}

.content .mod_unsubscribe a.submit{
    background:#f1f1f1;
    line-height:22px;
    padding:5px;
    font-size:10px;
    font-family:"Arial",sans-serif;
    text-transform:uppercase;
    text-align:right;
    text-decoration:none;
    color:#E05D17;
}

.content .mod_unsubscribe .error,
.content .mod_unsubscribe .confirm{
    color:#ff0000;
    margin-bottom:10px;
}

.content .mod_unsubscribe p.confirm{
    color:#7cb54d;
}

/*
    Content Â» Festival Â» Liste
*/

.content .ce_festivaleventlist .event{
    background:url(../img/hr_bg.png) bottom left repeat-x;    
    padding-bottom:10px;
    margin-bottom:12px;
}

.content .ce_festivaleventlist .last,
.content .ce_festivaleventlist .last .details .rightcol{
    background:none;
    padding-bottom:0;
    margin-bottom:0;
}

.content .ce_festivaleventlist .title .leftcol,
.content .ce_festivaleventlist .details .leftcol{
    color:#bababa;
    text-align:right;
    line-height:20px;
}

.content .ce_festivaleventlist .title .rightcol{
    line-height:20px;
}

.content .ce_festivaleventlist .title .rightcol h2{
    color:#E05D17;
    margin-top:20px;
}

.content .ce_festivaleventlist .details .leftcol{
    margin-top:5px;
}

.content .ce_festivaleventlist .details .rightcol{
    margin-bottom:15px;
}

.content .ce_festivaleventlist .details .rightcol .artists{
    margin-top:10px;
}

.content .ce_festivaleventlist .details .rightcol .artists a{
    display:block;
    padding-left:18px;
    background:url(../img/icon_mini_artislink.png) left top no-repeat;
    line-height:16px;
    font-style:normal;
}

.content .ce_festivaleventlist .details .rightcol .artists a:hover{
     color:#E05D17;
     background-image:url(../img/icon_mini_artislink_green.png);
}

.content .ce_festivaleventlist .event-hover{
    cursor:pointer;
}

.content .ce_festivaleventlist .event-hover .title .rightcol h2,
.content .ce_festivaleventlist .event-hover .title .leftcol{
    color:#E05D17;
}

/*
    Content Â» Festival Â» KÃ¼nstler
*/

.content .ce_festivalartistslist .artist{
    background:url(../img/hr_bg.png) bottom left repeat-x;    
    padding-bottom:12px;
    margin-bottom:7px;
}

.content .ce_festivalartistslist .last{
    background:none;    
    padding-bottom:0;
    margin-bottom:0;
}

.content .ce_festivalartistslist .title h2,
.content .ce_festivalartistslist .title h2 a{
    line-height:14px;
    color:#E05D17;
    font-size:14px;
    font-style:normal;
    margin-bottom:0;
}

.content .ce_festivalartistslist .title h2 span{
    float:right;
    font-size:10px;
    font-family:"Verdana", sans-serif;
    font-style:normal;
    line-height:14px;
    color:#BABABA;
    background:url(../img/icon_arrow_right.gif) right center no-repeat;
    padding-right:18px;
    margin:0;
}

.content .ce_festivalartistslist .title h2 a:hover,
.content .ce_festivalartistslist .title h2 a:hover span{
    color:#E05D17;
}

.content .ce_festivalartistdetail .img{
    margin-top:40px;
}

.content .ce_festivalartistdetail .details{
    margin-bottom:18px;
}

.content .ce_festivalartistdetail .link{
    margin-top:8px;
}

.content .ce_festivalartistdetail .link a{
    padding-left:14px;
    background:url(../img/icon_mini_globe.gif) 0 1px no-repeat;
}

/*
    Content News
*/

.content .mod_newslist .layout_latest{
    background:url(../img/hr_bg.png) bottom left repeat-x;    
    padding-bottom:17px;
    margin-bottom:12px;
}

.content .mod_newslist .last{
    background:none;
    padding-bottom:0;
    margin-bottom:0;
}

.content .mod_newslist .layout_latest h2,
.content .mod_newslist .layout_latest h2 a{
    color:#666;
    font-size:13px;
    font-weight:normal;
    font-family:"Arial",sans-serif;
    font-style:normal;
    line-height:15px;
    margin-bottom:8px;
}

.content .mod_newslist .layout_latest span.more a{
    color:#E05D17;
    font-style:normal;
}

.content .mod_newsreader .layout_full p.info{
    color:#BABABA;
    margin:0 0 14px 0;
}

/*
    Content Backlink
*/

.content p.back{
  background:url(../img/hr_bg.png) top left repeat-x;    
  padding-top:20px;
  }

/*
    Content Pagination
*/

.content .pagination{
  background:url(../img/hr_bg.png) top left repeat-x;    
  padding-top:20px;
  margin-top:12px;
  }

.content .pagination li{
  float:left;
  font-size:0;
  line-height:0;
  }

.content .pagination li a,
.content .pagination li span{
  float:left;
  padding:5px 6px 4px 7px;
  margin-right:3px;
  background:#f1f1f1;
  line-height:11px;
  font-size:11px;
  font-style:normal;
  } 

.content .pagination li span{
    color:#E05D17;
}

/*
    Footer
*/

.footer .bordercenter{
    padding: 5px 5px 5px 5px;
}

.footer .bordersubcontent,
.footer .bordercontent{
    background-position-y:0;
    min-height:255px;
    height:auto !important;
    height:255px;
}

.footer .bordercontent{
    padding-top:10px;
}

.footer{
    font-size:11px;
    color:#999;
    line-height:14px;
}

.footer a{
    color:#999;
    text-decoration:underline;
}

.footer a:hover{
    color:#c8c9ca;
}

.footer h1,
.footer h1 a,
.footer h2{
  color:#999;
  display:none;
}

.footer h3,
.footer h3 a{
    font-family:"Caslon","Georgia",serif;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    color:#c8c9ca;
    margin-bottom:7px;
}

.footer .divider{
    height:30px;
    background:url(../img/hr_bg.png) center left repeat-x;    
}

.footer .totop{
    text-align:right;
}

.footer .totop a{
    padding:0 0 0 16px;
    background:url(../img/icon_totop.gif) 0 -2px no-repeat;
    color:#E05D17;
    font-size:10px;
    line-height:16px;
    text-decoration:none;
    text-transform:uppercase;
}

.footer .totop a:hover{
    text-decoration:underline;
}
