/* CSS Document */


body {
	padding: 0 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background-color: #CCCCCC;
}

#wrapper {
	margin: 2em auto;
	width:910px;
	padding: 20px;
	border: 3px solid #990100;
	background-color:#FFFFFF;
}

.right {
 	float:right;
}

a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

a:hover  {
	color: #999999;
	text-decoration: none;
}

#header {
	margin: 10, auto;
	width:100%;
	height: 140px;
	
}

#header #navsite {
	margin-right:555px;
	margin-left:140px;
	padding-top:10px;
	position:relative;
	background-color:#990100;
	-moz-border-radius-topleft:2em;
	-webkit-border-top-left-radius:2em;
	border-top-left-radius:2em;
}

#navsite ul {
	list-style:none;
	width:100%;
		
}

#navsite ul li {
	border-top:#FFFFFF thin solid;
	margin:0;
	line-height:1.7em;
}

#content {
	width: 100%;
	clear:both;
	
}

#primary {
	width:350px;
	height:350px;
	float: left;
	border: 3px solid #990100;
	-moz-border-radius-topleft:2em;
	-webkit-border-top-left-radius:2em;
	border-top-left-radius:2em;
	
}

#secondary {
	width: 550px;
	min-height:355px;
	margin-left:360px;
	background-color:#990100;
	-moz-border-radius-topright:2em;
	-webkit-border-top-right-radius:2em;
	border-top-right-radius:2em;
	
}
#secondary li {
	line-height: 120%;
	padding-bottom: 5px;
}

.entry-text {
	font_size:90%;
	line-height: 120%;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.untertitel {
	font-size: 130%;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	line-height: 1.5em;	
}
h2 {
	line-height: 0.8em;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
#box {
	width: 540px;
	height: 330px;
	overflow:scroll;
}

#box ol {
	margin-top: 1.5 em;
	text-indent: 10px;	
		
		
}
#box li {
	margin-bottom: 1.5em;
	text-indent: inherit;
}
