/* CSS Document

dukelblau: 06325f
hellgrau: E6E6E6
hellblau: d5e0f2
dunkelgrau: a6a6a6

*/

body 	{
		margin: 0px;
		padding: 0px;
		font-family: Verdana,sans,sans-serif;
		font-size: 10pt;
		color: #000000; 
		background-color: #E6E6E6;
		border: 0px;
		}
/*------------------all---------------------*/

#all {
		position: absolute; 
		top: 0px; 
		left: 50%;
		
		width: 899px; 
		height: 686px; 
		
		margin-left: -450px;
		border: 2px solid #013a81;
		
		padding: 0px;
		}
		
#activ {	
		color:#a6a6a6;
		}
/*-----------------spalte1---------------------*/

#head 			{	
				position: relative;
				top: 0px;
				left: 0px;
				margin: 0px;
				padding: 0px;
				width: 200px;
				height: 137px;}
#head img{	
			padding: 0px;
			margin: 0px;
			border: none;
			}
#headrechts {
			position: absolute;
			left: 200px;
			top: 0px;
			width: 680px;
			margin: 0px;
			padding: 0px;
			height: 135px;
			color: #ffffff;
			font-size: 9pt;
			}
#headrechts img{	
			padding: 0px;
			margin: 0px;
			border: none;
			}
			
/*----------------content------------------*/
			
#content {
			position: relative;
			padding: 0px;
			margin: 0px;
			top: 0px;
			bottom: 0px;
			width: 900px; 
			height: 500px;
			background-color:#ffffff;
			 }
#content p {
			margin: 0px;
			padding-bottom: 8px; 
			 }
	
		/*------------------image left--------------------*/
			.image {
						float: left;
						margin: 0px;
						padding: 0px;
						border: 0px;
						height: 100%;
						width: 200px;}
						
		/*------------------image--------------------*/

			/*------------------menue--------------------*/
			

			#menuall {
						float: left;
						margin: 0px;
						width: 160px;
						height: 100%;
						padding: 0px;
						background-color: #dee9f8;

						}
			
						/*Menue selbst------------------------------------MENUE-------------------------------------------------*/
						
						#toplinks a 		{display: block; width: 130px; color:#06325f;  padding: 6px; text-decoration: none; border-bottom:1px dotted #06325f;text-align: right; font-size: 8pt}
						#toplinks a:hover 	{color:#1881BA; background-color:#dee9f8; text-decoration: none;  border-bottom:1px dotted #000000}
						#toplinks a:visited {color:#06325f; background-color:#dee9f8; text-decoration: underline; }
						#toplinks #activ  	{color:#a6a6a6;}
						
						.submenu 			{display: none; background-color: #dee9f8; font-size: 8pt}
						.submenu a 			{display: block; width: 130px; color:#06325f;  padding: 6px; text-decoration: none; border-bottom: 1px dotted #06325f; text-align: left;}
						.submenu a:hover	{color:#1881BA; background-color:#dee9f8; text-decoration: none; }
						.submenu a:visited 	{color:#06325f; background-color:#dee9f8; text-decoration: underline;}
									
							#subtra {width: 142px; position: absolute; left: 340px; top: 42px; z-index: 12}
							#submob {width: 142px; position: absolute; left: 340px; top: 68px; z-index: 12}
							#subcit {width: 142px; position: absolute; left: 340px; top: 94px; z-index: 12}
							#subser {width: 142px; position: absolute; left: 340px; top: 136px; z-index: 12}
						
									
						/*Menue selbst------------------------------------MENUE Ende-------------------------------------------------*/

/*------------------content part / inhalt--------------------*/
.page {
	float: left;
	margin: 0px;
	width: 522px;
	height: 500px;
	overflow: auto;
	padding: 0px 0px 0px 15px;
	background-color: #FFFFFF;
	}
	/*------------------content part / Link--------------------*/

	.page a {
				padding: 0px;
				text-decoration: none;
				font-weight: normal; 
				font-size: 8pt;
				color: #000000;
			}
			
	.page a:hover {
				padding: 0px;
				text-decoration: none;
				font-weight: normal; 
				font-size: 8pt;
				color: #1881BA;
			}
	.page a:visited {
				padding: 6px;
				text-decoration: underline;
				font-weight: normal; 
				font-size: 8pt;
				color: #06325f;
			}
			/*------------------content part / Headline--------------------*/

			.page h1 {
							font-weight: bold; 
							font-size: 14px;
							color: #06325f;
							padding: 2px 0px 0px 6px;
							border-left: 20px solid #06325f;
							margin: 0px 0px 4px 0px;
							font-variant:small-caps;
						}			
									
			.page h3 {
							font-weight: bold; 
							font-size: 12px;
							color: #06325f;
							padding: 2px 0px 0px 6px;
							border-left: 20px solid #d5e0f2;
							margin: 0px 0px 4px 0px;

						}
			.page h6 {
							font-size: 12px;
							color: #06325f;
							padding: 0px 0px 0px 6px;
							border-left: 20px solid #ededed;
							margin: 0px 0px 4px 0px;
						}
						
						/*------------------content part / div--------------------*/

						
						.large {
									font-size: 8pt;
									width: 500px;
									list-style-type: circle;
									clear:left;
									}
										
						.large img {	
									padding: 0px;
									margin: 0px;
									border: none;
									}
					
						.smal {		float: left;
									font-size: 8pt;
									width: 245px;
									list-style-type: circle;
									margin-right: 5px;
									}					

						.smal img {	
									padding: 0px;
									margin: 0px;
									border: none;
									}
							table {
									font-size: 8pt;
									color: #06325f;
									padding: 2px;
									background-color: E6E6E6;
									}
								th {
									padding: 2px;
									font-size: 8pt;
									text-align:left;
									color: #ffffff;
									background-color: 06325f;
									}
								li {
									margin-left: -20px;
									}
								dt {
									color: 06325f;
									font-variant:small-caps;
									float: left;
									width: 110px;
									}
								dd {
									clear: right;
									}

								
						
/*Ende------------------content part / inhalt--------------------*/

#bottom {
			position: relative; 
			padding: 0px; 
			width: 900px; 
			height: 50px;
			background-color: #06325f;
			color: #d5e0f2;
			 }
	.border	 a {
				float:right;
				padding: 6px;
				text-decoration: none;
				font-weight: normal; 
				font-size: 8pt;
				color: #d5e0f2;
			}
	.date	 a {
				float:right;
				padding: 6px;
				text-decoration: none;
				font-weight: normal; 
				font-size: 8pt;
				color: #d5e0f2;
			}
		/*------------------kasten - image--------------------*/
			#count {
						float: left;
						margin: 0px;
						width: 200px;
						height: 50px;
						padding: 0px;}
			/*------------------Sitemap--------------------*/
			.date {
						float: left;
						margin: 0px;
						width: 148px;
						height: 38px;
						padding: 6px;
						font-size: 6pt;
						}
			/*------------------Bottom link--------------------*/
			.border {
						float: left;
						margin: 0px;
						width: 534px;
						height: 100%;
						padding: 0px 0px 0px 6px;
						}
 		
