
/* img:-moz-broken {
    -moz-force-broken-image-icon : 1;
    width : 24px;
    height : 24px;
}

.border-radius{
0

HTML 5 effeckt für ease


 -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    behavior: url(template/inc_css/ie-css3.htc);
}

.box-shadow{
	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc
}
.gradient_bgr{

	background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 )

}

.space{
	margin:10px;
	float:left;
}
*/



/**
 * GLOBALE DEFINITIONEN
 */
/*body{
    font-family: Arial, sans-serif;
    font-size: 14px;
    color:#333333;
    line-height:20px;
}*/

/* a img{
    border:none;
}*/
/*a:link, a:visited, a:active{
    font-weight:normal;
    color:#036298 !important;
	text-decoration:none;
}*/
/*a:hover{
    color:#000;
}*/
H1{
/*    font-weight:normal;
    font-size:28px;
    text-transform:uppercase;
	font-family:KaiserBold;
    margin:0;
    padding:0;*/
	color: #036298 !important;
/*	letter-spacing: 1px;
	line-height: normal;*/
}
H2{
/*	font-family:KaiserThin;
    font-weight: normal;
    font-size:20px;
    margin:0;
    padding:0;
	line-height: normal;*/
	color: #036298 !important;
}
H3{
/*    font-family:KaiserThin;
    font-weight: normal;
    font-size:16px;
    margin:0;
    padding:0;
	line-height: normal;*/
	color: #333;
}
H4{
/*    font-family:KaiserThin;
    font-weight: normal;
    font-size:16px;
    margin:0;
    padding:0;
	line-height: normal;*/
	color: #333;
}
/*hr {
    height:3px;
    border-top: 1px dotted #2f2f2f;
    border-bottom:none;
    border-left:none;
    border-right:none;
}*/
/**
 * ARTICLE ALLGEMEIN
 */
/*.article_title {
    font-size:20px;
    text-transform:uppercase;
	padding: 10px 0px 5px;
    margin-bottom: 5px;
	font-weight:normal;
	font-family: KaiserThin;
}
.article_title h1,.article_title h2 {

}
.article_subtitle{
    font-size:13px;
}
.article_image {
     padding: 3px 3px 3px 3px;
     border-width: 1px;
     float: right;
     border-color:#ccc;
     border-style:solid;
     margin: 0px 0px 10px 10px;
}
.article_text{
    color:#2f2f2f;
    font-size:11px;
}
.content_text{
    color:#2f2f2f;
    font-size:11px;
}
.article_text a, .article_text a:visited, .content_text a, .content_text:visited{
    text-decoration:none;
    color:#2f2f2f;
}
.article_text a:hover, .article_text a:selected, .article_text a:active ,.content_text a:hover, .content_text a:selected ,.content_text a:active{
    text-decoration:underline;
    color:#2f2f2f;
}*/
/*hr {
    height:3px;
    border-top: 1px dotted #2f2f2f;
    border-bottom:none;
    border-left:none;
    border-right:none;
}*/
/**
 * ARTICLE LISTING
 */

/*.list_date {
    font-size:9px;
    font-weight:bold;
    visibility:hidden;
}
.list_block {
    display:block;
}
.default_column {
    padding-bottom:10px;
    display:inline-block;
    width: 100%;
}
.default_column .content {
    padding: 5px 0px;
}
.default_column .list_image {
    float: right;
    padding: 10px 10px 10px 20px;
}
.default_column .list_image img{
    border: #535353 1px solid;
}
.default_column .list_more {
	width:100%;
	float:left;
	padding-top:10px;
}*/
/*.list_more a:link,.list_more a:visited,#loginbox .feInput input,.injection_order input,#search_submit_button, a.shop_more:link, a.shop_more:visited,#shopsubmit,#button_confirm_order{
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
	background-color:#a51d21;
	font-family: KaiserLight;
	border:none;
	cursor:pointer;
}*/
.list_more a:hover, .list_more a:active,#loginbox .feInput input:hover,.injection_order input:hover,#search_submit_button:hover,a.shop_more:hover, a.shop_more:active,#shopsubmit:hover,#button_confirm_order:hover{
	color:#036298 !important;
}

