/* generated by csscreator.com */ 
html, body{ 
 
 margin:0; 
 padding:0; 
 font-family: sans-serif;
 } 

 

 
h1
{
	margin: 0.25em 0em 0.25em 0em;
	padding-left: 10px;
}

h2, h3
{
 margin-bottom: 0px; 	
	padding-left: 10px;
	padding-bottom: 0px;
 
}

p
{  margin-top: 0px;

	padding-left: 10px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

img
{
	margin-right: 10px;
}
 
#con{ 
 width:70em;  
} 
 
#crumb{
 position: relative; 
 font-weight: bold;
 height: 1.4em;
 color: White;
 background-color:#A96F38; 
 width:100%;
 } 
 
#crumb a:link, #crumb a:visited, #crumb a:hover, #crumb a:active {
	color: #3939FF;
}



 
#nav{
 padding-top: 0.25em;
 width:15em; 
 float:left; 
 position:relative; 
 border: 1px;
 border-right-style: dashed;
 }

#nav ul{
	list-style-type: none;
} 


#nav ul
{
	margin: 0em 0em 1em 0.5em;
	padding-left: 0.5em; 
}


#main{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:54em; 
 }

#links
{
	float: left;
	width: 41em;
}

#rechts
{
	
	float: right;
   width: 12em;	
	border: 1px;
	border-style: dashed; 
}

#rechts h1
{
	font-size: small;
	margin: 0em;
	padding: 0em 0em 0em 0.5em;
   background-color: #FFBD7F;
}

#rechts ul
{
	margin: 0em 0em 1em 1.5em;
	padding-left: 0em;
}

.info{
	background: #ffe4c4;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	
	text-align: justify;
}
 
#foot{
 height:5em; 
 margin-top: 1em; 
 clear:both;
 } 
 
.box
{
	border: 1px;
	border-style: dashed;
	float: right;	
   width: 10em;
}
 
.box h2
{
   padding-left: 0.25;
	margin: 0em 0em 0em 0em;
	font-size: small;
	background-color: #FF7D00;
}

.code
{
	font-family: monospace;
	white-space: pre; 
   background-color: #FFDEBF;
	border-width: 2px;
	border-style: solid;
   padding: 10px;
}



#summary
 {
   margin: 0em 0em 1em 1em;
 	width: 12em; 
	border: 1px;
	border-style: dashed;
	float: right;
 }

#summary h1
{
   background-color: #FFBD7F;
   margin: 0em 0em 0em 0em; 
	font-size: large;
   padding-left: 0.25em;
}
	
#summary h2{
	background-color: #FFBD7F;
	margin: 0em 0em 0em 0em;
	font-size: medium;
   padding-left: 0.25em;
}

#summary p
{
	margin: 0em 0em 0em 0em;
   padding-left: 0.25em;	
}

#news h1
{
	background-color: #FFBD7F;
	font-size: large;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#nav{display:none;} 
#twocols, #main{width:100%; float:none;}
}
