#header {
	width: 960px;
	}
	
	#header #banner {
		float: left;
		width: 651px;
		}
		
		#header #banner h1 {
			background-image: url(images/logo.gif);
			background-repeat: no-repeat;
			height: 75px;
			text-indent: -9999px;
			}
			
			#header #banner h1 a {
				display: block;
				width: 250px;
				height: 75px;
				}
			
		#header #banner p {
			background-repeat: no-repeat;
			height: 174px;
			margin-bottom: 10px;
			}
			
			#header #banner p a {
				display: block;
				height: 56px;
				position: relative;
				text-indent: -9999px;
				top: 60px;
				width: 246px;
				}
				
	#header #extra {
		margin-left: 651px;
		background-image: url(images/regelen.gif);
		background-position: 0 29px;
		background-repeat: no-repeat;
		}
		
		#header #extra form {
			background-color: #036;
			padding: 8px 5px 0 20px;
			}
			
			#header #extra form .text {
				border: none;
				padding: 2px 4px;
				margin-right: 5px;
				width: 200px;
				}
				
			#header #extra form .submit {
				background-image: url(images/search.gif);
				border: none;
				height: 21px;
				width: 61px;
				}
				
		#header #extra p {
			color: #fff;
			font-weight: bold;
			height: 33px;
			text-align: right;
			padding: 34px 10px 0 0;
			}
			
		#header #extra ul {
			border-bottom: 1px solid #f60;
			height: 142px;
			margin: 10px 0 0 5px;
			}
			
			#header #extra ul li {
				border-bottom: 1px solid #ededed;
				padding-left: 20px;
				}
					
					#header #extra ul li.last {
						border-bottom: none;
						}
						
				#header #extra ul li a {
					background-image: url(images/arrow-right.gif);
					background-position: right 8px;
					background-repeat: no-repeat;
					color: #444;
					display: block;
					height: 16px;
					padding: 6px 15px 6px 0;
					text-decoration: none;
					}
					
					#header #extra ul li a:hover span {
						font-weight: bold;
						}
						
#align {
	width: 960px;
	}

#menu {
	clear: left;
	float: left;
	width: 220px;
	}
	
	#menu li {
		display: block;
		margin-bottom: 1px;
		}
		
		/* IE6 only */
		* html #menu li {
			clear: both;
			float: left;
			width: 220px;
			}
		
		#menu li a {
			background-color: #fff;
			background-image: url(images/menu-white-arrow-right.gif);
			background-position: 200px 5px;
			background-repeat: no-repeat;
			border: 1px solid #d7d7d7;
			color: #036;
			display: block;
			height: 17px;
			font-weight: bold;
			line-height: 18px;
			overflow: hidden;
			padding: 5px 0 5px 5px;
			text-decoration: none;
			}
			
			#menu li.blue a {
				background-color: #036;
				background-image: url(images/menu-arrow-right.gif);
				border: none;
				color: #fff;
				}
				
			#menu li a:hover {
				font-weight: bold;
				}
				
			#menu li.open a {
				background-image: url(images/menu-white-arrow-down.gif);
				}
			
			#menu li.blue_open a {
				background-color: #f60;
				background-image: url(images/menu-arrow-down.gif);
				}
				
				#menu li.blue_open li a {
					font-weight: normal;
					background: none;
					}
					
					
		#menu li ul {
			padding: 5px 0;
			background-color: #fff;
			border-bottom: 1px solid #ccc;
			margin: 1px 0 0 0;
			}
			
			#menu li.blue ul {
				background-color: #ffc7a1;
				border: none;
			}
			
			#menu li li {
				margin: 0;
				float: none;
				}
			
			#menu li li a {
				background-color: transparent;
				background-image: none !important;
				border: none;
				color: #000 !important;
				font-weight: normal;
				padding-left: 10px;
				}
				
				#menu li li a:hover {
					font-weight: bold;
					}
				
				#menu li li.current a {
					font-weight: bold !important;
					}
					
					
			#menu li li.current ul {
				padding: 0;
				}
				
				#menu li li.current li a {
					background-image: url(images/submenu-arrow-blue.gif) !important;
					background-position: 10px 9px;
					background-repeat: no-repeat;
					font-weight: normal !important;
					padding-left: 23px;
					}
					
					#menu li li.current li.current a {
						text-decoration: underline;
						}
						
						#menu li li.current li a:hover {
							text-decoration: underline;
							}
						
						
				#menu li.blue li.current li a {
					background-image: url(images/submenu-arrow.gif) !important;
					}