/*#event_search .list_more{
float: right;
}
*
 * ARTICLE LISTING EINSPALTIG
 
.one_column {
    padding-top:5px;
    padding-bottom:5px;
    color: #2f2f2f;
}
.one_column .content {
    padding: 5px;
    color: #2f2f2f;
}*/
/**
 * ARTICLE LISTING MEHRSPALTIG
 */
/*.two_column{
    float: left;
    width:50%;
}
.three_column{
    float: left;
    width:33%;
    display: inline;
}
.four_column{
    float: left;
    width:25%;
}
.two_column{
	float: left;
	width:50%;

	}

.three_column{
	float: left;
	width:33.3%;
    display: inline;	 }
.four_column{
	float: left;
		width:25%;
		 }


.multi_column {
    vertical-align:top;
    border:none;
    overflow: hidden;
}
.multi_column .content {
   text-align:left;
   height: 95%;
   padding-right:5%;
   float:left;
   min-height: 190px;
}
.multi_column .list_image img{
    float:right;
    margin-bottom:5px;
    border: #999999 1px solid;
    margin-left: 10px;
}
.multi_column .caption{
    font-size: 10px;
}
.multi_column .article_title{

}
.multi_column .article_subtitle{
    font-size:11px;
    text-align:left;
}
.multi_column p{
    margin:0px;
    padding:0px;
}
.multi_column .list_more {
    bottom: 20px;
    float: left;
	width:100%;
}
.multi_column .list_date {
    height:26px;
    text-align:right;
}*/
/**
 * CONTENT PARTS TITLES
 */
