* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

html {
	background:	#ffffff;
	height:		101%; /* Das will der IE. */
}

body {
	position:	absolute;
	left:		50%;	
	margin-left:	-400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.splitter
{
	float: left;
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
	margin-right: 5px;
}

.vsplitter
{
	height: 1px;
	width: 80%;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
}

.wrapper 
{
	width: 800px;
	height: 100%;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.header
{
	width: 100%;
	height: 90px;
}

.logo
{
	height: 60px;
	width: 143px;
	margin-left: 5px;
	margin-top: 5px;	
	float: left;	
}

.header_right
{
	margin-right: 15px;
	margin-top: 15px;
	float: right;
}

.header_right a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;	
}

.header_right a:visited
{
	text-decoration: none;
}

.menu
{
	width: 770px;
	height: 22px;
	margin-left: 30px;
}

.menu_btn
{
	width: 120px;
	height: 100%;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-left: 2px;
	float: left;
}

.menu_btn a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

.menu_btn a:visited
{
	text-decoration: none;
}

.main
{
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

.main_wrapper
{
	width: 760px;
	height: 100%;
	margin: 0px 20px 0px 20px;	
}

.main_wrapper_left
{
	width: 430px;
	height: 100%;
	float: left;
	margin-left: 20px;
	display: inline;
}

.main_wrapper_left_top
{
	font-size: 14px;
}

.main_wrapper_left_bot
{

}

.main_photo_left
{
	width: 160px;
	height: 160px;
	margin-left: 20px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	float: left;
}

.main_photo_left_komp
{
	width: 210px;
	height: 145px;
	margin-right: 10px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	float: left;
}

.main_text_right
{
	width: 510px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	float: left;
}

.main_text_right_small
{
	width: 155px;
	height: 160px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}

.main_photo_right
{
	width: 160px;
	height: 160px;
	border: 1px;
	margin-right: 20px;
	border-color: #CCCCCC;
	border-style: solid;
	float: right;
}

.main_text_left
{
	width: 538px;
	height: 160px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	float: right;
}

.main_text_left_small
{
	width: 150px;
	height: 160px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	float: right;
}

.main_wrapper_left_bot_top
{
	text-align: justify;
}

.main_wrapper_left_bot_mid
{
	text-align: center;
}

.main_wrapper_left_bot_bot
{
	text-align: justify;
}

.main_wrapper_right
{
	width: 300px;
	height: 100%;
	float: left;
	margin-left: 40px;
	display: inline;
}

.main_wrapper_right_top
{
	width: 260px;
	height: 177px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	margin-top: 10px;
}

.footer
{
	width: 100%;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.footer_main
{
	margin-top: 25px;
	text-align: center;
}   
    
#navbar 
{
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 100000;
    
}
    
#navbar li 
{
    list-style: none;
    float: left; 
    width: 120px;
    
}

#navbar li a 
{
    display: block;
    background-color: #CCCCCC;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center; 
	margin-left: 1px;
	border: 1px;
	border-style: solid;
	border-color: white;
	/*margin-bottom: 5px;*/
} 

#navbar li a:hover 
{
   color: #FFFFFF; 
}

#navbar li ul 
{
    display: none;  
}

#navbar li:hover ul, #navbar li.hover ul 
{
    display: block;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0; 
}

#navbar li:hover li, #navbar li.hover li 
{
    float: left; 
}

#navbar li:hover li a, #navbar li.hover li a 
{
    color: #FFFFFF; 
}

#navbar li li a:hover 
{
    color: #FFFFFF; 
}

.link
{
	 text-decoration: none;
	 color: #000000;
}

.link a
{
	 text-decoration: none;
	 color: #000000;
}

.link a:visited
{
	 text-decoration: none;
	 color: #000000;
}

.link a:hover
{
	 text-decoration: none;
	 color: #8e8888;
}

.simple_left
{
	margin-left: 20px;
}

.inputbox
{
	background: #E1E1E1;
	border: 1px solid;
}

.button
{
	background: #E1E1E1;
	border: 1px solid;
}

table 
{
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}

td, th 
{
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}

th 
{
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover 
{
	background-position: 0px 0px;
	color: #FFFFFF;
}

td.date_has_event 
{
	background-position: 0px 0px;
	color: #444;
}

td.date_has_event:hover 
{
	background-position: 0px -81px;
	color: #FFFFFF;
}

td.padding 
{
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}

td.today:hover 
{
	background-position: 81px -81px;
}

.events {
	position: relative;
}

.events ul 
{
	margin-left: -20px;
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}

.events li 
{
	padding-bottom: 5px;
}

.events li span 
{
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}

.events li span.title 
{
	font-weight: bold;
	color: #222;
}


#simplegallery1{
	position: relative; 
	visibility: hidden; 
	border: 10px solid darkred;
}

#simplegallery1 .gallerydesctext{
	text-align: left;
	padding: 2px 5px;
}

.photobox
{
	width: 410px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.termine_title 
{
}
.termine_text
{
	margin-bottom: 10px;
}
