/* 	css document */

body {
	padding: 0;
	margin: 0;
	background: #5a5a5a url(/images/body_bg.png) repeat-y 50% 0;
	font: 11px Arial, Helvetica, sans-serif;
	}

	img {
		border: none;
		}
	
/* text */

	h1 {
		font-size: 1.6em; 
		margin: 0px 0 15px 0; 
		padding: 0; 
		color: #005696;
		font-weight: normal;
		}
	
	h2 {
		font-size: 1.4em; 
		margin: 0;  
		padding: 0; 
		color: #005696;
		font-weight: bold;
		text-transform:uppercase;
		}
	
	h3 {
		font-size: 1.2em; 
		margin: 0 0 2px 0;  
		padding: 0; 
		color: #282828;
		font-weight: bold;
		text-transform:uppercase;
		}
	
	p {
		font-size: 1.2em; 
		margin: 0 0 15px 0; 
		padding: 0; 
		color: #282828;
		line-height: 1.4em;
		}
	
	a {
		font-size: 1.0em; 
		margin: 0; 
		padding: 0; 
		color: #282828;
		text-decoration: underline;
		}
	
	a:hover {
		color: #005696;
		}


	div#container {
		width: 984px;
		padding: 0px;
		margin: auto;
		}

		div#header {
			background: url(/images/header.jpg) no-repeat;
			height: 200px;
			position: relative;
			}
			
			
/* login */

			.header_rechts {
				position: absolute;
				top:5px;
				right:0;
				}
			
				.header_rechts a {
					color: #fff;
					margin-right:13px;
					text-decoration:none;
					}
				
				.header_rechts a:hover  {
					color: #00235d;
					}


/* navigation */

			.menu {
				position:absolute;
				top:170px;
				left:237px;
				margin: 0;
				padding: 0;
				width: 750px;
				display:block;
				height:30px;
				}			
			
					.menu ul {
						list-style-type: none;
						overflow:hidden;_zoom:1;
						margin: 0px;
						padding: 0px 0 0 0px;
						}
					
						.menu li {
							padding:0 0 0 5px;
							height:30px;
							display:block;
							float:left;
							margin:0 10px 0 0;
							}
						
						.menu li:hover {
							background:url(/images/menuitemleft.png) no-repeat 0 0;
							}
							
							.menu li a {
								height:22px;
								padding:8px 5px 0;
								display:block;
								margin: 0px 0px; 
								font-size: 1.3em; 
								color: #fff;
								text-decoration:none;
								float:left;
								font-weight:bold;
								text-transform: uppercase;
								}
							
							.menu li:hover a {
								color: #005696;
								background: #fff;
								text-decoration:none;
								}	
							
							.menu li span {
								width:5px;
								height:30px;
								display:block;
								float:left;
								}
							
							.menu li:hover span {
								background:url(/images/menuitemright.png) no-repeat 0 0;
								}	
					

/* content */

			div.content-top {
				background: url(/images/content-bg-top.gif) no-repeat top;
				height: 45px;
				position:relative;
			}

			div.content-bottom {
				background: url(/images/content-bg-bottom.gif) no-repeat bottom;
				height: 45px;
				position:relative;
			}
			
			div#content {
				background: #fff url(/images/content-bg.gif) repeat-y;
				padding:0 12px;
				overflow:hidden;_zoom:1;
				margin:0;
				}

																	
/* linker kolom */
					
			.linker_content {
				background: none;
				float: left;
				width: 131px;
				overflow:hidden;_zoom:1;
				padding: 0 13px;
				position: relative;
				top:0;
				}
	
				.linker_content ul {
					list-style-type: none;
					padding: 0;
					margin: 0 0 15px 0;
					overflow:hidden;_zoom:1;
					}
				
					.linker_content ul li {
						list-style-type: none;
						border-bottom: 1px solid #c0c0c0;
						//cursor:pointer;
						padding:0;
						display:block;
						margin: 0 0;
						}
						
						.linker_content ul li.first, .linker_content ul li.last {
							border-bottom:none;
						}
					
						.linker_content ul li h2 {
							font-size: 1.4em;
							margin:0 0 5px 0; 
							color:#005696;
							text-transform:uppercase;
							}
					
						.linker_content ul li a {
							font-size: 1.0em;
							font-weight:bold;
							margin: 0; 
							padding: 0;
							color: #000000;
							text-decoration: none;
							line-height: 23px;
							display: block; 
							text-transform:uppercase;
							}
						
						.linker_content ul li a:hover {
							background: url(/images/menu-left-bg.png) repeat-x;
							color:#fff;
							text-decoration:none;
							padding: 0 0 0 6px;
							line-height: 23px;
							}
							
						.linker_content ul li a.stripped {
							font-size: default;
							font-weight: normal;
							margin: 0; 
							padding: 0;
							color: #000000;
							text-decoration: underline;
							line-height: 1.0em;
							display: inline; 
							text-transform:none;
							}
						
						.linker_content ul li a.stripped:hover{
							background: none;
							color:#005696;
							text-decoration:underline;
							line-height: 1.0em;
							}
							
																
/* main content */

			.center_content {
				width: 612px;
				overflow:hidden;_zoom:1;
				padding:0 13px;
				float:left;
				}

			.center_content .block {
				border-bottom:1px solid #c0c0c0;
				padding:0 0 10px 0;
				margin-top:10px;
			}
			
			.center_content .first {
				margin-top:0;
			}

			.center_content .last {
				border-bottom:none;
			}
						
			.center_content .block h1 {
				text-transform:uppercase;
				font-weight:bold;
				margin:0;
				padding:0;
				}
			
			
/* rechter content */

			.rechter_content {
				background: none;
				float: left;
				width: 152px;
				overflow:hidden;_zoom:1;
				padding: 0 0 0 13px;
				position: relative;
				top:0;
				}

				.rechter_content h2 {
					font-size: 1.4em;
					margin:0 0 5px 0; 
					color:#005696;
					text-transform:uppercase;
					}
				
				.rechter_content a {
					float:left;
					margin: 0 13px 13px 0;
				}
				
				.rechter_content a.big {
					margin-right:0;
				}
				
				.rechter_content a img {
					border:1px solid #000;
				}
				
				
																								
/* footer */


		div#footer {
			background: url(/images/footer-bg.png) no-repeat;
			clear:both;
			height:113px;
			position: relative;
			margin: 0px;
			}
			
			div#footer a.logo {
				position:absolute;
				background: url(/images/footer-logo.png) no-repeat;
				width:189px;
				height:177px;
				display:block;
				cursor:pointer;
				left:390px;
				top:-64px;
				text-indent:-9999px;
				}
						
			div#footer ul {
				position:absolute;
				margin: 0;
				padding: 0;
				overflow:hidden;_zoom:1;
				right:34px;
				top:11px;
				}
			
				div#footer ul li {
					float:left;
					list-style-type: none;
					list-style-position:outside;
					margin: 0;
					line-height:23px; 
					padding: 0 4px 0;
					color: #fff;
					}