/*
Author: Jérome Soika
*/

/* -----------------------------------*/
/* ------>>> Colors & Fonts <<<-------*/
/* -----------------------------------*/

/*Mögliche farben: #55B8FF, #6BC1FF, #2FA6FF, #89CCFF, #A2D6FF*/

#menu_bar a,
#menu_bar span,
#centerfooter,
#centerfooter a,
#right a:hover,
.submenu_active p
{
/*	color:#bfeff9;*/
	/* color:B8E0FE */
/*	color:#c1def8;*/
	color:#a6d2ff;
}

body {
    font-size: 100%; 
    color: #222222;	
	font-family: Verdana, "Lucia Sans Unicode", "Lucia Grande", "Times New Roman", serif;
	background: #ffffff url(images/header_bg.jpg) repeat-x top left;
    text-align: center;	
}

/*only for calendar*/
h4{
	font: bold 1.2em/1.2em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-bottom: 0.4em;
}

h3{
	font: bold 1.4em/1.2em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-bottom: 0.4em;
}

h2{
	font: bold 1.6em/1.2em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-bottom: 0.6em;
}

h1{
	font: bold 2.2em/1.2em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-bottom: 0.8em;
}

#page,
#center,
#right {
	border:0px;	
}

#header {
	background: url(images/header_wappen.jpg) no-repeat top left;
}

#header_slogan{
	background: url(images/header_slogan.jpg) no-repeat top left;
}

#menu_bar li{
	border-right:1px solid #123c8e;
	background-image:none;
}

#menu_bar a,#menu_bar span{
	font-size:0.8em;
	text-decoration:none;
	font-weight:bold;
}

#menu_bar a:hover, #menu_bar a:focus{
	color: #ffffff;
	background: url(images/menu_hover_bg.jpg) repeat-x top left;
}

.active span{
	font-size:0.8em;
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
	background: url(images/menu_hover_bg.jpg) repeat-x top left;
}

#footer{
	background: url(images/footer_bg.jpg) repeat-x top left;
}

#centerfooter{
	font-size: 0.6em;
	text-align: center;
}

#centerfooter a{
	text-decoration:none;
}


#right a{
	text-decoration:none;
	color:#123c8e;
	font-weight:bold;
}

#right a:hover{
	text-decoration:none;
	font-weight:bold;
	background: none;
}

.search_form{
	background-color:#a6d2ff;
	border: 1px solid #284279;
}

.layout_latest, .event{
	border-bottom:1px dotted #1D5CDB;
}

.normal_event_list {
	border-bottom:1px dotted #000000;
}

.sidebox{
	border:1px solid #a6d2ff;
}

.submenu_active p{
	text-decoration:none;
	font-weight:bold;
}

.sidebox_content li{
	border-bottom:1px dotted #1D5CDB;
	background-image:none;
}

#right h3{
	font-weight:bold;
/*	border-bottom:1px solid #B8E0FE */
	background:url(images/sidebox_fade.jpg) repeat-x;
}

.level_2 a{
	color:#123C8E;
	font-weight:normal;
	text-decoration:none;
}

a{
	color:#1D5CDB;
	text-decoration:underline;
}

a:hover{
	color:#d91a22;
	background: #ffbfbf;
}

/* removes hover effekt but only in image_containers (not every img has a container!) */
/*.image_container a:hover {
	color:#ffffff;
	background:none;
}
*/

a:visited{
	color:#666666;
	background:none;
}

a[href="mailto:"] {
	background: url(images/mail.png) no-repeat;
}

.ce_ical {
	background:transparent url(images/calendar_month.png) no-repeat scroll left center;
	padding:0 0 0 20px;
}

h2 a,#center h2 a:visited, #center h2 a:hover{
	text-decoration:none;
	color:#222222;
	background:none;
}

#center{
	font-size: 0.8em;
	line-height:1.6em;
}

#right{
	font-size: 0.7em;
	line-height:1.6em;
}

h2 {
	border-bottom:1px dotted #222222;
}

