@charset "utf-8";
#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;
}
#banner {
	width: 900px;
	margin-right: auto;
	height: 213px;
	margin-left: auto;
}

#content {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/stroke.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
	position: static;

}
#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;
	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;
    margin-bottom:50px;
}

#links {
    height: 100%;
	width: 255px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom:50px;
}
#links2 {
    height: 100%;
	width: 255px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom:50px;
}
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;
}
#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 */
	 }
	 
	 
	 
	 
	
