/* Uni-Hintergrund
Rot:   61 = 3D
Grün: 114 = 72
Blau: 184 = B8 

3D72B8

blass: 7BA0D2
blasser: #C9D8ED
*/
		body {
			margin:0;
			padding:0;
			background-color:#FFFFFF;
			font-size:80%; 
/*			font-size:12px; */
			font-weight:normal;
			font-family: Arial, Helvetica, sans-serif;
			height:100%
		}

		h1 {
			border-top:1px solid #D1D1D1; 
			/* font-size:0.75em;*/
			font-size:14px;
			
			background-color:#EFEFEF;
/*			min-height:2.2em; */
			height:2.2em;
			line-height:1.1em;
			background-repeat:repeat-y;
			background-position: left top;
			background-image:url('../pics/h_blue.gif');
			color:#333333;
			margin-bottom:12px;
			margin-top:0px; padding-left:11px; padding-right:0px; padding-top:1px; padding-bottom:2px
		}


		h2 {
			font-size:1em;
			margin: 0px 0px 0px 0px; 
			padding: 1px 0px 1px 5px; 
			border-top-width:1px; 
			border-top-style: solid;  
			border-top-color: #D1D1D1; 
			border-left-width:1px; 
			border-left-style: solid;  
			border-left-color: #D1D1D1; 
			background-color:#efefef;
			color: #808080;
		}

/*		.marginal img { vertical-align:bottom; } *html */
		.info h3{
			margin-bottom:-8px;
		}
		div.info {
			padding:0;
			width:198px;
		/* 	margin-bottom:200px;
			 border-width:1px;  
			border-style: solid;  
			border-color: #D1D1D1;*/ 
		}


		div.info ul.links {
			list-style-image:url('../pics/liblau.gif');
			font-size:0.8em;
			line-height:1.4em;
			margin-left:18px;
			margin-top:10px;
			padding-left:0px;
		 }
		.info ul li a:link, .info ul li a:visited {
	/*		color:#4160A0; */
			text-decoration:underline; 
		}
		div.info th {
 			text-align:left;
			 }
			 
		.info ul li a:hover {
			/* color:#3366cc; */
			text-decoration: underline;
		}
		
		.info a {
			text-decoration:none;
		}
		
		div.info table th {
		/*  background-color:#00FFFF;
		text-decoration:underline; */
		font-weight:normal;
		}