#content {
	float: left;
	font-family: verdana;
	font-size: 90%;
	margin: 0 12px;
	width: 490px;
	}
	
	#content h1 {
		font-size: 150%;
		margin-bottom: 10px;
		}
		
	#content p {
		margin-bottom: 15px;
		line-height: 160%;
		}
	
	#content #breadcrumbs {
		color: #888;
		margin-bottom: 5px;
		}
		
		#content #breadcrumbs a {
			color: #888;
			text-decoration: none;
			}
			
			#content #breadcrumbs a:hover {
				text-decoration: underline;
				}
				
	#content #flash_message {
		color: #0c0;
		height: 10px;
		}
				
	#content #page_actions {
		height: 20px;
		padding-right: 10px;
		}
		
		#content #page_actions a {
			background-repeat: no-repeat;
			display: block;
			float: left;
			height: 15px;
			text-indent: -9999px;
			width: 16px;
			}
			
			#content #page_actions a.smaller {
				background-image: url(images/font-smaller.gif);
				}
				
			#content #page_actions a.larger {
				background-image: url(images/font-larger.gif);
				margin-left: 5px;
				}
				
			#content #page_actions a.print {
				background-image: url(images/print.gif);
				float: right;
				width: 17px;
				}
				
			#content #page_actions a.tell {
				background-image: url(images/mail.gif);
				float: right;
				margin-right: 5px;
				width: 17px;
				}

	
#sidebar {
	float: left;
	width: 220px;
	}
	
	#sidebar .block {
		margin-bottom: 10px;
		}
		
		#sidebar .block h3 {
			background-color: #036;
			border-bottom: 1px solid #f60;
			color: #fff;
			padding: 3px;
			}
			
		#sidebar .block .content {
			xbackground-color: #ffe3d1;
			xbackground-image: url(images/block-back.gif);
			xbackground-position: bottom;
			xbackground-repeat: repeat-x;
			border: 1px solid #f5f5f5;
			border-top: none;
			color: #036;
			font-size: 95%;
			*font-size: 90%;
			font-weight: bold;
			padding: 10px 5px 5px 5px;
			}
			
			#sidebar .block .content .who {
				margin-top: 3px;
				text-align: right;
				}
				
	#footer {
		clear: both;
		padding-top: 50px;
		width: 960px;
		}
		
		#footer p {
			border-top: 2px solid #114170;
			color: #369;
			font-weight: bold;
			padding: 10px 0 2px 0;
			text-align: center;
			}
	
		#footer p.imano {
			border-top: none;
			background-image: url('images/imano.jpg');
			background-position: bottom;
			background-repeat: repeat-x;
			color: #e76fb8;
			font-weight: normal;
			padding: none;
			padding-bottom: 3px;
			text-align: center;
			}
		
		#footer a {
			color: #e76fb8;			
			font-weight: bold;
		}
			
			
.highlight {
	background-color: yellow;
	font-weight: bold;
	}
	
	
p.back {
	margin: 10px 0 0 50px;
	}
	
	p.back a {
		color: #333;
		}
		
.search_form label input {
	border: 1px solid #f60;
	padding: 2px 4px;
	width: 250px;
	float: left;
	}
	
	.search_form p.submit {
		background-image: url(images/button-left.gif);
		background-repeat: no-repeat;
		height: 20px;
		margin-left: 5px;
		padding-left: 5px;
		float: left;
		}
		
		.search_form p.submit input {
			background-color: transparent;
			background-image: url(images/button-right.gif);
			background-position: top right;
			border: none;
			color: #444;
			float: left;
			font-size: 11px;
			height: 20px;
			padding: 0 15px 0 10px;
			text-decoration: none;
		}
		
.search_results {
	clear: both;
	}
	
#content ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 1em;
	}
	
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 1em;
	}
	
#content ul li, #content ol li {
	margin-bottom: 0.2em;
	margin-left: 2em;
	}
	
#content strong {
	font-weight: bold;
	}
	
#content em {
	font-style: italic;
	}

#content h1
{
	font-size: 18px;
	font-weight: bold;
}

#content h2
{
	font-size: 16px;
	font-weight: bold;
}

#content h3
{
	font-size: 14px;
	font-weight: bold;
}

#content h4
{
	font-size: 12px;
	font-weight: bold;
}

#content strong.larger {
	font-size: 16px;
	}
	
a {
color: #0000ee;
}

a.visited {
color: #0000ee;	
}
}
}	