/*.content_title {
    font-size:15px;
    text-align: justify;
    font-weight:bold;
}
.content_subtitle{
    font-size:13px;
    text-align: justify;
    font-weight:bold;
}
*
 * CONTENT PART TEXT MIT BILD
 
.content_imagetext{
    
}
.imgDIVinTextLeft {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0;
}
.imgDIVinTextRight {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0;
}
.imgDIVtopLeft {
    margin:8px 0px 5px 0px;
    padding:0px;
    border:0;
}
.imgDIVtopCenter {
    margin:8px 0px 5px ;
    padding:0px;
    border:0;
}
.imgDIVblockImgLeft {
    margin-right: 10px;
}
.imgDIVblockImgRight {
    margin-left: 10px;
}
*
 * CONTENT PART CODE
 
.content_code {
    padding-bottom: 3px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}
.articleText {
    line-height:135%;
    margin-bottom: 10px;
    text-align: justify;
}
*
 * CONTENT PART IMAGELIST
 
.content_imagelist {

}
.imglistcaption {
    font-size:10px;
    line-height:100%;
    padding-bottom:5px;
    vertical-align:top;
}

*
 * CONTENT PART TEXT
 
.content_text {
    
}
*
 * CONTENT FILELIST
 
.content_filelist {
    
}
*
 * CONTENT FLASHPLAYER
 
.content_flashplayer {
padding-bottom: 10px;
}
*
 * CONTENT WYSIWYG
 
.content_formattext {

}
*
 * CONTENT HTML
 
.content_html {

}
*
 * CONTENT IMAGES
 
.content_images {

}
*
 * CONTENT IMAGES
 
.content_imagestext {

}
*
 * CONTENT TABS
 
.content_tabs {

}
*
 * CONTENT TEASER
 
.content_teaser {

}
*
 * CONTENT GUESTBOOK
 
.content_guest {

}
*
 * CONTENT LINKLIST
 
.content_link {

}
*
 * CONTENT MULTIMEDIA
 
.content_multi {

}
.content_multi .multimedia{

}
*
 * CONTENT NEWS
 
.content_news {

}
.news_pagination {
    
}
.news_title {

}
.news_subtitle {

}
*
 * CONTENT LINKLIST
 
.content_link {
}
.print_cont {
    color:black;
    background-color:white;
    padding:10px;
    width:280mm;
    text-align:left;
}
.print_cont p, .print_cont .default_column, .print_cont .article_title {
    color:black;
}
.print_cont hr {
    border-color:black;
}
.entry {
    border-bottom:1px dotted #FFFFFF;
}
.entry h2 {
    padding-top:7px;
}
.entry .shortinfo {
    float:left;
    display:block;
}
.entry .image {
    float:right;
    padding:0px 0px 5px 5px;
}
#eventMenu, #eventList, #eventReservation, #calMenu {
	width:100%;
	float:left;
}
#eventMenu select {
}
#calMenu select{
	float:left;
	margin-top:8px;
	margin-bottom:10px;
}
#calMenu .list_more{
	float:right;
}
.eventsDATE{
	padding:5px 0px;
	border-bottom:2px dotted #eaeaea;
	font-family: KaiserLight;
	font-size:22px;
	font-weight:normal;
	color:#A51D21;
}
.eventListEntry{
	padding:8px 0px;
	border-bottom:2px dotted #eaeaea;
	float:left;
}
.eventListSpacer{
	display:none;
}
.eventListDate {
	font-size:22px;
	float:left;
	width:150px;
	padding-right:10px;
	text-align:right;
	font-family: KaiserBold;
	color:#A51D21;
}
.eventListTitle {
	width:100%;
	font-family: KaiserThin;
	font-size:18px;
	padding-top:4px;
}
.eventlistWraper {
	float:left;
	width:465px;
}
.eventListDesc{
	width:465px;
	float:left;
	margin-left:160px;
}
.currentEntry {
	background-image:url('/img/layout/actualback.png');
	background-repeat:no-repeat;
	background-position: top center;
	height:55px;
	width:280px;
	padding: 0px 0px 5px;
}
.currentEntry a:link, .currentEntry a:visited{
	height:50px;
	width:300px;
	overflow:hidden;
	float:left;
}
.currentEntry a:hover>.currentDesc{
	color:#000000;
}
#currentEvents .article_title {
	font-size:20px;
	padding: 10px 0px 5px;
	margin-bottom:5px;
	border:none;
	font-family: KaiserThin;
}
.currentEntry .currentDate {
	font-size:23px;
	float:left;
	text-align:left;
	width:50px;
	padding: 0px 10px 0px 0px;
	height:50px;
	font-family: KaiserThin;
	color:#A51D21;
}
.currentEntry .currentWrapper {
	float:left;
	width:220px;
	height:60px;
	overflow:hidden;
}
.currentEntry .currentTitle {
	font-size:13px;
	width:100%;
	float:left;
}
.currentEntry .currentDesc {
	font-weight:normal;
	width:100%;
	float:left;
}
.currentEntry .currentDesc p{
	margin:3px 0px;
}
.currentEntry a:link,.currentEntry a:visited {
	color:black;
}
.currentEntry a:hover,.currentEntry a:active{
	color:#AC2B30;
}
a.mb-scrollButtons {
  display: block;
  width: 45px;
  height: 58px;
  background: transparent url(/img/layout/new/arrowsnew.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  z-index:20;
}
a.mb-scrollButtons.mb-left {
  background-position: left top;
  left: 20px;
}
a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: 0px;
}
a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom;
}
.mb-inside {
  padding-right: 3px;
}
.mb-inside img {
  display: block;
  margin: 0 auto;
}
.mb-slider .mb-panel.current {
 cursor: auto;
}
.mb-slider .mb-panel {
  width: 288px;
  margin: 5px 0;
  padding: 5px;
  cursor: pointer;
  float: left;
  list-style: none;
}
.mb-slider {
  width: 868px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}
.mb-scrollContainer, .mb-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  min-width:868px;
}
.specialProduct{
    float:left;
}
.content_shop .specialProduct{
    width:288px;
    float:left;
}
.content_shop {
    float:left;
    padding-top:5px;
}
.contentBoxWrapper {
	float:left;
}
.content_shop {
    margin:0px;
    float:left;
    padding:10px 0px;
}
.injection_name {
    float:left;
    width:50%;
    text-align:left;
    height:66px;
	overflow:hidden;
}
.injection_name a:link,.injection_name a:visited {
    color:#A61F23;
	font-family: KaiserBold;
	font-size:18px;
    text-decoration: none;
}
.injection_image {
    float:left;
    width:50%;
    text-align:center;
}
.injection_price {
    padding-top:5px;
    width:50%;
    float:left;
    font-size:18px;
    text-align:left;
	font-family:KaiserLight;
}
.priceStyle {
    font-size: 26px;
}
.injection_order{
	width:50%;
	float:left;
}
#newsbox ul{
	margin:0px;
    float:left;
	padding:0px;
}
#newsbox li{
	width:300px;
    float:left;
    list-style-type: none;
    list-style-position: inside;
}
*
 * CONTENT FE-LOGIN
 
.feField ,.feCheck{
     padding:0px 0px 10px;
     float:left;
     width:100%;
}
.feField input{
	font-size: 12px;
	color:#535353;
}
p.field label {
     width:150px;
}
#loginbox .error {
	margin:5px 0px;
	color:#FFFFFF;
	background-color:#FF0000;
	padding:3px 5px;
	width:290px;
	float:left;
	font-size:10px;
}
#loginbox .content{
	width:170px;
	float:left;
}
.feField input{
	border:none;
	border:1px solid #535353;
}
#loginbox .feInput{
	width:100%;
	float:left;
}
#loginbox .contentinfo{
	width:130px;
	float:left;
}
#loginbox .buttons {
	width:100%;
	float:left;
	padding:5px 0px 15px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.newselement {
	padding:5px 0px;
	width:100%;
	float:left;
}
.newselement .image{
	padding-right:10px;
	width:77px;
	float:left;
}
.newselement .newscontent{
	width:100%;
	float:left;
}
.newselement .title {
	width:100%;
	font-family:KaiserLight;
	font-size:14px;
	text-transform:uppercase;
}
.newselement .summary {
	width:100%;
	float:left;
}
.newselement .image img {
	border:1px solid #535353;
}
.newselement a:link, .newselement a:visited{
	color:#535353;
}
.newselement a:hover, .newselement a:active{
	color:#000000;
}
#newsbox .content_teaser {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#headslider .cs-buttons a.cs-button-first{
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}
#headslider .cs-buttons a{
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}
#headslider .cs-active{
	background-color:#FFFFFF;
}
#nextevents{
	float:left;
	margin-bottom:10px;
}
.multi_column_gross {
	margin:25px;
	background-color:#fff;
	border:1px solid #999999;
	min-height:160px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.multi_column_gross .article_title{
	background-color: #efefef;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


.search_form{
	background-color:#e0e0e0;
	border:1px solid #9e9e9e;
	padding:10px;
	width:603px;
}
.phpwcmsSearchNextPrev {
	padding:5px 0px;
	width:100%;
	border-top:2px dotted #EAEAEA;
	border-bottom: 2px dotted #EAEAEA;
}
.phpwcmsSearchResult h3 {
	font-size:16px;
	font-family: KaiserLight;
}
.labelpos {
	width:150px;
}*/

