@charset "utf-8";
/* CSS Document */

	body {
		background-image: url(images/riffelblech2.jpg);
		background-color:white;	
		text-align:justify;
		font-family:Verdana, sans-serif;
		font-size:14px;
	}

	a {color:#5263AB;}
	
	#supercontainer {
		width:1000px;
		margin:100px auto;
		padding:0px;	
	}

	#navigation {
		position:relative;
		width:800px;
		margin-left:0px;
		padding:0px;	
		/*border:1px solid grey;*/
		/*border:1px solid #5263AB;*/
		margin:0px;
		padding:0px;
		text-indent:0px;
		/*background-color:#fff;*/
		background: rgba(240,240,240,.8);
		width:790px;
		border-radius: 10px;
	}
	
	div.content div ul li {
		line-height:20px;
	 }

	h1 {margin-left:10px;font-size:11pt;font-weight:bold;}


	#navigation div.head {
		cursor:pointer;
		border:0px solid #ccc;
		background:#5283CB url(collapsed.gif) no-repeat scroll 3px 4px;
		color:#FFFFFF;
		display:block;
		font-weight:bold;
		margin:2px;
		margin-bottom:5px;
		padding:4px;
		text-indent:14px;
		text-decoration: none;
		height:24px;
		border-radius: 10px;
		box-shadow: 4px 4px 2px #888888;
	}
	
	#titel {
		font-size:16px;
	}
	
	#navigation div.head:hover {
		/*color:#999;*/
		transition: background-color 0.2s linear;
		background-color:#52A3FB;
		
	}
	#navigation div.selected {
		/*background-image: url(expanded.gif);*/
		/*background:white;*/
		
	}
	#navigation div.current {
		/*background-color:#FFFF99;*/
		
	}
	#navigation div {
		border-width:0px;
		margin:0px;
		padding:0px;
		text-indent:0px;
		
	}


