/* ****************************************************************************** */
/* General Styles *************************************************************** */

body {
	background: url(../images/contentsection_general_bg.gif) repeat-y 200px;
}

div#karte_ende {
	background: url(../img_static/karte_unten.jpg) no-repeat;
    width: 197px;
    height: 312px;
}


/* We change the color of the dummy border (that prevents the graphics from jumping) */
div#naviMain ul.level1 li.no a img,
div#naviMain ul.level1 li.first a img {
    border-right: 1px solid #949F71;
    border-left: 1px solid #949F71;
}


/* ****************************************************************************** */
/* Positioning, dimensions and styling of the 2 content columns ***************** */

div#content_main_left {
	float: left;
	width: 118px;
}

div#content_main_middle {
    position: absolute;
    left: 130px;
	width: 458px;
	padding: 10px 0 0 0; 
}

div#content_main_right {
	float: right;
	width: 221px;
	margin: 66px 0 0 0;
	padding: 0 0 0 0;
	color: #6d6d6d;
}

/* Main navi level 1 + level2 */
div#naviMain ul.level1 {
	height: 116px;
	background: url(../images/fries_default.jpg) no-repeat 0 18px;
}

div#naviMain ul.level2 {
	position: absolute;
	top: 38px;
    width: 119px;
    height: 90px; 
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    
}

div#naviMain ul.level2 li a {
	display: block;
	border-top: 1px solid black;
	color: #666c56;
	font-size: 0.9em;
    line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none; 
}

div#naviMain ul.level2 li {

}

div#naviMain ul.level2 li.first a {
	margin: 0 0 0 0;
}

div#naviMain ul.level2 li.act a,
div#naviMain ul.level2 li.cur a {
	background: #699f48;
	color: #000000;
}

div#naviMain ul.level2 li.first a {
	border-top: none;
}

div#naviMain ul.level2 li.last {
	margin: 0;
}


/* Subnavi level3 + level4 */

div#content_main_left ul.level3 {
	margin-top: 15px;
}

div#content_main_left ul.level3 li {	
    *margin: -1px 0 0 0;
}

div#content_main_left ul.level3 li.first {
    margin: 0;
}	

div#content_main_left ul.level3 li a {
	display: block;
	width: 118px;
    margin: 0;
	border-bottom: 1px solid black;
	padding: 2px 0;
	color: #666c56;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
}

div#content_main_left ul.level3 li.act a, 
div#content_main_left ul.level3 li.cur a {
	color: #666666;
	background: #CCCCCC;
}

div#content_main_left ul.level3 li.first a{
    border-top: 1px solid black;
}

div#content_main_left ul.level4 {
	/*position: absolute;
	top: 87px;
	left: 0px;*/
}

div#content_main_left ul.level4 li:first-child  {
	margin: 5px 0 0 0;
	border: 0;
}

div#content_main_left ul.level4 li a {
	display: block;
	width: 118px;
	border-top: 1px solid #CDD9AD;
	border-bottom: 1px solid #CDD9AD;
    padding: 1px 0;
    background: none;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 0.6em;
	font-weight: normal;
}

div#content_main_left ul.level4 li.cur a {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #699f48;
}

div#unesco {
    position: absolute;
    top: 40px;
    right: 58px;
    width: 55px;
    height: 50px;
}

div#whc {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 55px;
    height: 50px;
}
/* ------------------------------------------------------------------------------------- */
/* ----- MAIN AREA --------------------------------------------------------------------- */
div#contentsection {
}

/* Covers the gray background white and contains print & back links */
div#back_print {
	position: absolute;
	top: 130px;
	right: 0;
	width: 215px;
	height: 61px;
	background: #FFFFFF;
	z-index: 50;
}

ul#navBackPrint {
    position: absolute;
    top: 8px;
    right: 0;
}



div#back_button {
	position: absolute;
	top: 5px;
	right: 25px;
	z-index: 100;
}

div#print_button {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 100;
}

div#buttons div#back_button {
	z-index: 100;
}

div#buttons div#print_button {
	z-index: 100;
}

/* Breadcrumb navigation on top of content area */
div#breadcrumb {
	position: absolute;
	z-index: 999;
	width: 600px;
	font-size: 0.55em;
	letter-spacing: 0.09em;

}
div#breadcrumb li {
    float: left;
} 
div#breadcrumb a { 
	text-decoration: none;
	color: #000000;
}

div#content_main_right a {
	color: #6d6d6d;
}

div#content {
	margin: 22px 0 0 0;
}


/****** IE HACKS ******/

div#contentsection {
	*margin: 20px 0 0 0;
}

div#content_main_middle {
    margin: 0;
}   

div#naviMain ul.level2  {
    *top: 39px;
}

div#naviMain ul.level2 li.first a {
	*height: 14px;
	*padding-top: 2px;
}

div#content_main_left ul.level3 {
	*margin: 0;
}

div#content_main_right {
	*margin: 46px 0 0 0;
}

div#content {
	*margin: 0;
}

div#breadcrumb {
    *top: -12px;
}

