html {
	overflow: hidden;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0;
	/*overflow: hidden;*/
}

.clear {
	clear: both;
}

* html body {

}

#body_all {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
}

* html #body_all {

}

#trans_top {
	width: 180px;
	height: 80px;
	margin-left: 80px;
	background-color: #66cccc;
    filter:alpha(opacity=50); /* Transparenz für IE*/
    -moz-opacity:0.5; /* Transparenz für Mozilla */
    opacity:0.5; /* Transparenz für Opera */
}

#logo {
	height: 65px;
	width: 250px;
	background-color: #fff;
	margin-left: 265px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

* html #logo {
	margin-left: 0px;
}

#menu {
	min-height: 350px;
	width: 140px;
	margin-left: 20px;
	float: left;
	padding: 70px 20px 30px 20px;
	font-weight: bold;
}

/* level 1 */
.menu-level1-no {
	color: #004494;
	line-height: 18px;
	padding: 10px 0px 8px 0px;
}

.menu-level1-act {
	color: #004494;
	line-height: 18px;
	padding: 10px 0px 8px 20px;	
	background-image: url(../images/menu_dot.gif);
	background-repeat: no-repeat;
	background-position: left 13px;		
}

.menu-level1-no a:link {
	color: #004494;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #004494;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #004494;
	text-decoration: underline;
}

.menu-level1-act a:link {
	color: #004494;
	text-decoration: none;
}

.menu-level1-act a:visited {
	color: #004494;
	text-decoration: none;

}

.menu-level1-act a:hover {
	color: #004494;
	text-decoration: none;	
}


/* level 2 */
.menu-level2-no {
	color: #004494;
	font-size: 13px;
	line-height: 12px;
	padding: 4px 0px 4px 20px;
    text-transform: none;
}

.menu-level2-act {
	color: #004494;
	font-size: 13px;
	line-height: 12px;
	padding: 4px 0px 4px 20px;
	text-transform: none;
}

.menu-level2-no a:link {
	color: #004494;
	text-decoration: none;
	font-weight: bold;
}

.menu-level2-no a:visited {
	color: #004494;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-no a:hover {
	color: #004494;
	text-decoration: underline;
}

.menu-level2-act a:link {
	color: #004494;
	text-decoration: underline;
	font-weight: bold;	
}

.menu-level2-act a:visited {
	color: #004494;
	text-decoration: underline;
	font-weight: bold;		
}

.menu-level2-act a:hover {
	color: #004494;
	text-decoration: underline;
}


#meta {
	height: 30px;
	width: 700px;
	text-align: right;
	padding-right: 20px;
}

#meta a {
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
}

#content_all {
	width: 920px;
	/*min-height: 500px;*/
	margin-left: 60px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#content_box {
	float: left;
}

#content {
	width: 440px;
	min-height: 300px;
	padding: 20px 20px 30px 20px;
	line-height: 16px;
	margin-bottom: 30px;
}

#content_bottom {
	width: 440px;
	padding: 20px 20px 30px 20px;	
	background-image: url(../images/logo_unten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

* html #content_bottom {

}

#right_box {
		float: left;
		margin-left: 20px;
}

#kk {
	width: 200px;
	height: 200px;
	margin: 0px 0px 50px 20px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#right {
	width: 158px;
	min-height: 80px;
	margin: 0px 0px 50px 20px;
}	

#right p.bodytext {
	width: 158px;
	min-height: 80px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e4e5e6;
	font-style: italic;
	color: #004494;
	font-size: 11px;
    filter:alpha(opacity=80); /* Transparenz für IE*/
    -moz-opacity:0.8; /* Transparenz für Mozilla */
    opacity:0.8; /* Transparenz für Opera */	
}

#trans_bottom {
	margin-left: 80px;
	height: 240px;
	width: 180px;
	background-color: #66cccc;
    filter:alpha(opacity=50, finishopacity=0, style=0); /* Transparenz für IE*/
    -moz-opacity:0.5; /* Transparenz für Mozilla */
    opacity:0.5; /* Transparenz für Opera */
}

#footer {
	/*position: absolute;*/
	height: 68px;
	width: 720px;
	margin-left: 30px;
	background-color: #fff;
	margin-bottom: 0px;
	/*background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
