BODY { 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	color: white;
}

a, a img {
	outline: 0;
}

a:link, a:visited, a:active { color: #339999; }
a:hover { text-decoration: none; }
ul { line-height: 20px; }
p { line-height: 18px; }
h1 {
	color: #339999;
	font-size: 22px;
  font-weight: normal;
}
h2 { 
	color: #339999;
	font-size: 14px;
	line-height: 20px;
}

.menudivider {
  margin-bottom: 10px;
 }


#container {
	width: 871px;
	border: 0px solid gray;
}

#banner {
	background-color: rgb(213, 219, 225);
}

#content {
	margin-right: 250px;
}

#content-leftside {
	float: left;
	font-size: 10px;
	color: #cccccc;
}

#contentainer {
	 margin: 30px 120px 0 30px;
}

#sidebar-a {
	float: right;
	width: 250px;
	margin-top: 120px;
	background-color: #000000;
}

#footer {
	clear: both;
	margin: 0px 0 0 30px;
	font-size: 11px;
	color: #e4e4e4;
}
/* ************ MENU ************ */
	
#menu {
	max-width: 200px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#menu li a:link, #menu li a:visited {
	color: #cccccc;
	text-decoration: none;
	display: block;
/*	background: url(images/bg_list.gif) repeat-x; */
	padding: 1px 0 0 20px;

  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 1px 0 0 20px;

  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu-active {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	display: block;
	background: url(images/bg_list_2.jpg) repeat-y;
	padding: 1px 0 0 20px;

  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	}
	
.navbox-content {
	padding: 15px 20px 20px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #cccccc;
}

a.link-kla {
	font-size: 18px;
  display: block;
  padding: 5px 0 5px 16px;
  background: url(images/arrow.gif) no-repeat center left;
}
a.link-ber {
	font-size: 13px;
  display: block;
  padding: 5px 0 5px 16px;
  background: url(images/arrow.gif) no-repeat center left;
}

.aboutbox {
	border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  padding: 10px 0;
  font-style: italic;
  color: #ccc;
}
.aboutbox h3 {
	color: #555;
  font-weight: normal;
  font-size:18px;
  margin:0;
  padding:0 0 6px;
}
.aboutbox p, .terminbox p {
	padding: 0;
  margin:0;
}
.terminbox {
	background: #0E2929;
  border: 1px solid #1D5858;
  padding: 20px;
  margin: 20px 0;
}
.terminbox h4 {
	font-size: 17px;
  margin:0 0 5px;
  padding:0;
}
.terminbox h5 {
	font-size: 14px;
  font-weight: normal;
  margin:0 0 10px;
  padding:0;
}
.terminbox .wann {
	font-size: 13px;
  color: #339999;
  margin-bottom: 10px;
}
