* 
{
  margin: 0;  
  padding: 0;
}

/* Meyer's Reset */  
html, body, div, h1, h2, h4, p, a, img, ul, li  
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}  

/* remember to define focus styles! */  
:focus 
{
	outline: 0;
}
  
/* END Meyer's Reset */

body
{
  background-color: #581a1a;
  font-family: Arial, Verdana, Helvetica;
}

a, a:focus, a:visited, a:active
{
	color: #581A1A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#gesamt
{
  width: 940px;
  margin: 0 auto;
  background-color: #f7e9d7;  
  padding: 10px;
}

* html #gesamt, *+html #gesamt
{
  position: absolute;
  left: 50%;
  margin-left: -480px;
  
}

h1, h2, h3, h4, h5, h6
{
  padding: 0;
  margin: 0;
margin-bottom: 5px;
}

#header
{
  width: 940px;
  height: 234px;
  background-image: url(../bilder/header.jpg);
  margin:0;
  padding: 0;
}

#navigation
{
  width: 940px;
  height: 40px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  background-image: url(../bilder/nav_bg.jpg);
}

.nav_elements
{
	 list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
}

.nav_elements li
{
	display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 156.667px;
	!width: 156.9px;
    height: 40px;
    margin-right: 0px;
}


.nav_elements a
{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#navi1 a
{
	background-image: url(../bilder/nav.jpg);
	background-position: 0px 0px;
}

#navi2 a
{
	background-image: url(../bilder/nav.jpg);
	background-position: -157px 0px;
}

#navi3 a
{
	background-image: url(../bilder/nav.jpg);
	background-position: -314px 0px;
}

#navi4 a
{
	background-image: url(../bilder/nav.jpg);
	background-position: -471px 0px;
}

#navi5 a 
{
	background-image: url(../bilder/nav.jpg);
	background-position: -628px 0px;
}

#navi6 a 
{
	background-image: url(../bilder/nav.jpg);
	background-position: -785px 0px;
}

#navi1 a:hover
{
	background-image: url(../bilder/nav.jpg);
	background-position: 0px -40px;
}

#navi2 a:hover
{
	background-image: url(../bilder/nav.jpg);
	background-position: -157px -40px;
}

#navi3 a:hover
{
	background-image: url(../bilder/nav.jpg);
	background-position: -314px -40px;
}

#navi4 a:hover
{
	background-image: url(../bilder/nav.jpg);
	background-position: -471px -40px;
}

#navi5 a:hover
{
	background-image: url(../bilder/nav.jpg);
	background-position: -628px -40px;
}

#navi6 a:hover
{
	background-image: url(../bilder/nav.jpg);
	background-position: -785px -40px;
}

#navi1.active a
{
	background-image: url(../bilder/nav.jpg);
	background-position: 0px -80px;
}

#navi2.active a
{
	background-image: url(../bilder/nav.jpg);
	background-position: -157px -80px;
}

#navi3.active a
{
	background-image: url(../bilder/nav.jpg);
	background-position: -314px -80px;
}

#navi4.active a
{
	background-image: url(../bilder/nav.jpg);
	background-position: -471px -80px;
}

#navi5.active a 
{
	background-image: url(../bilder/nav.jpg);
	background-position: -628px -80px;
}

#navi6.active a 
{
	background-image: url(../bilder/nav.jpg);
	background-position: -785px -80px;
}

#neben_container
{
  width: 240px;
  background-color: #fffaf4;
  float: left;
  margin-bottom: 25px;
}

#neben_header
{
	height: 30px;
	width: 240px;
}

#intern_header
{
	height: 30px;
	width: 240px;
	background-image: url(../bilder/login.jpg);
	background-repeat: no-repeat;
}

#sub_navi
{
  margin: 0;
  padding: 10px;
  width: 220px;
  line-height: 1.5;
}

#sub_navi ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sub_navi li
{
  margin: 0 0 3px 0;
}

* html #sub_navi li, *+html #sub_navi li
{
  margin: 0;
}

#sub_navi li a:link, #sub_navi li a:visited
{
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #581a1a;
  border-left: 12px solid #581a1a;
  padding: 5px 5px 5px 0.5em;
}

#sub_navi li a:hover, #sub_navi li a:active, #sub_navi li a:focus
{
  border-bottom: 1px solid #a78282;
  border-left: 12px solid #a78282;
  color: #a78282;
}

#sub_navi li ul
{  
  list-style-type: circle;
  margin-left: 50px;
}

#sub_navi li ul li:hover
{  
  list-style-type: disc;
  color: #581a1a;
}

#sub_navi li li a:link, #sub_navi li li a:visited
{
  background: none;
  border: none;
  font-size: 13px;
  font-weight: normal;
  color: #581a1a;
}

#sub_navi li li a:hover, #sub_navi li li a:active, #sub_navi li li a:focus
{
  list-style-type: disc;
  text-decoration: underline;
  color: #a78282;
  border: none;
  
}

*html #sub_navi li, *+html #sub_navi li, *html #sub_navi li a, *+html #sub_navi li a
{
  border: 1px solid #fffaf4;
  margin: 0 0 1px 0;
}

#content
{
  width: 690px;
  background-color: #fffaf4;
  float: right;
  margin-bottom: 25px;
}

#content_header
{
  height: 30px;
}

#main_content
{
  padding: 10px;
  line-height: 1.5;
  text-align: justify;
}

#footer
{
  clear: both;
}

#aktuelles
{
 text-align: justify;
 font-size: 13px;
 background-color: #f0d1a1;
 border: 1px solid #581a1a;
 line-height: 1.5;
 padding: 5px;
}

#aktuell_box {
  float: left;
  width: 666px;
  padding: 10px 0;
  border: 2px solid #C8CDD2;
  background-color: #f0eae3;
  margin-bottom: 10px;
  }
#aktuell_box dl {
  float: left;
  margin: 10px 20px;
  padding: 0;
  width: 626px;
  display: inline;
  }
  
  #aktuell_box dt {
  float: right;
  width: 546px;
  margin: 0;
  padding: 0;
  font-size: 130%;
  letter-spacing: 1px;
  color: #627081;
  }
  
