/* CSS Document */
html {

}

body{
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: absolute;
	background: url("../images/bg.gif") no-repeat;
}

#main {
top: 170px;
left: 75px;
position: absolute;
}

#menu_2 {
width: 210px;
}

div#center {
background-color: #ECECEC;
width:610px;
height: 490px;
position: absolute;
left: 219px;
top: 0px;
padding: 0px 0px 0px 10px;
}

h1 {
font-size:17px;
font-weight:normal;
text-align:center;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 5px;
padding-bottom: 5px;
}

h2, h3 {
font-size:12px;
font-weight:bold;
margin-bottom: 0px;
padding-bottom: 0px;
text-transform:none;
}

p {
margin-top: 3px;
padding-top: 3px;
}

#menu_2 h2 {
	font-size: 10pt;
	text-transform:uppercase;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	background: url(../images/menu_2_backg.gif) bottom left repeat;
	
}
#menu_2 ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
	
#menu_2 li, #menu_2 li.selected2 {
	border-bottom: 0px solid #cccccc;
	padding: 4px 0px 4px 5px;
	margin: 0;
	background: url(../images/menu_2_backg.gif) bottom left repeat;
}
#menu_2 li.selected2 {
	background: url(../images/menu_2_backg_select.gif) bottom right no-repeat;
}
	
#menu_2 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*------------LinksLeve3----------------------*/
#menu_2 li.level3 {
	font-weight: normal;
	border-bottom: 0px solid #cccccc;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 10px;
	background: url(../images/menu_2_backg.gif) bottom left repeat;
}
#menu_2 li.level3 a {
	font-weight: normal;
	text-transform:none;
}
#menu_2 li.selected3 a {
	color: #527FA9;
}
/*------------LinksLeve4----------------------*/
#menu_2 li.level4 {
	border-bottom: 0px solid #cccccc;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 20px;
	background: url(../images/menu_2_backg.gif) bottom left repeat;
}
#menu_2 li.level4 a {
	text-transform:none;
	font-size: 9pt;
	font-weight: normal;
}
#menu_2 li.selected4 a {
	text-transform:none;
	font-size: 9pt;
	font-weight: normal;
	color: #527FA9;
}
/*------------LinksLeve5----------------------*/
#menu_2 li.level5, #menu_2 li.selected5 {
	border-bottom: 0px solid #cccccc;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 30px;
	background: url(../images/menu_2_backg.gif) bottom left repeat;
}
#menu_2 li.level5 a {
	text-transform:none;
	font-size: 9pt;
	font-weight: normal;
}
#menu_2 li.selected5 a {
	text-transform:none;
	font-size: 9pt;
	font-weight: normal;
	color: #527FA9;
}

a {
color: #3A6B9C;
text-decoration: none;
}

#messe {
background: url(../images/messe.gif);
position: absolute;
width: 159px;
height: 128px;
top: 190px;
left:16px;
}