body {
	margin:0px;padding:0px;
	background-color: #EAEAEA;
	background-image: url(../images/back_body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	color:black;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#site{
   margin:0px;padding:0px;
	width:1000px;
	background-color: transparent;
	background-image: url(../images/back_site.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	float:left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top{
	margin:0px;padding:0px;width:1000px;
	height:166px;
	background-image: url(../images/back_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.logo{float:left;}
.top_right{float:right;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navigation{
	margin:0px;padding:0px;
	background-color: #D4D4D4;
	width:200px;
	float:left;
}
#box_adresse{
   margin:0px;padding:0px;
	width:200px;
	height:110px;
	background-color: #E0E0E0;
	padding-top:10px;
	float:left;
}
.adresse{
	color:#808080;
	font-size:80%;
	padding-left:20px;
}
.zeiten1{
	background-color: transparent;
	float:left;
	font-size:80%;
	margin-top:10px;
	color:black;
	margin-bottom:10px;
	padding-left:20px;
}
.zeiten2{
	background-color: transparent;
	float:left;
	font-size:80%;
	margin-top:10px;
	margin-left:5px;
	color:#808080;
}
/*MENU1*/
.menu1 {
	margin:0px;padding:0px;
	list-style-type:none;
}
.menu1_level1 {
	border-bottom:1px solid white;padding:5px;padding-left:20px;line-height:20px;
}
.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration:none;
	color:#808080;
	font-weight:bold;
	display:block;
}
.menu1_level1 a:hover {
	background-image: url(../images/hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
.menu1_level1_act{
	border-bottom:1px solid white;padding:5px;padding-left:20px;line-height:20px;
}
.menu1_level1_act a, .menu1_level1_act a:visited {
	text-decoration:none;
	color:black;
	font-weight:bold;
	display:block;
	background-image: url(../images/hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#kuenstlernavi{
   margin:0px;padding:0px;
	width:730px;
	background-color: transparent;
	float:left;
	margin-left:20px;
	margin-bottom: 5px;
}

.kuenstlernavi {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.kuenstlernavi_act {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.kuenstlernavi a, .kuenstlernavi a:visited {
	color: #C5352D;
	font-weight: bold;
	text-decoration: none;
}

.kuenstlernavi a:hover {
	color: #00008B;
	font-weight: bold;
	text-decoration: none;
}

.kuenstlernavi_act a, .kuenstlernavi_act a:visited {
	color: #00008B;
	font-weight: bold;
	text-decoration: none;
}

#content{
   margin:0px;padding:0px;
	width:730px;
	background-color: transparent;
	float:left;
	margin-left:20px;
}

#contentinside{
   margin:0px;padding:0px;
	width:530px;
	background-color: transparent;
	float:left;
	margin-left:0px;
}
#contentright{
   margin:0px;padding:0px;
	width:180px;
	background-color: transparent;
	float:left;
	margin-left:10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer{
	margin:0px;padding:0px;
	width:1000px;
	height:15px;
	background-image: url(../images/back_footer.jpg);
	background-repeat: no-repeat;
   background-position: top left;
	float:left;
}

fieldset {
	border: none;
}

label {
font-weight: bold;
color: Black;
display: block;
padding-top: 10px;
}