/*over stage einstellungen*/

/*.multi_column_gross .content .over_stage, .multi_column_gross .content_small .over_stage {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
	background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );

}*/

/*.multi_column_gross .content .over_stage_background, .multi_column_gross .content_small .over_stage_background {
    background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 )
    opacity:0.8;
	border:thin solid #ccc;

	bottom: 0;
	color: #000000;
	left: 0;
	line-height: 150%;
	padding: 20px;
	position: absolute;
	top: 0;
}*/





/*.multi_column_gross .content .over_stage .article_title h1 {
    color: #000;
   font-family: KaiserBold ;


}
.multi_column_gross .content .over_stage .article_summary p {
    color: #666;


}*/


/*
//Search
*/
/*.searchbox{
position: absolute;

    top: 10px;
	padding: 10px;

right:0px;

}
.search input{
    float:left;
    margin-right: 10px;


}
#searchvalue{

    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px
    padding: 8px;
    font-size: 16px;

    border: 3px solid #ccc;
    color: #333333;
}
.searchRight{
    float:left;}
.searchGo{

    background-image:url('/img/icons/search-icon.png');
    background-repeat:no-repeat;
    background-position: center top;
    width: 40px;
    height: 28px;
    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px
    border: thin solid #ccc;
    background-color: transparent;
    cursor: pointer;
}*/
.searchGo:hover{

    background-color: #036298 !important;
/*margin-bottom: -3px;
margin-top: 3px;*/
}





