/* Global Resetting */
html{	
	width: 100%;
	background:#323232;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */

#Main {
	margin:30px auto;
	width:776px;
	background:url(../images/bg.gif) left 2px;
}
#Top{
	width:776px;
	height: 123px;
	background:url(../images/oben.gif) no-repeat;	
}
#Nav{
	width:776px;
	height:30px;	
}

		#Menu1 {
			padding:0px 25px 0px;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
			}
				#Menu1 li.current,
				#Menu1 li.section {
				}
				#Menu1 li a {
					display:block;
					color:#000;
					font-size:1.2em;
					text-decoration:none;
					padding:5px 15px;
				}
					#Menu1 li a:hover {
						color:#47538c;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						
					}

#ContentContainer {
	padding:25px;
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	width: 120px;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding: 5px;
	margin: 5px 25px 10px 20px;
}
	#Menu2 li {
		padding: 0px 5px;;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#47538c;
	}

#Content {
	margin: 0px 20px;
	min-height: 400px;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}
.imgright{
	margin: 15px 0px 10px 20px;
	}
	.imgleft{
	margin: 15px 20px 10px 0px;
	}
	
#DateList{
	float: right;
	border: 0px solid black;
}
#DateList li{
	list-style-type: none;
}

#Footer {
	background:url(../images/unten.gif) no-repeat left bottom;
	clear:both;
	text-align:center;
	padding:5px;
	
}
#Footer span {
	color:#000000;
	font-size:1.1em;
	line-height:2em;
	font-weight:none;
}
#Footer a {
	color:#000000;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:none;
}