body {
	margin:0;
	padding:0;
	font-family:Arial,Verdana,sans-serif;
	
	background-color:#f9f4ea;
	border-top:5px solid #91bd4b;
	color:#191919;
}

#logo {
	margin-left:10px;
}

#header {
	background-color:#282828;
	height:100px;
	color:#bfe5a3;
	border-bottom:3px solid #e1d9c0;
}

#header-inner {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

#navi {
	
	float:right;
	margin-top:22px;
}

#navi ul {
	
	list-style-type: none;
	display:inline;
}

#navi li {
    float:left;
    padding-left:2px;
    padding-right:2px;
}

#navi A:link, #navi A:active, #navi A:visited, #navi A:hover {
	color:#bfe5a3;
	text-decoration:none;
	padding:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
}

#navi li.active A:link, #navi li.active A:visited, #navi li.active A:active, #navi A:hover {
     color:#FFFFFF;
     background:#505050;
     -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
}

#content {
	padding-top:15px;
   	margin-top:0;
   	width:750px;
 	margin-left:auto;
 	margin-right:auto;
 	border-top:4px solid #e1d9c0;
	font-family:Arial,Verdana,sans-serif;
	font-size:0.8em;
}

h1 {
    font-size:1.5em;
    font-family:Arial,sans-serif;
    font-weight:normal;
    color:#617e32;
    margin-top:0;
    margin-left:0;
}

h2 {
    font-size:1em;
    font-weight:bold;
    color:#617e32;
    padding:0;
    margin:0;
    margin-top:18px;
}

p {
    margin-top:4px;
    margin-bottom:4px;
    line-height:1.5em;
    color:#343434;
}

#content .small {
	font-size:0.8em;
	color:#848484;
}

#content .datum {
	font-size:0.8em;
	color:#888888;
	border-bottom:1px solid #CCCCCC;
	width:440px;
}

#content .datum:after {
	margin-top:50px;
}

#n1 {
	margin-top:8px;
}

#menu_right {
	width:250px;
	margin-left:40px;
	margin-bottom:20px;
	float:right;
}


#content a:link, #content a:visited, #content a:active {
	color: #617e32;
	text-decoration: none;
	border-bottom:1px dotted #617e32;
}
#content a:hover {
	border-bottom:1px solid #617e32;
}

#footer {
	border-top:1px dotted #e1d9c0;
	padding-top:5px;
	text-align:center;
	font-size:0.7em;
	color:#e1d9c0;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
}

.containing-float:after 
			{
			/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich	
			 */
			content: ".";
			 
			/* [content] verbergen;
			 */
			visibility: hidden;			
			height:     0;

			/* Block-Level fuer [clear];
			 */
			display: block;
			
			/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */	
			clear: both; 
			}

.icon {
float:left;
margin-top:8px;
margin-right:9px;
margin-bottom:9px;
}

.icon_small {
float:left;
margin-right:4px;
margin-top:1px;
width:20px;
height:20px;
}

.block img {
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
margin:8px;
margin-left:0px;
float:left;
margin-top:0px;
margin-bottom:20px;
}

.block {
	margin-bottom:15px;
	clear:left;
}

.download, .external {
	padding-left:15px;
	background-image:url(images/arrow_down.png);
	background-repeat:no-repeat;
	background-position: left center;
	font-weight:bold;
}

.external {
	padding-left:20px;
	background-image:url(images/world_link.png);
}

li {
	margin-bottom:5px;
}