/*.searchbtn{
    top: 10px;
	border-left: thin solid #ccc;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 42px;
	background-color: #ccc;
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px


}
.searchbtn input{
    width: 22px !important;
    height: 22px;
    border: none !important;
    padding:8px !important;
}

.searchbox input {

    color: #333333;
    font-weight: bold;
    padding: 10px 30px 8px 6px;
    width: 320px;
}
.highlight{
	background-color: yellow;
}*/
/*.coin-slider{
	box-shadow: 0px 3px 10px #666; -moz-box-shadow: 0px 3px 10px #666; -webkit-box-shadow: 0px 3px 10px #666;
}*/



/* Event Manager */
/*.events_list_wrapper{
	float:left;
	width: 290px;
	border:thin solid #ccc;

	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
	padding:10px;
	margin:5px;

}*/
/*#rightBlock .events_list_wrapper{

	width:auto !important;
	margin: 5px 0 !important;

}*/


.events_month_title{
	background-color: #036298 !important;
/*	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 10px;*/
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
background: #036298 !important;
	}

/*.fc-widget-header{
		background-color: #efefef;
}
.fc-event-title,.fc-event-time{
	line-height: 140%;
}*/


/*#eventmanager_eventtable{
width: 100%;
border-bottom: thin dotted #ccc;
}

.dayCal{
	float: left;
	width: 60px;
	border: thin solid #ccc;
	text-align: center;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	margin-right:10px;
}*/
.dayCalMon{
	background-color: #036298 !important;
/*	float:left;
	width: 100%;
	color: #8B1A1E;
	font-weight: bold;
	font-size: 12px;
	line-height: 180%;*/
}
/*.dayCalDay{
	font-weight: bold;
	font-size: 30px;
	line-height: 150%;
}

.miniCalendar{
	float:left;
}
.event_detail_head{
	background-image: url("/img/layout/event/cal-bg-top.jpg");
	background-position: 0 0px;
	background-repeat: repeat-x;
	background-color: #E6E7E9;
	float: left;
	width: 960px;
	padding: 30px 10px 10px 10px;
}*/
/*.event_detail_head .dayCal{
	width: 10%;
	float:left;
	margin-right: 10px;
	background-color: #fff;
	margin-top: 30px;
}

.event_detail_head .title{
	width: 30%;
	float:left;
	margin-top: 30px;
}

.event_detail_head .start_block, .event_detail_head .end_block{

	float:left;
	border-right: thin solid #ccc;
	padding: 0 10px;
	margin-top: 30px;

}*/
.event_detail_head .end_date, .event_detail_head .end_time{
	color: #036298 !important;
/*	font-weight: bold;
	font-size: 140%;*/
}
.event_detail_head .start_date, .event_detail_head .start_time{
	color: #036298 !important;
/*	font-weight: bold;
	font-size: 140%;*/
}
/*.event_detail_head .image{
	float:right;
}
.event_detail_head .image img{
	width: auto;
	height: 150px
}
.event_detail_head .login{
	margin: 40px 0 0 70px;
	float:left;
	font-size: 16px;
}
.event_detail_head .login_end{
	margin: 40px 0 0 70px;
	float:left;

}
.event_detail_content{
	position: relative;
	width: 980px;

}
.event_detail_infoboxes{
	float:right;
	width: 270px;
}
.event_detail_infoboxes .image{
	text-align: center;
}

#tabs{
	position: absolute;
	top:10px;
	right: 280px;
	left:10px;
}
.event_detail fieldset{
	width: 270px;
}
#calendar{
	background-image: url("/img/layout/event/cal-bg-top.jpg");
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding-top: 40px;

}
.fc-header-title{
	margin-left: 10px;
}
.fc-button-next{
	margin-right: 10px !important;
}

#tabs-1, #tabs-2, #tabs-3{
	border-top:thin solid #ccc;
	padding: 10px 0;
}
#events_of_the_month{
	float: left;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#events_of_the_month li{
	float: left;
	border-bottom: thin dotted #ccc;
	padding: 10px 0;
	width: 100%;
;
}*/
#events_of_the_month li .title{
/*	font-weight: bold;
	font-size: 120%;*/
	color:#036298 !important;
}
/*#events_of_the_month li:hover{
	background-color: #FECB04;

}
#events_of_the_month li .info_box{
	float: left;
	width: 60%;


}
.login .ui-button-text{
	font-size: 18px;
	font-weight: bold;
}*/
/*-------Icons für Button--------*/



