/* CSS Document */


	body {
		background:url(../stuff/wall2.png) repeat;
		font:13px/20px Tahoma, Verdana, Helvetica, Arial, "sans serif";
       		}
	
	a {
	border:0;
	}

	#container {
			width:800px;
			background:url(../stuff/sheet2_kl.jpg) 50% 0 repeat-y;
			height:auto;
			margin:0px 100px 0px 100px;
			padding-bottom:0px;
		}
	#container_head {
			width:698px;
			height:30px;
			background:#0085FA;
			border: 1px solid #FFE1BF;
			margin:50px 0px 0px 150px;
			padding-bottom:0px;
	}

	acronym {
		border-bottom: 1px dotted black;
		cursor: help;
	}
	
		
	

	#news {
		width:550px;
		margin-top:0px;
		margin-left:150px;
		padding-top:10px;
	}
	
	#news p {
		color:#000000;
		margin-top:5px;
		margin-bottom:2px;
	}
	
	#news h2 {
		text-align:center;
		color:#003E82;
	}
	#news h3 {
		margin-bottom:0px;
	}
	
	#news a {
		text-decoration:none;
		color:#003E82;
	}

	#news a:hover {
			color:#FFE1BF;
			background:#003E81;
	}

	#news a.archiv {
		display:block;
		background-image: url(../stuff/archiv.png);
		background-repeat:no-repeat;
		width:229px; 
		height:76px;
		float:right;
	}
	#news a.archiv:hover{
		background-image: url(../stuff/archiv_gr.png);
		background-color: transparent;
	}
	#news a.archiv:hover img { 
		display: none; 
	}


	.line{
		position:relative;
		font: 10px "Trebuchet MS", Verdana, Helvetica, Arial, "sans serif";
		color: 	#4A4344;
		border-top: 1px solid #4A4344;
		margin: 0 0 0 0;
		padding:0 0 0 0;
		}
	.links {
		text-align:left;
		float:left;		
	}
	.rechts {
		text-align:right;	
	}
	
	

	.bild a {
		text-decoration:none;
		padding:0 0 0 0;
		margin:0 0 0 0;
	}
	.bild a img {
		max-height:150px;
		max-width: 300px;
		border:0;
		padding:0 0 0 0;
		margin:0 0 0 0;
		margin:5px 0 0 0;
		float:right;
	}
	.bild a:hover img {
		background-color: transparent;
	}
	.bild a:hover{
		background-color: transparent;
	}

#footbar{
	position: relative;
	left:270px;
	top: 20px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}

#footbar ul {
	margin: 0;
	padding: 0 0 15px 0;
	width: 300px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#footbar li  {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}

#footbar li a {
 	
 	display: inline;
 	float: left;
 	padding: 0px 10px 0px 10px;
 	margin: 0;
 	text-align: center;
 	border: none;
 	background: none;
 	border-right: 1px dotted #AAA;
 	font-family: tahoma, verdana, sans-serif;
 	font-size: 12px;
 	line-height:12px;
 	text-decoration: none;
 	color:#003E82;
}


#footbar img {
	border:0;
}	
