

#container {	
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_pg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#container2 {
	width: 870px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header1-wrap {
	width: 870px;
	height: 118px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#header-image1 {
	width: 195px;
	height: 118px;
	float: left;
}

#header-puzzle {
	width: 675px;
	height: 118px;
	float: left;
	overflow:hidden;	
	position: relative;
}

#header-menu-wrap {
	width: 675px;
	height: 118px;
	float: left;
	background-image:url(images/headermenu_bg.gif);
	overflow:hidden;	
}

#header-menu-wrap-start {
	width: 675px;
	height: 118px;
	float: left;
	background-image:url(images/headermenu_start.gif);
	overflow:hidden;	
}


#header-menu {
	top: 40px;
	left: 200px;
	position:relative;
	width: 450px;
	height: 55px;	
}

#header-menu .menu-item {
	float:left;
	height: 55px;
	width: 65px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}

#header-image2 {
	width: 870px;
	height: 96px;
}

#breadcrumb-wrap {
	background-image:url(images/breadcrumb.gif);
	width: 870px;
	height: 16px;
	overflow: hidden;	
}

#breadcrumb {
	text-align: right;
	padding-right: 40px;
}

#main-wrap {
 width: 870px;
 overflow: hidden;
 background-image:url(images/main_bg.gif);
}

#main-puzzle {
	left: 12px;
	width: 870px;
	height: 400px;
	overflow:hidden;	
	position: relative;	
}

#menu-wrap {
	width: 180px;
	overflow: hidden;
	float: left;
}

#content-wrap {
	width: 690px;
	float:left;
	overflow: hidden;
}

#content-oben {
	width: 690px;
	height: 12px;
	overflow: hidden;
}

#content-unten {
	width: 690px;
	height: 15px;
	overflow: hidden;
}

#content-wrap2 {
	width: 690px;
	overflow: hidden;
/*	background-image:url(images/content_bg.gif);	*/
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 650px;	
}

#footer {
	width: 870px;
	height: 19px;
	overflow: hidden;
}

/* Linke Navigation */

#leftnav {
width: 160px;
padding-left: 20px;
}

#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftnav ul li { 
	display: inline; 
	float: left;
}

#leftnav ul li a {
	width: 180px;
	height: 27px; /* 29px ohne padding */
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 15px;
	overflow: hidden;

	/* background-color: transparent; */
	background-image: url(images/nav1_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt; 
}


#leftnav a:hover {
	/* background-color: transparent; */
	text-decoration: none;
	color: #c1001f;
}

#leftnav a.act {
	/* background-color: transparent; 
	background-image: url(images/leftnav_l1_act.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	text-decoration: none;
	*/
	color: #c1001f;
}


#leftnav li.act { }


/* Level 2 */
#leftnav ul ul li.act { }

#leftnav ul ul li a {
	height: 23px; /* 28px ohne padding */
	text-transform: none;	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 35px;
	background-image: url(images/nav2_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#000000;
	font-weight: bold;
	line-height: 16px;
	
}

#leftnav ul ul li a:hover {
	/* background-image: url(images/leftnav_l2_no.gif); */
}

#leftnav ul ul a.act {
	/*
	color: #FF0000;
	background-image: url(images/leftnav_l2_act.gif);
	*/
}
#leftnav ul ul a.act:hover {
	/*
	background-image: url(images/leftnav_l2_act.gif);
	*/
}