#aktuell_box dd {
  margin: 0;
  padding: 0;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  }
  
* html #aktuell_box dl 
 { 
	height: 1% 
}

*:first-child+html #aktuell_box dl 
{ 
	min-height: 1px; 
}

   
#aktuell_box dd.aktuell_box_img img {
  float: left;
  }






#intern
{
  margin-top: 10px;
  padding: 10px;
  width: 220px;
  line-height: 1.5;
font-size: 12px;
}

#intern label
{
  font-size: 12px;
  color: #581a1a;
  font-weight: 600;  
}

#intern input
{
  border: 1px solid #581a1a;
  background-color: white;
}

#intern a, #intern a:visited
{
  font-size: 12px;
  color: #581a1a; 
  text-decoration: none;
}

#intern a:hover
{
  text-decoration: underline;
}

#footer
{
  clear: both;
  background-image: url(../bilder/footer.png);
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #ffffff
}

#footer a, #footer a:active, #footer a:focus
{
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}


/* General Easy Events styles */



#ee_miniCalendarContainer 
{
    padding:1px;
	margin: 0 auto;
    width:220px;
	height: 200px;
}

.ee_miniCalendarNav, .ee_miniCalendarDays 
{
    margin:0;
    width:100%;
    text-align:center;
    border-collapse:collapse;
}

/* Calendar nav */

.ee_miniCalPrev, .ee_miniCalNext 
{
    width:1.5em;
}

.ee_miniCalPrev a, .ee_miniCalNext a 
{
    display:block;
    background: #b39696;
    color:#000000;
	font-weight: bold;
	text-decoration: none;
    border-bottom:1px solid #FFF;
}

.ee_miniCalPrev a:hover, .ee_miniCalNext a:hover 
{
	background: #581A1A;
    color: #F7E9D7;
}

/* Calendar days header */

.ee_miniCalendarDays th 
{
    text-align:center;
    font-weight:bold;
    background:#F7E9D7;
}

/* Day variations */

.ee_prev, .ee_next 
{
    background:#EEE;
    color:#777;
}

.ee_noLinkDay
{
	color: #4e4e4e;
}

.ee_noLinkDay, .ee_current a, .ee_prev a, .ee_next a 
{
    display:block;
	text-decoration: none;
}

.ee_today .ee_noLinkDay 
{
    border:1px solid #581A1A;
}

.ee_current a 
{
    background:#b39696;
	color: #000000;
}

.ee_current a:hover
 {
    background: #581A1A;
    color: #F7E9D7;
}

.ee_prev a, .ee_next a 
{
    color:#777;
}

.ee_prev a:hover, .ee_next a:hover
{
    color:#FFF;
    background:#777;
}

/* Listing styles */

.easyEventsList_heading 
{
    margin:.5em 0 .1em 0;
    font-size:138.5%;
    border-bottom:1px dotted #222;
}

.easyEventsList_description
{
    font-size:90%;
}

.tabelle_termine table , .tabelle_termine_detail table
{
	border-collapse: collapse;
	width: 100%;
}

.tabelle_termine td, .tabelle_termine_detail td
{
	padding: 5px;
	border: 2px solid #FFFAF4;
	background-color: #F7E9D7;
}

.tabelle_termine th , .tabelle_termine_detail th
{
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #FFFAF4;
	background-color: #b39696;
}

.tabelle_termine_detail caption 
{
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 10px;
}
