/* CSS Document */

#breadcrumb {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 550px;
  height: 31px;
}
#breadcrumb, #breadcrumb a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#searchform .input{
	width: 115px;
}


/*______________________MainMenu___________________________*/

#main_menu {
  position: relative;
  top: 0px;
  left: 0px;
  width: 187px;
}
.menu_block {
  position: relative;
  top: 0px;
  left: 0px;
}
#main_menu div.sub_level {
  position: relative;
  top: 0px;
  left: 0px;
  width: 175px;
  border-top: 1px solid #01b26e;
}
#main_menu div.hover_level {
  position: absolute;
  top: 0px;
  left: 178px;
  min-height: 0px;
  height: 0px;
  overflow: visible;
  display: none;
  border: none;
}
#main_menu a.main_level {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 168px;
  height: 20px;
  background: url(../images/menu_default.jpg);
  font-size: 12px;
  color: #f9f6f6;
  padding-top: 5px;
  padding-left: 7px;
  white-space: nowrap;
  overflow: hidden;
}

#main_menu a.main_level_highlight {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 168px;
  height: 20px;
  background: url(../images/menu_default_highlight.jpg);
  font-size: 12px;
  color: #f9f6f6;
  padding-top: 5px;
  padding-left: 7px;
  white-space: nowrap;
  overflow: hidden;
}

#subblock a.sub_level {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 163px;
  height: 15px;
  background: url(../images/menu_sub.gif);
  font-size: 11px;
  color: #fff;
  padding-top: 2px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
}

#subblock a.sub_level_highlight {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 163px;
  height: 15px;
  background: url(../images/menu_sub_highlight.gif);
  font-size: 11px;
  color: #fff;
  padding-top: 2px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
}


#main_menu a.main_level:hover, #main_menu a.active {
  background: url(../images/menu_default_over.jpg);
  color: #000;
}
#subblock a.sub_level:hover, #subblock a.active {
  background: url(../images/menu_sub_over.gif);
  color: #000;
}
#main_menu a.main_level span{
  position: absolute;
  right: 5px;
}

/*______________________subheader___________________________*/
#subheader_l {
  position: relative;
  top: 10px;
  left: 10px;
  height: 31px;
}
#subheader_r {
  position: relative;
  top: 10px;
  left: 10px;
  height: 31px;
}
#subheader_m {
  position: relative;
  top: 10px;
  height: 31px;
}
#subheader, #subheader a {
  font-size: 10px;
  font-weight: 500;
}

/*______________________TAB und Listenmenu___________________________*/