img {
	border:0px solid #999999;
}

th, td{
	padding: 0.4em 0.4em 0.4em 0.8em;
	border: 1px solid #A6D2FF;
}

th{
	letter-spacing: 2px;
	background:transparent url(images/sidebox_fade.jpg) repeat-x scroll 0 0;
}

.minicalendar th, .minicalendar td{
	letter-spacing:0;
	background:none;
}

.link_list_arrow{
	background:url(images/arrow.jpg) no-repeat;
}

li{
	background:url(images/arrow.jpg) no-repeat;
}

p.subtitle{
	font-weight:bold;
}

#kontaktformular_id td{
	border: none;
}

/* -----------------------------------*/
/* ------>>> Structure <<<-------*/
/* -----------------------------------*/
* {
	margin:0;
	padding:0;
}

.invisible{
	display:none;
	visibility: hidden;
}

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

#page{
	margin-left:auto;
	margin-right:auto;
	min-width:840px;
	max-width:840px;
	overflow:hidden;
	min-height: 800px;
	height: auto !important;
	width:840px;
}

#content{
	margin:0 15px;
}

#header{
	height:200px;
	margin:0 20px 0 20px;
}

#header_slogan{
	height:115px;
	margin-left:114px;
}

#menu_bar{
	width:auto;
	padding: 0 0 0 130px;
	float:left;
}

#menu_bar ul{
	list-style: none;
	margin:0;
}

#menu_bar li{
	float: left;
 	margin-top: 1px;
	padding-left: 0;
	display:inline;
}

#menu_bar a{
	padding: 3px 7px 10px;
}

.active span{
	padding: 4px 7px 10px;
}

#center{
	float:left;
	width:593px;
	display:inline;
}

#right{
	float:right;
	width:190px;
	display:inline;
}

#footer{
	height:80px;	
}

#centerfooter{
	margin:0 auto;
	padding:45px 0 0;
	width:500px;
}

#searchform{
	float:left;
	margin-top:2px;
	padding-left:10px;
	display:inline;
}

.layout_latest, .event{
	margin:5px;
}

.normal_event_list{
	margin-bottom:40px;
}

.sidebox{
	margin: 0 auto 15px auto;
	padding: 1px;
}

.sidebox_content{
	padding:0 10px 5px;
}

.submenu_active p{
	margin:-5px -5px;
	padding:5px;
}

.sidebox_content li{
	padding:5px 5px;
	list-style-type:none;
}

#right h3{
	padding:2px 0 2px 5px;
	margin-bottom:0;
}

.mod_eventlist{
	margin-left:10px;
}

.mod_minicalendar thead{
	text-align:center;
}

.level_2{
	margin:0;
}

.level_2 li{
	padding:0;
	border:0;
}

a[href="mailto:"] {
	margin-right:20px;
}

.more{
	margin-bottom: 40px;
}

p.subtitle{
	margin:-1.1em 0 0.6em 0;
	text-align:right;
}

.liste {
	margin: 0 25%;
}

ul{
	list-style-type:none;
	margin:0.5em 0 1.5em 0;
}

li{
	padding-left: 2em;
	list-style-type:none;
}
.pagination li{
	float:left;
	padding-left:1em;
	background-image:none;
	display:inline;
}

.link_list_arrow{
	padding-left: 2em;
}

table{
	width: 550px;
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td{
	padding: 0.4em 0.4em 0.4em 0.8em;
}

table.minicalendar {
	width:100%;
	margin:0;
	border:0;
}

.minicalendar th, .minicalendar td{
	padding: 0;
	border:0;
}

.ce_gallery td{
	border: 0;
}

.ce_text,
.ce_image,
.ce_table,
.ce_download,
.ce_list{
	margin: 0 0 1.6em 10px;
}

.search_form{
	margin-left:5px;
	width:130px;
	margin-top:5px;
}

.randomImage{
	margin:5px 15px;
}

/* Print */
#pdf_only{
	display:none;
}

.pdf_link{
	text-align:right;
}