h1,
h2 {
	color : #333;
}
h3,
h4 {
	color : #555;
}

#header .balken {
	background-image : url(../gfx/bottom_line.jpg);
	background-repeat : repeat-x;
	background-position : bottom left;
}
#header .balken .headermenu {
	position : absolute;
	left : 180px;
	bottom : 0;
}
/* menu col */
.twocol .col1 {
	left : 0;
	width : 150px;
	padding : 10px;
}
/* content col */
.twocol .col2 {
	min-height : 300px;
	left : 0;
	right : 0;
	margin-left : 170px;
	width : auto;
	padding : 10px 25px;
	border-left : 4px solid #999;
	text-align : justify;
}
* html .twocol .col2 {
	width : 65%;
}

p.disclaimer {
	color : #999;
}

#menu {
	width : 140px;
}
#menu ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
#menu ul li {
	display : block;
}
#menu ul li a {
	display : block;
	width : 130px;
	padding : 3px 10px;
	color : #333;
	text-decoration : none;
	line-height : 1.3em;
}
#menu ul li a:hover {
	background : #5083ae;
	color : #eee;
}
#menu ul li.active ul {
	margin-left : 15px;
}
#menu ul li.active ul li a {
	width : 115px;
	font-weight : normal;
}
#menu ul li.active ul li a:hover {
	font-weight : normal;
}
#menu ul li.active a,
#menu ul li.active a:hover,
#menu ul li.active ul li.active a,
#menu ul li.active ul li.active a:hover {
	font-weight : bold;
}