#tab_menu {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  /* background: url(/includes/templates/main/images/tab_bg.gif) no-repeat 0px 0px; */
  overflow: visible;
  white-space: nowrap;
}
.tab {
  position: relative;
  top: 0px;
  left: 0px;
  white-space: nowrap;
  float: left;
  width: auto;
  height: 23px;
  background: transparent;
}
.tab_left {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(/includes/templates/main/images/tab_left.gif) transparent;
}
a.tab_center {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 17px;
  background: url(/includes/templates/main/images/tab_center.gif) transparent;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
a.tab_center:hover {
  position: relative;
  top: 0px;
  left: 0px;
  height: 19px;
  background: url(/includes/templates/main/images/tab_center_over.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
a.tab_center_highlight {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 17px;
  color: red;
  background: url(/includes/templates/main/images/tab_center.gif) transparent;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
a.tab_center_highlight:hover {
  position: relative;
  top: 0px;
  left: 0px;
  height: 19px;
  color: red; 
  background: url(/includes/templates/main/images/tab_center_over.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
.tab_right {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(/includes/templates/main/images/tab_right.gif) transparent;
}
.tab_left_active {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(/includes/templates/main/images/tab_left_active.gif) transparent;
}
a.tab_center_active {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 19px;
  background: url(/includes/templates/main/images/tab_center_active.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  white-space: nowrap;
}
a.tab_center_active_highlight {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 19px;
  background: url(/includes/templates/main/images/tab_center_active.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  white-space: nowrap;
}
.tab_right_active {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(/includes/templates/main/images/tab_right_active.gif) transparent;
}


/*______________________content___________________________*/

.news_thumb		{
 border:none;
 padding-bottom: 200px;
}


.content_header {
position: relative;
background: url(/includes/templates/main/images/content_header_bg.gif);
background-repeat: no-repeat;
/* background-color: yellow; */
left: 0px;
width: 100%;
height: 34px; 
padding-top: 8px;
padding-left: 60px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #353399;
font-size: 16px;
}

.content_header_big {
position: relative;
background: url(/includes/templates/main/images/content_header_bg.gif);
background-repeat: no-repeat;
left: 0px;
width: 100%;
height: 25px; 
padding-top: 8px;
padding-left: 60px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #353399;
font-size: 16px;
}

.content_box {
  position: relative;
  left: 0px;
  width: 98%;
  background: #ffffff;
  border: 0px solid #c1c2c2;
  border-top: none;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 12px; 
  padding-top: 8px;
  margin-bottom: 10px;
  overflow: visible;
}

.content_box_big {
  position: relative;
  left: 0px;
  width: 780px;
  background: #ffffff;
  border: 0px solid #c1c2c2;
  border-top: none;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 12px; 
  padding-top: 8px;
  margin-bottom: 10px;
  overflow: visible;
}

.content_box a {
  color: #353399;
  font-weight: 600;
}

.content_box_big a {
  color: #353399;
  font-weight: 600;
}

.content_header .button, .content_header .input{
  position: relative;
  top: -1px;
  font-size: 10px;
  height: 16px;
}
.content_header .button {
  cursor: pointer;
}
.content_header a.button {
  cursor: pointer;
  font-size: 11px;
  height: 14px;
  font-family: Arial;
}
.content_header .input {
  top: -1px;
  height: 14px;
}
.content_header span.hlstyle {
 color: #ffff00;
 background: transparent;
 font-weight: 700;
}
.content_inactive {
  color: #c85555;
  font-weight: 600;
}
.locked {
  color: #FF0000 !important;
  font-weight: 600;
  font-variant: small-caps;
  font-style: italic;
}

#viewer {
	position: relative;
  top: 0px; 
  left: -60px;
 /* width: 700px;
  height: 650px; */
}

/*______________________EDITOR___________________________*/

#status_box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 22px;

  color: #F9F6F6;
  font-size: 10px;
  font-weight: 600;
  background: #c85555;
  vertical-align: middle;
  overflow: hidden;
}
#status_box .button, #status_box .input{
  position: relative;
  top: -1px;
  font-size: 10px;
  height: 16px;
}
#status_box .button {
  cursor: pointer;
}
#status_box a.button {
  cursor: pointer;
  font-size: 11px;
  height: 14px;
  font-family: Arial;
}

#user_data {
  position: absolute;
  top: 2px;
  left: 10px;
  color: #F9F6F6;
  font-size: 10px;
  font-weight: 600;
}
#user_admin_buttons {
  position: absolute;
  top: 2px;
  right: 10px;
  text-align: right;
  overflow: visible; 
}

.admin_button {
  border: 1px solid #1F49C0;
  background: #4169E1;
  color: #fff;
  vertical-align: bottom;
}
a.admin_button {
  display: block;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
  color: White;
}

/*______________________Kalender und Personenmanager___________________________*/

table.eventCalendar {
  width:100%;
}

table.eventCalendar td{
  padding: 1px;
}

table.eventCalendar td.cell{
  border-bottom: 1px solid #565656;
  padding: 5px;
}

table.eventCalendar tr.header{
  font-weight: bold;
  background: #B8B8B8;
  color: White;
}

table.eventCalendar tr.row_even{
}

table.eventCalendar tr.row_odd{
  background: #E4E4E4;
}

a.calendar_ank:link, a.calendar_ank:visited, a.calendar_ank:hover {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

table.person_list {
  width:100%;
}

table.person_list td{
  padding: 1px;
}

table.person_list td.cell{
  border-bottom: 1px solid #565656;
  padding: 5px;
}

table.person_list tr.header{
  font-weight: bold;
  background: #acacac;
}

table.person_list tr.row_even{
}

table.person_list tr.row_odd{
  background: #efefef;
}

a.calendar_ank:link, a.calendar_ank:visited, a.calendar_ank:hover {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

/*______________________Image Viewer___________________________*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: default;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 14px Tahoma;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
font: 14px Tahoma;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*______________________Lightbox___________________________*/
/*
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
*/
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline;
display: inline-block;
}

.clear {
  clear: both;
}
con
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

/* Editor */	

.editor {position:relative; width:734px; height:530px;}
.editor-big {position:relative; width:725px; height:530px;}

/* Kontaktformular
**/

.kontaktformular  {
	 width:  400px;
     margin: 10px 0;
     padding: 10px;
     font-size: 11px;
     font-family: Tahoma, Verdana, Arial;
     border: 1px solid #666666;
     background: #F5F5F5;
     float: left;
     clear: both;
     }

.kontaktformular fieldset {margin: 10px 0;}
.kontaktformular a {color: #990000; text-decoration: none;}
.kontaktformular a:hover {color: #483D8A;}
  
.kontaktformular legend {
	 background: #7B7B7B;
	 color: #fff;
	 padding: 3px 5px;
	 border: 1px solid #7B7B7B;
	 text-transform: uppercase;
	 }
	  
.kontaktformular label {
     width: 100px;
	 float: left;
     clear: both;
     padding: 3px 10px;
     margin: 3px 0;
     }
          
.kontaktformular input, .kontaktformular textarea {
     border-right: 1px solid #c1c2c2; 
     border-bottom: 1px solid #c1c2c2;
     border-left: 1px solid #c1c2c2; 
     border-top: 1px solid #c1c2c2;
     background: #ddc;
     padding: 0px 3px;
     margin: 3px 0;
	 width: 250px;
}

.kontaktformular input:active, .kontaktformular input:focus, .kontaktformular input:hover { background: #ACBEF2;}
.kontaktformular textarea:active, .kontaktformular textarea:focus, .kontaktformular textarea:hover { background: #ACBEF2;}

.kontaktdaten table, .anfrage table, .captcha table { border-spacing:0px; width:370px; border:0px solid;}
.label { width:100px; padding:0px;}
.field { width:250px; padding:0px;}
.error { width:200px; padding:0px 0px 0px 5px;}
.captchareload { padding-left:10px;}
input.errordesignfields, textarea.errordesignfields { background-color:#cc3333;}

.buttons { text-align: center;}
.buttons input { width:80px;}
.buttons input, .captchareload img { background: #555555; color: #fff; border-top:2px solid #fff; border-left:2px solid #fff; border-bottom:2px solid #c1c2c2; border-right:2px solid #c1c2c2;}
.buttons input:hover, .captchareload img:hover { background: #555555; color: #fff; border-top:2px solid #ddd; border-left:2px solid #ddd; border-bottom:2px solid #fff; border-right:2px solid #fff;}



/*______________________Suchformular search.php___________________________*/

.search_table {
background-color: #EFEFEF;
left:0;
position:relative;
top:10px;
width:97%;
z-index:35;
padding:10px;
margin-right:2px;
border-style: dotted;
border-color:#3113F6;
border-width:1px;
overflow: auto;
}

.search_col_left {
    padding: 10px;
    width: 150px;
    position:relative;
    float: left;
    background-color: #DADADA;
    margin-right: 2px;
    margin-bottom: 2px;
}


.search_col_right {
    padding: 10px;
    width: 510px;
    position:relative;
    float: left;
    background-color: #CECECE;
    margin-bottom: 2px;
}

.search_col_long {
    padding: 10px;
    width: 680px;
    position:relative;
    float: left;
    background-color: #EFEFEF;
    margin-bottom: 2px;
}

.search_table_header {
    font-size: 16px;
    font-weight: bold;
    color: #0000A0;    
}

.search_table_caption {
    font-size: 15px;
    color: #0000A0;    
}

.search_table_content {
    font-size: 14px;
    color: #353535;    
}

.seach_table_input_submit {
    font-size: 14px;
    padding: 2px;
    width: 150px;
    border-color: red;
    border-style: solid;
    border-width: 1px;
}

.seach_table_input_text {
    font-size: 14px;
    padding: 2px;
    margin-right: 5px;
    width: 250px;
}

.seach_table_input_select {
    font-size: 14px;
    padding: 2px;
}






