html { }



body {

	margin-top: 0px;
	
	color: rgb(125, 125, 125);
	
	font-family: Trebuchet MS, Arial;
	
	font-size: 11px;
	
	background-color: rgb(125, 125, 125);
	
}



p {

	margin: 0px;

	margin-top: 3px;
	
	margin-bottom: 4px;
	
}



h1 {

	margin: 0px;

	color: rgb(125, 125, 125);
	
	font-family: Trebuchet MS, Arial;
	
	font-size: 48px;
	
	font-weight: bold;
	
}



a {

	color: rgb(125, 125, 125);

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}



strong {

	font-size: 16px;
	
}



ul {

	margin-top: 0px;
	
	margin-bottom: 0px;
	
	list-style-position: outside;
	
	list-style-image: url('../lay/list-symbol.gif');

}



table {

	color: rgb(125, 125, 125);

	font-family: Trebuchet MS, Arial;
	
	font-size: 11px;
	
	line-height: 1.8em;

}



td {

	vertical-align: top;

}



.clear { clear: both; }



.seperator {
	
	height: 1px;
	
	width: 420px;
	
	line-height: 1px;

	border-bottom: 1px solid #00366F;
	
}



.page {

	position: absolute;

	top: 0px;
	
	left: 50%;
	
	margin-left: -394px;
	
	width: 787px;
	
}

	.header {
	
		position: relative;
	
		height: 99px;
		
		width: 787px;
	
	}
	
		.header_left {
		
			position: relative;
			
			height: 99px;
			
			width: 183px;
			
			background-color: rgb(243, 243, 243);
			
			float: left;
			
		}
	
		.header_right {
		
			position: relative;
			
			height: 99px;
			
			width: 604px;
			
			background-color: white;
			
			float: left;
		
		}

		
		
	.flags {
	
		position: absolute;
		
		top: 72px;
		
		left: 705px;
	
	}

	
			
	.line_spacer {
	
		position: relative;
		
		height: 5px;
		
		width: 787px;
		
		line-height: 5px;
		
		background-color: rgb(190, 190, 190);
	
	}

	.content {
	
		position: relative;
		
		background-color: rgb(243, 243, 243);

		height: 100%;
		
	}
	
	.menu {
	
		position: relative;
			
		width: 183px;
	
		background-color: rgb(243, 243, 243);
				
		float: left;

	}
	
		.navigation {
		
			position: relative;
			
			padding-top: 25px;
			
			letter-spacing: 2px;
			
		}
		
		.navigation_level_1 {
		
			position: relative;
				
			padding-top: 7px;
			
			padding-left: 15px;
			
			padding-bottom: 7px;
			
			border-bottom: 1px solid white;
		
		}
		
			.navigation_level_1_active {
			
				position: relative;
						
				float: left;
					
			}
			
				.navigation_level_1_active a {
				
					position: relative;
					
					/*color: rgb(0, 54, 103);*/
					
					color: #990033;
					
					font-weight: bold;
					
					text-decoration: none;
				
				}
				
				.navigation_level_1_active a:hover {
				
					text-decoration: none;
				
				}
				
				.navigation_level_1_active_pfeil {
			
					position: relative;
					
					right: 10px;
					
					bottom: 1px;
					
					/*color: rgb(0, 54, 103);*/

					color: #990033;

					font-size: 11px;
					
					font-weight: bold;
					
					float: right;
					
				}
			
			.navigation_level_1_not_active {
			
				position: relative;
			
			}
			
				.navigation_level_1_not_active a {
				
					position: relative;
					
					color: rgb(125, 125, 125);
					
					text-decoration: none;
				
				}
				
				.navigation_level_1_not_active a:hover {
				
					font-weight: bold;
					
					text-decoration: none;
				
				}
	
	
	
	.text {
	
		position: relative;
			
		min-height: 801px;
		
		_height: 801px;
		
		width: 604px;
		
		background-color: white;
		
		float: left;
	
	}
	
	.text a {
	
		color: #990033;
	
	}

		.text a:visited {
		
			color: #990033;
		
		}