/*.ms_icon_back{

	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: 0 0;
	float: left;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;
}
.ms_icon_back:hover{

	background-position:0px  -25px ;

}
.ms_icon_prev{
	float: right;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -25px 0;
	height: 25px;
	margin: -5px -5px 0 5px;
	width: 25px;
	background-repeat: no-repeat;
}
.ms_icon_prev:hover{
	background-position:-25px  -25px ;
}
.ms_icon_cart{
	float: right;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -50px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px -5px 0 5px;
	width: 25px;

}
.ms_icon_cart:hover{
	background-position:-50px  -25px ;

}
.ms_icon_detail{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -500px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_detail:hover{
	background-position:-500px  -25px ;

}
.ms_icon_edit{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -125px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_edit:hover{
	background-position:-125px  -25px ;

}
.ms_icon_kassa{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -525px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_kassa:hover{
	background-position:-525px  -25px ;

}

.ms_icon_sendorder{
	float: right;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -75px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px -5px 0 5px;
	width: 25px;

}
.ms_icon_sendorder:hover{
	background-position:-75px  -25px ;

}
.ms_icon_login{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -325px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_login:hover{
	background-position:-325px  -25px ;

}
.ms_icon_acoount{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -200px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_acoount:hover{
	background-position:-200px  -25px ;

}
.ms_icon_logout{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -225px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_logout:hover{
	background-position:-225px  -25px ;

}
.ms_icon_add{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position: -550px 0;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;

}
.ms_icon_add:hover{
	background-position:-550px  -25px ;

}
.ms_icon_trash_2{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position:-150px  0 ;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;
}
.ms_icon_trash_2:hover{

	background-position:-150px  -25px ;

}
.ms_icon_save{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position:-400px  0 ;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;
}
.ms_icon_save:hover{

	background-position:-400px  -25px ;

}
.ms_icon_download{
	float: left;
	background-image:url("/img/layout/shop/ms-icons.png");
	background-position:-625px  0 ;
	background-repeat: no-repeat;
	height: 25px;
	margin: -5px 5px 0 -5px;
	width: 25px;
}
.ms_icon_download:hover{

	background-position:-625px  -25px ;

}

.ms_icon_konto{
	width: 100px;
	height: 100px;
	background-image: url("/img/layout/steinbock/shop/konto.png");
}
.ms_icon_adresbock{
	width: 100px;
	height: 100px;
	background-image: url("/img/layout/steinbock/shop/adressbuch.png");

}
.ms_icon_orders{
	width: 100px;
	height: 100px;
	background-image: url("/img/layout/steinbock/shop/bestellungen.png");
}
.ms_icon_password{
	width: 100px;
	height: 100px;
	background-image: url("/img/layout/steinbock/shop/password.png");
}*/

/*-----Umfrage-----*/
/*.survey_wrapper_mini_view{
	float:left;
	clear:both;
	border:thin solid #ccc;
	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
	width:290px;
	padding:10px;
	margin: 5px;
}



#survey_form{

}
.survey_minibox_title{
	background-color: #8B1A1E;
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 10px;
}*/
.survey_minibox_question{
	color:#036298 !important;
/*	font-size: 16px;
	font-family: KaiserBold;*/

}

/*.survey_minibox_answer{
margin: 0 0 2px 0;
padding: 5px;
background-color: #efefef;
}
.survey_minibox_answer:hover{

background-color: #dddddd;
}

.survey_minibox_answer input[type="radio"], input[type="checkbox"] {
margin: 0 10px 0 0;
}

.survey_minibox_submit{
	text-align: center;
	margin:10px 0 5px 0;

}

----Nachtdienstplan-----
.home_nachtdienst{
	float:left;
}

.home_nachtdienst .nd-controls-wrapper{
	display:none !important;

}
.home_nachtdienst .nd-table-wrapper{
	display:none !important;

}
.home_nachtdienst .nd-self-service-wrapper {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  float:left;
  width: 100%;
  line-height: normal;
}*/