#header {
	height: 97px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-y;
	position: static;
	padding-right: 25px;
	padding-left: 25px;
}
body {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#topmenu a {
	font-family: Verdana;
	color: #FFFFFF;
        size:12px;
	text-decoration: none;
}
#banner {
	width: 900px;
	margin-right: auto;
	height: 213px;
	margin-left: auto;
}

#content {
        min-height:550px;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/stroke.png);
	background-repeat: repeat-y;
	padding-bottom: 0px;
        padding-right: 25px;
	padding-left: 25px;
	position: inherit;
	overflow: hidden;
}
#footer {
	height: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	position: static;
	background-image: url(images/stroke2.png);
	background-repeat: repeat-y;
}

#topmenu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #EEEEEE;
	height: 25px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/stroketop.png);
	background-repeat: repeat-y;
	padding-right: 60px;
	padding-left: 60px;
}
#rechts {
	height: 100%;
	width: 515px;
	padding-top: 40px;
	padding-right: 60px;
	padding-left: 20px;
	float: right;
	position: static;
	overflow: inherit;
}

#links {
	float: left;
	height: auto;
	width: 255px;
	padding-top: 40px;
	padding-bottom: 10px;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
}
p {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #009EE0;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
}
.blue {
	font-family: Verdana;
	font-size: 10px;
	color: #009ee0;
        font-style: normal;
        text-decoration: none;
}
.blue a{
	font-family: Verdana;
	font-size: 10px;
	color: #009ee0;
        font-style: normal;
        text-decoration: none;
}
.blue a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #009ee0;
        font-style: normal;
        text-decoration: underline;
}
.blue2{
	font-family: Verdana;
	font-size: 12px;
	color: #009ee0;
}
#footer #wittig {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
#topmenu a {
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	background-color: #009EE0;
}




/********************
MENU HORIZONTAL
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
 /* background color for the entire menu row */
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding-left: 0px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */
   height: 76px;
   margin: 0 ;
	 text-align: center;
}


/* the links, that is each list item */
div#menu_horiz a {
   height: 20px;
	padding: 4px 9px 62px 9px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none; 
   display: block; /* IE has problems with this, fixed above */
}
div#menu_horiz a:hover {
   height: 20px;
	padding: 4px 9px 62px 9px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
}
div#menu_horiz a.active {
   height: 20px;
	padding: 4px 9px 62px 9px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
	 }
	 
	 div#menu_horiz h3 {
   height: 20px;
	padding: 4px 9px 62px 9px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
	 }
	 
	 
	 
	 
	 
	 /********************
MENU TOP
*********************/

/* hack for Internet Explorer */
* html div#menu_tophoriz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_tophoriz {
   background-color: #000;  /* background color for the entire menu row */
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_tophoriz ul {
   width: 250px;
	 margin: 0;
   padding: 0px;
}


/* menu list items */
div#menu_tophoriz li {
    float: left;/* makes the list horizontal */
   list-style: none; /* hides the list bullet */
   height: 13px;
   margin: 0 ;
	 text-align: center;
}


/* the links, that is each list item */
div#menu_tophoriz a {
   height: 13px;
	padding: 5px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #000; 
   display: block; /* IE has problems with this, fixed above */
}
div#menu_tophoriz a:hover {
   height: 13px;
	padding: 5px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
}
div#menu_tophoriz a.active {
   height: 13px;
	padding: 5px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
	 }
	 
	 div#menu_tophoriz h3 {
   height: 13px;
	padding: 5px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
	 }
	 
	   
	 /********************
MENU SUBS
*********************/

/* hack for Internet Explorer */
* html div#menu_subs {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_subs {  /* background color for the entire menu row */
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_subs ul {
   width: 255px;
	 margin: 0;
   padding: 0px;
}


/* menu list items */
div#menu_subs li {
   list-style: none; /* hides the list bullet */
   height: 20px;
	width: 255px;
   margin: 0 0 30px 0;
	 text-align: center;
}


/* the links, that is each list item */
div#menu_subs a {
   height: 23px;
	padding: 12px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #000; 
   display: block; /* IE has problems with this, fixed above */
}
div#menu_subs a:hover {
   height: 23px;
	padding: 12px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
}
div#menu_subs a.active {
   height: 23px;
	padding: 12px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
	 }
	 
	 div#menu_subs .currentpage {
   height: 23px;
	padding: 12px 10px 5px 10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   background-color: #009EE0; 
   display: block; /* IE has problems with this, fixed above */
	 }