body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 83%;
	color: #000;
	line-height: normal;
	padding: 0;
	margin: 10px;
	background-color: #DDDDDD;
}
a:link, a:visited, a:active {
	color: #0072D5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005c92;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #999;
	height: 1px;
	width: 100%;
}

input,
textarea {
	color: #000;
	background-color: #FFF;
	border: 1px solid #999;
	height: 20px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-radius: 5px;

}
img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #B5B5B5;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-color: #B5B5B5;
	border-radius: 5px;
}

/***********************************
	container
************************************/
#mainContainer {
	width:940px;
	padding:0px;
	background:#EEEEEE;
	border: 6px solid #FFF;
	margin:0px auto 0 auto;
	border-radius: 5px;
}

/***********************************
	head
************************************/
#boven {
	padding: 5px;
	width:930px;
	height: 80px;
	background-color: #EEEEEE;
	text-align: right;
	background-image: url(images/toplogo.png);
	background-repeat: no-repeat;
	border-radius: 5px;
}
#boven img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#head {
	background:#EEEEEE;
	padding: 5px;
	width:890px;
	height: 270px;
}
#head a:link, #head a:visited, #head a:active {
	color: #FFF;
	font-weight: bold;
}
#head a:hover {
	color: #333;
}
#boven input, 
textarea {
	color: #000;
	background-color: #FFF;
	border: 1px solid #999;
	height: 20px;
	width: 250px;
	margin-top: 12px;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	border-radius: 5px;
}
/***********************************
	header-menu
************************************/

#nav {
	float:left;
	padding:0 px;
	margin-top: 5px;
	height:30px;
	width:930px;
	display:block;
	clear:both;
	background-color: #999;
	border-radius: 5px;
}
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative; 
}

/* Link Formatting */
#nav ul li {
	float: left;   
	font-weight: normal; 
}
#nav ul li a {
	display: block;  
	padding: 7px 10px 7px 10px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: bold; 
}
/* Hover Formatting */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	color: #FFF;
	background-color: #0072D5;
	border-radius: 5px;
}
/* Activ Link Formatting */
#nav a.menu-parent {
	color: #fff;
	background-color: #0072D5;
	border-radius: 5px;
}


/* 2 Ebene */
#nav .menu li ul {
	position: absolute;
	width: 11em;
	margin: 0;
	display: none;
	text-transform: none;
	font-size: 100%;
	background-color: #0072D5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-radius: 5px;
}
#nav .menu li ul li {
	width: 11em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
}
#nav .menu li ul li a {
	width: 10.5em; 
	padding: .3em .1em .3em .4em; 
	color: #fff;  
	font-weight: normal; 
}

/* 2 Ebene hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current {
	color:#333;
	background-color: #B5B5B5;
}


/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3 Ebene  */
#nav .menu li ul li ul	{
	margin: 5px 0 0 -40%;
	z-index: 9999;
	background-color: #0072D5;
}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a { width: 10.5em;}

/* 4 Ebene */
#nav .menu li ul li ul li ul	{
	width: 9em;
	background-color: #0072D5;
}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning hover */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	
	white-space: normal;
							
}




/***********************************
	sidebar
************************************/
#sidebar {
	float: right;
	width: 320px;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 0px;
	line-height: 15px;
	text-align: left;
	word-spacing: 1px;
	color: #333;
	margin-right: 5px;
	background-color: #FFFFFF;
	background-image: url(images/pfgb.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	border-radius: 5px;
}
#sidebar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar h1 {
	font-size: 1.4em;
	color: #0072D5;
	margin: 0px;
	text-shadow: -1px 2px 3px #999;
	
}
#sidebar h2 {
	font-size: 1.6em;
	color: #0072D5;
	margin: 0px;
}
#sidebar h3 {
	font-size: 1.2em;
	color: #0072D5;
	margin: 0px;
}
#sidebar h4 {
	font-size: 1em;
	color: #0072D5;
	margin: 0px;
}

/***********************************
	main content 1
************************************/
#mainContent {
	float:left;
	width: 575px;
	position: relative;
	vertical-align: top;
	line-height: 15px;
	text-align: left;
	word-spacing: 1px;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-image: url(images/pfgb.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #333;
	border-radius: 5px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #0072D5;
	font-weight: normal;
}
#mainContent a:hover {
	color: #333;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #0072D5;
	margin: 0px;
	text-shadow: -1px 2px 3px #999;
	
}
#mainContent h2 {
	font-size: 1em;
	color: #0072D5;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1em;
	color: #0072D5;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #0072D5;
	margin: 0px;
}

#innerinfo {padding:5px 10px 3px 10px; color:#333;	}

/***********************************
	separator
************************************/

#footer-1
	{
	clear: both;
	height:80;
	color: #000;
	text-align: center;
	padding-top: 5px;
	background-color: #DFDFDF;
	margin: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}
/***********************************
	footer
************************************/

#footer {
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
	margin-bottom: 30px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fd8429;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #fd8429; color: #fff; 
}

