body {
 margin: 20px 10%;
 /*background-color: #B2DDCB;*/
 background: url('../images/jagerkorps_bgmain.jpg');
 font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif
}
#mainMenu {
  color: #fff;
  width: 180px;
}
#menuList {
  margin: 0px;
  padding: 10px 0px 10px 15px;
}

li.menubar {
  background: url('../images/plus.gif') no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  list-style-type:none; list-style-position:outside
}

li.menubar1 {
  background: url('../images/square.gif') no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  list-style-type:none; list-style-position:outside
}

.menuexp, .submenu {
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.menuexp li, .submenu li {
  background: url('../images/square.gif') no-repeat 0em 0.3em;
  list-style-type:none; list-style-position:outside
}

a.actuator {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

a.actuator:hover {
	border:0px;
  text-decoration: underline;
}
a.actuator:active   { 
  color: green; 
  font-weight: bold;  
 }

.menuexp li a, .submenu li a {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

.menuexp li a:hover, submenu li a:hover {  
  text-decoration: underline;
}
a:active   { 
  color: #ccc; 
  text-decoration: underline;
  /*font-weight: bold;*/  
 }

span.key {
  text-decoration: underline;
}

#mainTable {
	border: 1px solid #000000;
	
	/*/*/line-height: 1.5em; /* */
 }
#maincontent {
	text-align: center;
	margin-top: 10;
	width: 520px;
 	color: rgb(15, 74, 50);
 	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 10;
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
	/*background: #FFFFFF url('../images/jagerkorp-bg.jpg') no-repeat;*/
	background: rgb(224, 237, 228);

 }
#maincontent h1{
 	color: rgb(15, 74, 50);
	margin-top: 10;
	margin-left: 10;
	font: bold 1.5em arial, verdana, sans-serif;		
}
#maincontent h2{
	color: rgb(15, 74, 50);
	font: bold 1.0em arial, verdana, sans-serif;
	margin-bottom: 0;
	margin-left: 10;
	padding-bottom: 0;
	text-align: left;
}
#maincontent table{
	color: rgb(15, 74, 50);
	font: bold 1.0em arial, verdana, sans-serif;
	border: 0px solid #000000;
	text-align: center;
	width: 100%;
	background-color: white;	
}
#maincontent td{
	color: rgb(15, 74, 50);
	font: bold 1.0em arial, verdana, sans-serif;
	border: 1px solid #000000;
	padding: 3px;
	background-color: rgb(224, 237, 228);
}
#maincontent fieldset{
	 width : 25em;
	 padding : 0.5em 1em 0.5em 0.5em;
}
#maincontent form{
	 width : 25em;
	 padding : 0.5em 1em 0.5em 0;	 
}
#maincontent label.long input {
	 width : 21em;
	 margin-left: 0px;
	 }
#maincontent form, label, input {	
	position: relative; 
	font-size : 1em;
	padding: 3px;
	 }
#maincontent label {
	 float: left; position : relative; 
	 width : 10em; display : inline;
	 margin : .5em .5em;
	  }
#sidebar {
 	width: 180px;
 	font-size: 12px;
	color: #F0F0F0;
	/*border-top: 1px solid #000000;*/
	background-color: rgb(15, 74, 50);
	/*/*/font-size: 100%; /* */
}
#sidebar a:hover {
 	color: #ccc; 
  	text-decoration: underline;
}

#sidebar a:active {
 	color: #ccc; 
  	text-decoration: underline;
}

#header { 	
 	height: 150px;
 	background: #fff url('../images/logo_jagerkorps.jpg') no-repeat left;	
 	/*border-bottom: 1px solid #000000;*/
	padding: 3px	
}
#footer {
	border-top: 1px solid #000000;
 	background-color: rgb(76, 115, 99);
 	color: #fff;
	margin : 0 0 0 50em;	
}
table{
	border: none;	
	font-family:verdana;
	font-size:11px;	
	color: #fff;
	padding: 0px;	
}

label.long {
	 width : 21em;
	  }
input.submit {
	 margin-left : 12em;
	  }
#maincontent br {
	 clear: both;
}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(224, 237, 228);
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #fff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color:rgb(224, 237, 228);*/
	text-decoration: underline;
	font-weight: bold;
}
.dtree .clip {
	overflow: hidden;
}