﻿@CHARSET "UTF-8";

/*ALLGEMEINES */
html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, Sans-Serif;
	font-size: 0.75em;
	line-height: 1.5em;
	padding:0px;
	margin: 0px 0px 0px 22px;
	border: 0;
	height: 100%;
}

/* Formatierung*/
h1 {
	font-weight:bold;
	font-size:1.25em;
	padding: 0px 0px 10px 0px;	
	margin:0px;
}
h2 {
	font-weight:bold;
	font-size: 1em;	
	margin: 0px 0px 4px 0px;
}

h2 a, h2 a:link, h2 a:visited
{
	text-decoration: none;
}

p {
	padding: 0px;
	margin:0px 0px 10px 0px;
}
a:LINK, a:VISITED {
	color:#555555;
	text-decoration:underline;
}
a:HOVER {
	color:#555555;
	text-decoration:underline;
}

ul { 
  list-style-type: disc; 
  list-style-position: outside; 
  margin: 0 0 0 15px; 
  padding: 0; 
} 

/* Bilder */

.teaserimg
{
	margin-right: 1ex;
}


input.buttonstyle, a.buttonstyle, .buttonstyle
{
	border-color: #92a4af;
}


/* Seitenbereiche */

div#page {
	width:968px;
}

div#header {
	height:100px;
	background-color: #6D8398;
	margin:0px 0px 1px 0px;
	padding:0px;
	background-image: url("../images/bg_header.jpg");
}

div#nav_top {
	height:30px;
	background-color: #92A4AF;
	margin-bottom: 1px;
	
}

div#nav_left {
	width:195px;
	float:left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	overflow:hidden;
}

div#content {
	margin:9px 0px 0px 0px;
	padding: 0px;
	width:758px;
	float:left;
}

div#content_nomenu {
	margin:9px 0px 0px 3px;
	padding: 0px;
}

div#footer {
	clear:both;
	line-height:1em;
	height:13px;
	background-color:#6D8398;
	padding: 3px 3px 0px 3px;
	margin: 10px 0px 0px 0px;
	color:#FFFFFF;
}

div#footer a:visited, div#footer a:link, div#footer a:active  {
	color:#FFFFFF;
}

/* Header */

div#login{
	float: right;
	text-align: right;
	padding: 0.2ex;
	color: #ffffff;
}

div#login input.query{
	margin: 0 0 0 0;
	font-size: 9px;
	width: 50px;
}

div#login label
{
	margin: 0 0.3ex 0 0;
}

div#login input.button {
	font-size: 9px;
	margin: 0.2ex 0 0 0;
	width: 50px;
	background-color: #ffffff;
	color: #000000;
}


#header a, #header a:visited, #header a:link, #header a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

/* search */

form#searchform
{
	padding: 0;
	margin: 0;
}

div#search_box input.button {
	width:60px;	
	margin: 0px 3px 0px 0px;	
	font-size: 11px;
}

div#search_box label{
	width: auto;
	font-size: 12px;
	margin: 0px 3px 0px 0px;
}
div#search_box {
	float:right;
	margin-top: 6px;
	color: #FFFFFF;	
	padding: 0px;
		
}

div#search_box input.query{

	width:70px;	
	margin: 0px 3px 0px 0px;	
	font-size: 11px;
}

/* Navigationen */

ul#subnav_left li, #nav_top ul#menulist li{
	background: none;	
	padding: 0px;	
	margin: 0px;
}

/* Hauptnavigation Oben */

#nav_top ul#menulist {
	list-style:none;
	padding: 9px 0px 9px 5px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1em;
	margin: 0;
}

#nav_top ul#menulist a:link, #nav_top ul#menulist a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#nav_top ul#menulist li {
float:left;
padding-right: 1ex;
margin-left: 1ex;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #ffffff;
}

/* Subnavigation Links */

#nav_left ul#subnav_left, #nav_left ul#subnav_left ul{
	line-height: 1em;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	background-color: #DFE1E2;	
}

#nav_left ul#subnav_left ul{
	margin-top: 0.5ex;
}

#nav_left ul#subnav_left a:link, #nav_left ul#subnav_left a:visited {
text-decoration:none;
}

#nav_left ul#subnav_left a:hover {
	text-decoration: none;	
	color:#6D8398;
}

#nav_left li.topmenu{	
	font-weight:bold;
	padding: 4px 0px 0px 0px;
}

li.submenu {
	font-weight:normal;	
	padding: 2px 0px 0px 10px;	
}

/* Startseite */

h2.news_title {
	background-color: #6D8398;
	color: #FFFFFF;	
	padding: 0px 0px 0px 5px;
}
div.news_box {
	width:250px;
	float:left;
	margin-left:20px;
}
div.news_entry {
	border-bottom: 1px solid black;
}
img.title_image {
	width:400px;
	height:300px;
	/* float:left; */
}



/* Inhaltseite */
.left_col {
	float:right;
	width:483px;
	margin: 0px 0px 0px 0px;
	padding:0px;	
}

.right_col {
	float:right;
	width:250px;
	margin: 0px 0px 0px 10px;	
	border-left: 1px solid #92A4AF;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px 0px 0px 5px;
}

.right_col .image_left, .right_col .image_right, .right_col .image_row  {
	margin: 0px;
}

.right_col h1 {
	font-weight:bold;
	font-size: 1em;	
	margin: 0px 0px 4px 0px;	
}

.pagination {
text-align: center;
height: 20px;
}

span.pagination_number {
margin: 0px 2px 0px 2px;	
}

/* Formulare */
.form_row {
	clear:both;
	margin: 4px 0px 4px 0px;	
}
/*label {
	width:150px;	
	display: block;
	float: left;
}
*/
span.element_description {
	margin-left: 10px;	
}

input.button {
width: 80px;
}
div.error_message {
	color: #FF0000;
}	

/* Sonstiges */

.cleaner {
	clear:both;	
}
.seperator{
	clear:both;
	border-top: 1px solid #333333;
	margin: 0px 0px 20px 0px;
}


/* EVENTS */
.event_info_box {
	float:left;
	width:300px;
}
.event_info_box span.info_title {
	display:block;
	float:left;
	width: 80px;
}


/* left_box */
.left_box {
	float: left;
}


/* print information */
div#printheader
{
	display: none;
}

/* inserted */
.imagelayer 
{
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-size: 11px;
	line-height: 150%;
	font-family: Arial;
	text-align: center;
} 
.textlayer 
{ 
	text-align: justify 
} 

  
ul { 
  list-style-type: disc; 
  list-style-position: outside; 
  margin: 0 0 0 15px; 
  padding: 0; 
}