html {background-color: #ffffff;}

body {
  width: 29.7cm;
  height: 21cm;
  padding: 0;
	font-family: arial;
	font-size: .95em;
	font-weight: bold;
  color: #999;
}

a:link, a:visited, a:active {
color: #999;
text-decoration: underline;
}

h1, h2, h3 {font-size: 1.2em}

/* left side of design */
#header_left, #content1_left, #menu_left {
text-align: right;
width: 60%;
float: left;
vertical-align: middle;
margin: 0 .2cm 0 0;
}

#content1_left { color: #FE6800; }
#footer { display: none; }

/* right side of design */
#header_right, #menu_right, #content1_right {
width: 35%;
float: right;
vertical-align: middle; 
margin: 0 0 0 .2cm;}

div.clearboth { clear:both; }

#content1_left, #content1_right, #menu_left, #menu_right, #content2 {margin-top: 0px; }

/* Menu */
#menu_left li, #menu_left li.menu-child {	
list-style-type: none;
padding-top: 3px;
}
#menu_left li {	padding-top: 5px; }
#menu_left ul li ul {padding-right: 0em; font-size: .8em;}
#menu_left ul li ul li {list-style-type: square;}
li.menu-current a {color: #FE6800;}

/* 99% Laufweite */
#content2 {
width: 99%;
}

