body {
		color: #333;
}

div.mainbg {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #000099;
}

table.mainbg {
	border-bottom: 1px solid #000099;
}

td.main {
	background: #000099;
}

td.middle {
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	background-color: #000099;
}

div.hilight {
	border-bottom: 1px solid #000099;
}

div.mainbody {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #ffffff;
	
}

div.surround {
	border-top: 1px solid #000099;
}

div.block.bottom {
	border-top: 1px solid #000099;
}

div.block {
	border-top: 1px solid #000099;
}

div.block.dark {
	background: #000099;
}

div.block.normal {
	border-bottom: 0px solid #000099;
}

div.block .moduletable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

div.block .moduletable h3 {
	background-color: #000099;
	background-image: url(Unbenannt-2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

div.dark .moduletable,
div.dark .moduletable-flush {
	border: 1px solid #434343;	
	color: #ccc;
}

div.dark .moduletable h3,
div.dark .moduletable-flush h3 {
	background-color: #000099;
	background-image: url(Unbenannt-2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;;
}

div.light .moduletable,
div.light .moduletable-flush {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;	
}

div.light .moduletable h3,
div.light .moduletable-flush h3 {
	background-color: #000099;
	background-image: url(Unbenannt-2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

ul.sidenav li {
	border-bottom: 1px solid #444;
}

ul.sidenav li a {
	color: #ddd;
}

ul.sidenav a:hover {
 color: #fff;
}

ul.sidenav li.active_menu a:link, 
ul.sidenav li.active_menu a:visited  {
	color: #f0b10b;
}

td.sectiontableheader {
	border-bottom: 1px solid #cacabc;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000099;
}

tr.sectiontableentry1 td, 
tr.sectiontableentry2 td {
  border-bottom: 1px solid #e7e7d5;
}

td.sectiontableentry1, 
td.sectiontableentry2{
  border-bottom: 1px solid #e7e7d5;
}

div#footer {
	background: #000066;
	border-top: 1px solid #FFFFFF;
}

#rocket {
	background: url(../images/body/beige/rocket.png);
}

.css_button {
	background: url(../images/body/beige/w3c_css.png);
}

.xhtml_button {
	background: url(../images/body/beige/w3c_xhtml.png);
}