.navigation {
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;*/
	background-color: #FFF;
	text-align: left;
	float: left;
	height: 700px;
	width: 135px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 156px;
}

.headbanner {
	background-color: #FFF;
	clear: both;
	float: none;
	height: 150px;
	width: 990px;
	/*
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	*/
	position: absolute;
	left: 5px;
	top: 5px;
	background-image: url(../pic/banner.jpg);
}
.maincontent {
/*
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
*/
	background-color: #ffffff;
	float: right;
	height: 700px;
	width: 845px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	position: absolute;
	left: 145px;
	top: 160px;
	color: #040060;
	/*border: 1px solid silver;*/
}

.container2 {
	background-color:;
	width:800px;
	height:650px;
	margin-top:5px;
	margin-left:5px;
	padding-top:25px;
	padding-right:25px;
	padding-bottom:25px ;
	padding-left:25px;
	/*font-size: 10px;*/
}

.homecontainer {
	/*
	background-image: url(../pic/kanji.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	*/
	clear: left;
	float: left;
	height: 600;
	width: 800;
}

.budokaiframe {
	float: right;
	height: 180px;
	width: 180px;
	position: absolute;
	top: 25px;
	right: 25px;
}

/*--------hinweisbox--------*/
#hinweisbox {
	width: 800px;
	height: 100px;
	margin-left: 5px;
	margin-top: 150px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid silver;
	font-size: 10px;
	background-color: #EDEAFF;
	
}

#hinweispic {
	float: left;
	width: 64px;
	height: 64px;
	margin-left:10px;
	margin-top:16px;
	margin-bottom:16px;
	border: 0px;
}

#hinweistxt {
	float:left;
	width:600px;
	height:70px;
	margin-top: 10px;
	margin-left: 25px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px ;
	padding-left:5px;
	border: 0px solid silver;
	font-size: 10px;
	
}

/*
.flashPlayer {
	
	background-color: #FFF;
	text-align: left;
	float: left;
	height: 34px;
	width: 82px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 950px;
}
*/

/* Dynamischer Div */
#fadedivholder 
{
	position:absolute;
	visibility:hidden;
	padding:10px; // ein wenig Abstand zum Rand im Zuge der Lesbarkeit
	font-family:verdana,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	background-color:#CCC;
	border:1px solid silver;
}

/*
#fadedivholder a
{
	text-decoration:none;
	color:#00FFFF;
}
*/

.Menu1_item_a
{
   color: #000000;
   background-color: #D6D6D6
   font-weight: normal;
   text-decoration: none;
}
.Menu1_item_a:hover
{
   color: #006BF5;
   font-weight: normal;
   text-decoration: none;
}

.gallery {
	zoom:1;
/*
	width:1020px;	
	height: 800px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
*/
	width:800px;
	height:650px;
	margin-top:5px;
	margin-left:5px;
	padding-top:25px;
	padding-right:25px;
	padding-bottom:25px ;
	padding-left:25px;

	/*border: 1px solid silver;*/
}

.gallery a {
	display:block;
	float:left;
	margin:5px;
	padding:6px;
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	opacity:0.87;
	text-align:center;
}

.gallery a:hover {
	opacity:1;
}

.gallery a img {
	border:none;
	display:block;
}

.gallery a#vlightbox{display:none}