/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

html {
	font-size: 100%; /*IE hack*/
	/*height: 100%;	margin-bottom: 1px;*/
	overflow: scroll;
	overflow-x: auto;
} 


body{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Console",Arial,Verdana;
	font-size: 12px;
	line-height: 140%;
	color: #333;
	
	background-image: url(../../resources/images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	
}


/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	/*width: 100%;*/
	/*height: 100%;*/
	text-align: center;
}

#page{
	margin: 0 auto;
	width: 980px;
	text-align: left;
	margin-bottom: 50px;
}

#header{
	height: 110px;
	border: 0px solid red;
	position: relative;	
	color: #61607D;
}

#header #add_this{
	position: absolute;
	top: 30px;
	left: 240px;
}


#header #info_zeile{
	position: absolute;
	top: 58px;
	right: 0px;
	text-transform: uppercase;
	font-size: 11px;
}

#header #info_zeile a{
	color: #61607D;
	text-decoration: none;
}

#header #info_zeile a:hover{
	text-decoration: underline;
}

#logo{
	position: absolute;
	top: 20px;
	left: 0px;	
}


#bread-crumb{
	color: #333;
	padding: 5px 0px 5px 10px;
	background-color: white;
	font-size: 9px;
	display: none;
}

#bread-crumb a{
	color: #333;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu{
	border: 0px solid red;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 30px;
}

#main-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#main-menu li{
	
}

#main-menu li a{
	color: #61607D;
	text-decoration: none;
	position: relative;
}

#main-menu li a:hover,#main-menu li a.active {
	color: #000;
	text-decoration: underline;
}


#main-menu li.colors{
	display: block;
	
	border-left: 1px solid #598AAD;
	float: left;
	font-size: 18px;
	/*width: 115px;*/
	/*width: 130px;*/
	width: 115px;
	padding: 0px 0px 0px 5px;
}
#main-menu li.first{
	border: none;
}

#main-menu li.last{
	width: 80px;
}


#main-menu li.colors a{
	text-transform: uppercase;
} 

#main-menu li li{
	font-size: 14px;
} 

#main-menu ul ul{
	margin-top: 6px;
} 

/*
#mm_1204882312186{
	border: 1px solid red;
}
*/

.holy_moly, .schiff{
	width: 67px;
	height: 40px; 

	background: url(../../resources/images/holy_moly.png) no-repeat;
	position: absolute;
	top: -40px;
	left: 0px;
	z-index: 1;
}
/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	display: none;
	border: 0px solid red;
	background-color: #999;
	padding: 5px 0px 5px 0px;
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#sub-menu li{
	/*display: inline;*/
}


#sub-menu li a{
	color: #FF9900;
	text-decoration: none;
}

#sub-menu li a:hover, #sub-menu li a.active {
	color: #FF9900;
	text-decoration: underline;
}




/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid yellow;
	position: absolute;
	top: 58px;
	left: 240px;
	font-size: 11px;
	text-transform: uppercase;
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#serv-nav li{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#serv-nav li a{
	color: #61607D;
	text-decoration: none;
}

#serv-nav li a:hover{
	color: #61607D;
	text-decoration: underline;
}



/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	border: 0px solid red;
	
}

#left-column{
	border: 0px solid red;
	width: 170px;
	float: left;
}

#center-column{
	border: 0px solid red;
	width: 550px;
	
	float: left;
	margin: 0px 0px 0px 10px;
	background: white;
}

#right-column{
	border: 0px solid red;
	width: 240px;
	float: right;
	
}

/*----------------------------*/

.cm-2-1{
	float: left;
	width: 500px;
}

.cm-2-2{
	float: left;
	margin-left: 100px;
	width: 300px;
}

/*----------------------------*/

.page-headline{
	padding: 5px;
	color: white!important;
	font-weight:normal;
	background-color: #044F84;
}

#center-column .page-headline{
	color: white!important;
}

