@charset "utf-8";
/* CSS Document */

body {
	background-color: #bfebe5;
	margin: 0px;
	padding: 0px;
}

#body_all {

}

#header {
	width: 954px;
	height: 226px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*ie6 dreggs hack*/
	overflow: hidden
}


#content_all {
	background-image: url(../images/content_stretch_white.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	min-height: 600px;
	width: 954px;
}

*html #content_all {
	height: 600px;
}


#menu {
	float: left;
	width: 201px;
	height: 500px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#submenu {
	float: left;
	width: 190px; 
	min-height: 422px;
	background-image: url(../images/submenu_white.gif);
	background-repeat: no-repeat;
	background-position: left top;		
	padding-top: 15px;
}

*html #submenu {
	height: 422px;
}

#content {
	float: left;
	width: 478px;
	min-height: 422px;
	background-image: url(../images/content_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 18px;
	padding: 5px 30px 60px 0px;

}

*html #content {
	height: 422px;	
	width: 498px;
}


.clear {
	clear: both;
}

#footer_top {
	height: 33px;
	width: 954px;
	/*ie6 dreggs hack*/
	overflow: hidden;		
}

#footer_bottom {
	height: 120px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	/*ie6 dreggs hack*/
	overflow: hidden;	
}


#content p.bodytext a, #content li a {
	color: #fff;
	/*height: 18px;
	background-color: #e870c6;
	text-decoration: none;
	font-weight: bold;*/
	background-image: url(../images/marker.gif);
	/*background-repeat: repeat;
	background-position: bottom left;*/
	padding: 0px 5px 0px 5px;
}

#content p.bodytext a:hover, #content li a {
	color: #fff;
	text-decoration: none;
}

/* glossar */
dfn  { font-style: normal; border-bottom: 1px dashed #df71bd; cursor: help; }