/* Elements */

* 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	background: #333 url(images/background.png) repeat;
	}

h1, h2, h3 
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h1 	
	{
	font-size: 2.1em;
	}

h2 
	{
	font-size: 1.5em;
	}

h3 
	{
	font-size: 1em;
	}

h2, h3, h4, h5, h6 
	{
	color: #2582A4;
	}

p, ol, ul 
	{
	text-align: justify;
	}

strong 
	{
	font-weight: bold;
	color: #808080;
	}

a 
	{
	color: #003D71;
	}

a:hover 
	{
	text-decoration: none;
	color: #2582A4;
	}

.box 
	{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/box.gif) repeat-x left bottom;
	}

.box ul
	{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	}

.bottom 
	{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/bottom.gif) no-repeat left bottom;
	}

.image 	
	{
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	}

.indent 
	{
	margin-left: 100px;
	margin-bottom: 15px;
	}

#header 
	{
	width: 100%;
	height: 69px;
	margin-top: 0;
	background: #000 url(images/header.png) repeat;
	border-bottom: 0px solid #000;
	}

#header h1, #header p 
	{
	color: #FFFFFF;
	}

#header h1 
	{
	padding: 10px 0 0 10px;
	}

#header p 
	{
	margin: 0;
	padding: 0 0 0 75px;
	font-size: 13px;
	line-height: normal;
	}

#header a 
	{
	text-decoration: none;
	color: #FFFFFF;
	}

#ads 
	{
	float: right;
	width: 480px;
	height: 60px;
	margin: 0;
	padding: 5px 5px 0 0;
	}

/* Menu */

#menu 
	{
	background: #F0C451 url(images/menu.png) repeat-x center top;
	height: 50px;
	margin: 0;
	padding: 0;
	}

#menu ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#menu li 
	{
	display: inline;
	}

#menu a 
	{
	display: block;
	float: left;
	height: 38px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003D71;
	font-weight: bold;
	}

#menu a:hover 
	{
	height: 38px;
	background: url(images/menu_hover.gif) no-repeat center bottom;
	color: #fff;
	}

/* Content */

#content {
	width: 100%;
	margin: 0 auto;
	background: #fff url(images/white.gif) repeat;
}

#col_left {
	float: left;
	width: 238px;
	min-height: 400px;
	background: #fff url(images/col_left.gif) repeat-x;
}

#col_left h3 {
	padding: 0 20px;
}

#col_left ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#col_left li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#col_left li.first {
	border: none;
}

#col_left dl {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 10px;
}

#col_left dt {
   	clear:both;
   	width: 128px;
   	float:left;
}

#col_left dd {
   	width: 67px;
	font-weight: bold;
	text-align:right;
   	margin:0 0 0 128px;
}

#col_left dd, #col_left dt  {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#col_left dd.first, #col_left dt.first {
	border: none;
}

#col_left .bottom {
	margin-bottom: -10px;
	padding-bottom: 0;
}

#col_right {
	margin-left: 250px;
	margin-right: 2px;
	padding: 0 0 0 30px;
	min-height: 400px;
	background: #fff url(images/col_right.gif) repeat-x;
}

#col_right h2 {
	padding-top: 7px;
	margin-bottom: 10px;
	font-size: 24px;
}

#col_right h3 {
	margin-bottom: 0;
	font-size: 16px;
}

#col_right h4 {
	margin-top: 0;
	font-size: 10px;
	font-weight: normal;
}

#col_right .box {
	margin: 0 0px 30px -20px;
	padding: 0 30px 0 20px;
}

#col_right .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

#logo {
	height: 150px;
	background: url(images/logo.gif) no-repeat;
	color: #fff;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#logo h2 {
	padding-top: 10px;
	font-size: 18px;
}

#logo h3 {
	margin-top: -5px;
	font-size: 16px;
}

#logo p {
	padding: 2px 5px 2px 8px;
	font-size: 12px;
	text-align: left;
}

div.adresse, div.telefon {
	text-align:left;
	display:block;
	line-height: 1.3em;
	margin: 0 0 1em 1em;
	padding: 1em 1em 0em 50px;
	background-repeat: no-repeat;
	background-position: left 0.8em ;	
}

div.adresse 
	{
	background-image: url(images/con_address.png);
	}

div.telefon 
	{
	background-image: url(images/con_tel.png);
	}

.formular p
	{
	margin: 10px 0px 10px 10px;
	line-height: 150%;
	}

input, textarea, select
	{
	padding: 2px;
	background: #eee;
	color : #000;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	border-right: #fff 1px solid;
	border-top: #71768a 2px solid;
	border-bottom: #fff 1px solid;
	border-left: #71768a 2px solid;
	}

label
	{
	display: inline
	}

input.button
	{
	padding: 4px;
	margin-right: 10px;
	border: #434343 1px solid;
	background-image: none;
	background: #e9ecef;
	color: #434343;
  	font: bold 1.25em/1.5 Tahoma, Arial, Helvetica, sans-serif;
	}

input.vote
	{
	display: inline;
	border: none;
	background: none;
	}

input#submit
	{
  	float: none;
  	width: auto;
  	margin-bottom: 3em;
	}

/* Footer */

#footer 
	{
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	margin-top: 0;
	padding-top: 30px;
	color: #a1a1a1;
	background: url(images/footer.png) repeat-x;
	}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	color: #87A019;
}

#footer a:hover {
	text-decoration: none;
	color: #2582A4;
}

/* Tabellen Kalender */

table.kalender 
	{
   	border-collapse: separate;
   	border: 1px solid #2991b1;
	background: #2991b1;
   	}
   	
table.kalender caption
	{
   	text-align:left;
	line-height: 1.3em;
	color: #eee;
  	font-weight: bold;
	font-size: 15px;
	padding: 5px 0 5px 25px;
	background: #2991b1 url(images/icon-date.gif) no-repeat 4px 7px;
	border: 0px solid #2991b1;
	border-style: hidden;
	}

table.kalender th
	{
   	text-align:center;
	color: #eee;
  	font-weight: bold;
	font-size: 10px;
	padding: 1px;
	background: #2991b1;
	border: 0px solid #2991b1;
	border-style: hidden;
	}

table.kalender td.table_first
	{
   	text-align: left;
	color: #eee;
  	font-weight: bold;
	font-size: 10px;
	padding: 1px;
	background: #2991b1;
	border: 0px solid #2991b1;
	border-style: hidden;
	}

table.kalender td.table_day
	{
   	text-align: right;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #F5F5F5;
	}

table.kalender td.table_weekend
	{
   	text-align: right;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #E5E5E5;
	}

table.kalender td.table_blank
	{
   	text-align: right;
	color: #2991b1;
	font-size: 10px;
	padding: 2px;
	background: #2991b1;
	}

table.kalender td.table_durchschitt
	{
   	text-align: right;
	color: #eee;
  	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	background: #2991b1;
	border: 0px solid #2991b1;
	border-style: hidden;
	}

table.kalender td.table_last
	{
   	text-align: right;
	color: #eee;
  	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	background: #2991b1;
	border: 0px solid #2991b1;
	border-style: hidden;
	}

table.kalender tr.table_footer
	{
	background: #2991b1;
	}

table.kalender td.table_footer
	{
   	text-align: right;
	color: #eee;
  	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	background: #2991b1;
	border: 0px solid #2991b1;
	border-style: hidden;
	}

