body {
	background: url("../images/background.gif") repeat-y top left;
}
.left{
  position: absolute;
  overflow:visible;
  left: 0px;
	top: 0px;
	height: 694px;
	width:150px;
	background: url("../images/balken-left.gif") no-repeat top left;
}

/* language chooser */
div#language{
	border: 0;
	position: absolute;
	top: 20px;
	left: 3px;
	width: 90px;
}

.button-lang{
	float: left;
	width: 13px;
	height: 13px;
	margin-left: 12px;
	text-decoration: none;
	display: block;
}

/* german language icon */
a.deutsch-lang{
	background: url("../images/deutsch-lang.gif") 0 0 no-repeat;
}

a:hover.button-lang{
	background-position: -14px 0;
}

/* french language icon */
a.francais-lang{
	background: url("../images/francais-lang.gif") 0 0 no-repeat;
}

/* italian language icon */
a.italiano-lang{
	background: url("../images/italiano-lang.gif") 0 0 no-repeat;
}

/* english language icon */
a.english-lang{
	background: url("../images/english-lang.gif") 0 0 no-repeat;
}

.sitelink{
	border: 0;
	position: absolute;
	top: 49px;
}

/* home icon */
a.home{
	display: block;
	width: 11px;
	height: 10px;
	background: url("../images/home-icon.gif") 0 0 no-repeat;
	text-decoration: none;
	left:15px;
}

a:hover.home{
	background-position: -12px 0;
}

/* email icon */
a.email{
	display: block;
	width: 13px;
	height: 10px;
	background: url("../images/email-icon.gif") 0 0 no-repeat;
	text-decoration: none;
	left:35px;
}

a:hover.email{
	background-position: -14px 0;
}

/* sitemap icon */
a.sitemap{
	display: block;
	width: 11px;
	height: 10px;
	background: url("../images/sitemap-icon.gif") 0 0 no-repeat;
	text-decoration: none;
	left:55px;
}

a:hover.sitemap{
	background-position: -12px 0;
}

/* printer icon */
a.printer{
	display: block;
	width: 11px;
	height: 10px;
	background: url("../images/printer-icon.gif") 0 0 no-repeat;
	text-decoration: none;
	left:75px;
}

a:hover.printer{
	background-position: -12px 0;
}


/* center column */
.center {
	margin-left: 165px;
	height: 100%;
}
.menu{
	margin-top: 15px;
	margin-bottom: 74px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 620px;
}

.right {
	position: absolute;
  top: 0;
 	width: 250px;
	height: 100%;
	left: 800px;
}
.logo{
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 43px;
}
.msubmenulink{
	text-decoration: none;
	font-family:verdana,sans-serif;
	font-size: 11px;
}
.sub1menu{
	background-image: url("../images/menu-bg.gif");
	background-repeat: no-repeat;
	width: 146px;
	line-height: 18px;
	margin: 2px 0 0 30px;
	padding: 0 0 0 5px;
}
.sub1menulink{
  color: white;
	font-weight: bold;
}
.subXmenulink{
  color: #ff0000;
}
.sub2menu{
  border-right-style: solid;
  border-color: red;
  border-width: 1px;
  border-left-style: solid;
	width: 143px;
	line-height: 14px;
	margin: 0 0 0 -5px;
	padding: 2px 0 0 5px;
}
.sub3menu{
  border-right-style: solid;
  border-color: red;
  border-width: 1px;
  border-left-style: solid;
	width: 128px;
	line-height: 14px;
	margin: 0 0 0 -6px;
	padding: 2px 0 0 20px;
}

.sub1menutop{
	background-image: url("../images/menu-bg-top.gif");
	background-repeat: no-repeat;
}


/*
.sub1menubottom{
	background-image: url("../images/menu-bg-bottom.gif");
	background-repeat: no-repeat;
	border-style: none;
	width: 150px;
	padding-bottom: 2px;
	margin: -16px 0 0 -5px;
z-index: -1;
} */

.sub1menubottom{
	background-image: url("../images/menu-bg-bottom.gif");
	background-repeat: no-repeat;
	border-style: none;
	width: 150px;
	padding-bottom: 2px;
	margin: 0 0 0 -5px;
	height: 0;
	background-position: 0 -16px;
}

div#content {
  font-family:verdana,sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #858585;
  /* color: #737373; */
  margin-left: 20px;
  margin-top: -6px;
  min-width: 550px;
  width: 600px;
}

.contentTitle{
	font-size: 24px;
	padding-bottom: 30px;
	line-height: 32px;
	/* color: #ff0000; */
}
a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.selected {
	color: #000000;
}


.sitemap_level1{
	font-weight: bold;
}

.sitemap_level2{
	padding-left: 0px;
}

.sitemap_level3{
	padding-left: 20px;
}

.sitemap_level4{
	padding-left: 40px;
}