html {width:100%;	height:100%;}
body {
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	background-image: url(../images/body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color:black;
}


/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
#top{
	margin:0px;padding:0px;
	width:1000px;
	height:149px;
	background-color: transparent;
	background-image: url(../images/back_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.logo {float:left;}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
#main {
	width: 1000px;
}

#navigation{
	margin:0px;padding:0px;
	background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	float:left;
}
.navi_box {
	margin:0px;padding:0px;
	width:193px;
	min-height:495px;
	height:auto !important;  /* für moderne Browser */
	height:495px;  /*für den IE */
	background-color: transparent;
   background-image: url(../images/navi_box.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float:left;
}
.menu1{	
   background-image: url(../images/back_navi.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin:0px;padding:0px;
	list-style-type:none;
	padding-top:80px;
	padding-right:23px;
	text-align:right;
}
.menu1_level1 {margin:0px;padding:0px;	line-height:23px; background-color: transparent;}
.menu1_level1 a, .menu1_level1 a:visited{
   background-color: transparent;
	text-decoration:none;
	color:#0072BB;
	font-weight:normal;
	border-right:10px solid white;
	padding-right:3px;
	display: block;
}
.menu1_level1 a:hover {	border-right:10px solid #FDB813; font-weight: bold;}
.menu1_level1_act a, .menu1_level1_act a:visited{
	line-height:23px;
	text-decoration:none;
	color:#0072BB;
	font-weight:bold;
	padding-right:3px;
	border-right:10px solid #ED1C24;
	display: block;
}

.menu1_2{	
	margin:0px;padding:0px;
	list-style-type:none;
	padding-right:0px;
	text-align:right;
	line-height:15px
}
.menu1_level2 {margin:0px;padding:0px;	line-height:15px; background-color: transparent;}
.menu1_level2 a, .menu1_level2 a:visited{
   background-color: transparent;
	text-decoration:none;
	color:black;
	font-weight:normal;
	font-size: 90%;
	border-right:3px solid white;
	padding-left:15px;
	padding-bottom: 5px;
	line-height:15px;
	display: block;
}
.menu1_level2 a:hover {	border-right:3px solid #FDB813;text-decoration:underline;}
.menu1_level2_act a, .menu1_level2_act a:visited{
	line-height:15px;
	text-decoration:underline;
	color:black;
	font-weight:normal;
	font-size: 90%;
	padding-left:15px;
	padding-bottom: 5px;
	display: block;
	border-right:3px solid #ED1C24;
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
#content{
	margin:0px;padding:0px;
	width:800px;
	background-color: transparent;
	float:left;
}

table {
	font-size: 100%;
}

td {
	padding: 5px;
}


