body {
	color: black; background-color: #ffffff;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 10px;
	}

div#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1000px;
    border: 0px ridge green;
	}
  
a:link {
	color: black;
	text-decoration: none;
	}

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

a:active {
	color: green;
	text-decoration: none;
	}
	
a.title:link {
	color:#666666;
	text-decoration: none;
	}

a.title:visited {
	color:#666666;
	text-decoration: none;
	}

a.title:active {
	color:green;
	text-decoration: none;
	}

a.title:hover {
	color:#999999;
	text-decoration: none;
	}
	
.klicked {
	color: #green;
	text-decoration: none;
	}
	
.red {
	color: #666666;
	text-decoration: none;
	}

ul#navigation {
    float: left; 
    width: 15em;
    margin: 0; 
    padding: 0;
    border: 0px ridge silver;
	}
  

ul#navigation li {
    list-style: none;
  	color: black;
    margin: 0;
	}
  
  
#navbox { 
	position: absolute; 
	margin-left: 16em; 
	border: 0px solid red;
	}

#titlebox { 
	position: absolute; 
	margin-left: 0em;
    border: 0px ridge green;
	}
	
#klickbox { 
	position: absolute; 
	margin-left: 48em;
    border: 0px ridge green;
	}
	
#subline { 
	position: absolute; 
	margin-left: 0em;
    border: 0px ridge black;
	}
	
#numberbox { 
	position: absolute; 
	margin-left: 40em; 
	border: 0px solid red;
	}
 
#numberingbox { 
	position: absolute; 
	margin-left: 35em; 
	border: 0px solid red;
	} 
 
.title {
	color: #663333; 
	border: 0px ridge silver;
	}


div#content {
	text-align: left;
	margin-left: 16em;
	border: 0px dashed silver;
	}
	
div#content_light {
	text-align: left;
	margin-left: 22em;
	width: 480px;
	font-weight: normal;
	border: 0px dashed silver;
	}
	
.eleven {
	font size: 11px;
	}


.frame {
	border-color:#202020 #ffffff #ffffff #202020; 
	border-width:0px; 
	border-style:solid;
	}


table {
	border-width: 0px;
	border-style:solid;
	border-color:red;
	}
  
td {
	border-width: 0px;
	border-style:solid;
	border-color:red;
	padding-right: 10px;
	padding-bottom: 4px;
	}