.center-content{
	padding: 10px 10px 30px 10px;
	position:relative;
}


/*------------------------------------------------------------------------------------*/
/* STARTSEITE*/
/*------------------------------------------------------------------------------------*/

.startseite .center-content{
	padding: 0px;
}
.startseite #center-column{
	/*background: transparent;*/
	padding: 10px;
	width: 530px;
}

/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border: 0px solid green;
	background-color: black;
	padding: 10px;
	color: white;
	display: none;
}

#footer-content{
	border: 0px solid red;
	float: left;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-size: 16px;
	line-height: 18px;
	padding: 0px;	
	margin: 0px;
}

h2{
	font-size: 14px;
	line-height: 16px;
	padding: 0px;	
	margin: 0px;
}

h3, h4, h5, h6{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Tahoma;
	
}

a {
	color: #9cc7e7;
}




/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery img{
	border: none;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	
}

.gallery-item{
	float: left;
}



/*------------------------------------------------------------------------------------*/
/* SUCHE */
/*------------------------------------------------------------------------------------*/

#search_box{
	/*border: 1px solid red;*/
	position: absolute;
	right: 0px;
	top: 30px;
	padding: 0px;
	margin: 0px;
	
	color: #61607D;
	display: none;
}
	

#search_box div{
	border: 0px solid yellow;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

#search_box form, #search_box form fieldset{
	padding: 0px;
	margin: 0px;	
}

#search_box form fieldset{
	border: none;
}

#search_box form legend{
	display: none;
}

#search_box form label{
	border: 0px solid green;
	display: none;
}

#search_box form input{
	border: none;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	display: static;
	border: 1px solid #61607D;
	color: #61607D;
}

#search_box form .button{
	font-size: 12px;
	margin: 0px 0px 1px 5px;
	color: white;
	background: #61607D;
	text-transform: uppercase;
}

/*------------------------------------------------------------------------------------*/
/* CONTENT-BOX */
/*------------------------------------------------------------------------------------*/

.content-box{
	background: url(../../resources/images/bg_box.png) top left;
	margin-bottom: 30px;
	position: relative;
}

.box-headline{
	padding: 5px;
	color: white;
	font-weight:normal;
	background-color: #044F84;
}

.box-content{
	padding: 10px;
	color: white;
	
}

.content-box a{
	color: white;
}

/*------------------------------------------------------------------------------------*/
/* NEWS */
/*------------------------------------------------------------------------------------*/

.news_item a{
	text-decoration: none;
}

.news_item{
	margin-bottom: 20px;
}

.date_holder{
	text-align: right;
	background: url(../../resources/images/box/yellow_ul.gif) bottom left repeat-x;
	margin-top: 4px;
}

.left_col{
	width: 153px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border: 0px solid red;
	position: relative;
	
}

.news_item .left_col{
	text-align: right
}

.news_item .left_col img{
	/*width: 75px!important;
	height: 57px!important;*/
}

.left_col img{ 
	margin-top: 10px;
}

.left_col img, .avtext img, .alignable-content-image img, #textbild img{
	border: 1px solid #FFF!important;
}

.alignable-content-image{

}


.right_col{
	width: 330px;
	float: left;
	border: 0px solid yellow;
}

.page_top{
	margin: 0px 0px 20px 0px;
	border: 0px solid red;
	
}

.page_top .jpaginate, .page_top .v{
	display: none;
}

.page_bottom{
	margin-top: 30px;
}



.jpaginate{
	font-size: 0.9em!important;
}
/*
.jPag-pages li a{
	font-size: 0.8em!important;
}
*/
.more_link{
	text-decoration: underline!important;
}

.jPag-first, .jPag-last, .jPag-pages a , .jPag-pages span{
	background-color: transparent!important;
	color: #333!important;
}
.jPag-sprevious, .jPag-snext{
	color: #000!important;

}

span.jPag-current, .jPag-pages a:hover, .jPag-first:hover, .jPag-last:hover {
	color: #9cc7e7!important;
} 

/*-----------------------------------------------*/

*html .news_teaser{
	overflow: hidden!important;
	border: 1px solid red;	
}

.news_teaser {
	position: relative;
	margin-top: 0px;
}

.news_teaser ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.news_teaser h2{
	padding: 2px;
	margin-bottom: 3px;
}

.news_teaser h3{
	padding: 2px;
	background: #FFF;
}

#news-slider li, .news-slider-resize{
	border: none;
	width: 230px;
	height: 188px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0px solid red;
}

#news-slider li .ch{
	padding: 0px 10px 0px 0px;	
}

.news_teaser #prevNBtn a, .news_teaser #nextNBtn a, .news_teaser #rss-link{
	display:block;
	position: absolute;
	width:16px;
	height:16px;
	background:url(../../resources/images/news_button_left.gif) no-repeat 0 0;
	text-indent: -100px;	
	overflow: hidden;
	top : -31px;
	left: 190px;
}

.news_teaser #nextNBtn a{
	background:url(../../resources/images/news_button_right.gif) no-repeat 0 0;
	left: 210px;
}

.news_teaser #rss-link{
	background:url(../../resources/images/news_button_rss.gif) no-repeat 0 0;
	left: 95px;
	width: 65px;
}


#jpaginate{
	font-size: 0.9em;
}


.category_name{
	color: white;
	padding: 2px 3px 0px 1px;
	text-align: right;
	text-transform: uppercase;
	
}


/*------------------------------------------------------------------------------------*/
/* WETTER */
/*------------------------------------------------------------------------------------*/

.google_weather{

}

.google_weather .date{
	font-weight: bold;
	display: none;
}

.google_weather .day{
	float: left;
	
	font-size: 10px;
	margin-right: 4px;
}

.google_weather .temp{
	background: #FFF;
	padding: 0px 2px 0px 3px;
	color: #333;
}


/*------------------------------------------------------------------------------------*/
/*  KALENDAR */
/*------------------------------------------------------------------------------------*/

#loading {
	display:none;
	position:absolute;
	top:75px;
	left:20px;	
	background-color:red;
	padding:5px;
	color:white;
	font-weight:bold;
	z-index:9999;
}

#calendar .fc-event-title {
	/*font-size: 10px!important;
	line-height: 10px!important;*/
}

#calendar .fc-event-time {
	display:block !important;
}

#calendar .fc-event {
	cursor:pointer;
}

#calendar .fc-event a {
	border-style: solid;
	border-color: #ccc;
	background-color: #ccc;
	color: #000;   
}

#calendar .fc-event {
	border-style: solid;
	border-color: #ccc;
	background-color: #ccc;
	color: #000;   
}

.event_teaser {
	margin-bottom:15px;
}

.event_teaser h2{
	padding: 2px;
	margin-bottom: 3px;
}

.event_teaser h3{
	padding: 2px;
	background: #FFF;
}


#center-column .event_detail h1{
	padding: 2px;
	margin-bottom: 3px;
	color: white!important;
}

.event_detail h2{
	padding: 2px;
	background: #FFF;
}


/*------------------------------------------------------------------------------------*/
/* DATEPICKER */
/*------------------------------------------------------------------------------------*/

#datepicker .ui-datepicker{
	width: 100%;
	background: #FFF;
	color: #666;
}

#datepicker .ui-datepicker-title{
	color: #000;
}

#datepicker .ui-state-default{
	color: #333;
	border: 1px solid #000;
}

#datepicker td.ui-state-active{
	background: transparent;
}
#datepicker .ui-datepicker-current-day .ui-state-active{
	border: 1px solid #000;
	background: #ffffc8;

}

#datepicker .ui-state-active a{
	/*KATEGORIE FARBE*/
	background: #FF0000;
}


#datepicker td.clickable a {	
	background-color: #ccc !important;
	border: 1px solid #000000;
	color: #000;
}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/




