body{
	width:100%;
	background-color:white;
   margin:0px;
	padding:0px;
}


#head h1{
	font-size:16pt;
	margin:10px 10px 10px 200px;
	}

#head h1 span{
	display:block;
	margin-top:10px;
	font-size:9pt;
}

#head h1 a{
	text-decoration:none;
	color:#000000;
}

#siegel {
float:right;
height:94; 
width:94;
margin-top:5px;
}

h1 a:hover{
	text-decoration:none;
	color:#990000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial; 
	padding:0px;
}

h6 {
	font-size:1em;
	line-height:0.3em;
	font-weight:normal;
}

a{
	text-decoration:none;
	color:#990000;
}

img {
	border: 0;
	margin: 0;
}

table, tr, td {
	text-align:center; 
	vertical-align:top;
}
		
table {
	min-width: 700px;
}		
		
#box{
	min-width:790px;
	min-height:750px;
	height:auto !important;
	height:510px;
	padding:10px;
}

#head{
	background-image:url(http://www2.hu-berlin.de/japanologie/grafiken/Layout/welle.jpg);
	background-repeat: no-repeat;
	height:100px;
	padding:10px;
	margin: 0px 0px 40px 0px;
	border-bottom:solid 1px #990000;
}

#sidebar{
	float:left;
	width:170px;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding:4px 10px 10px 0px;	
}

#content{
	max-width:720px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:0px 0px 0px 200px;
	padding:0px 10px 10px 10px;
}

#content h1 {
	margin-bottom:50px;
	text-align:center;
}

.center {text-align:center;}


.mtimage {
float:right;
width:101; 
height:130;
}

.op{
	filter:alpha(opacity=50);
	-khtml-opacity:0.50;
	-moz-opacity: 0.50;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx M E N U E xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#menu {
    margin: 0;
    padding: 0;
    width: 160px;
}

#link {
   font: 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}

#menu ul,li {
	display: block;
	margin: 0;
	padding: 0;
}

#menu ul {
	width: 160px;
	background: #fff;
	list-style-type: none;
}

#menu li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

#menu li.folder	{
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 2px 0 4px 15px;
	background-color: #EFEFEF;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}	

#menu li.folder:hover {
	z-index: 10;
	background-color: #EFEFEF;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}
		
#menu li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	top: 5px;
}
				
#menu li.folder>ul { 
	left: 130px;
}
		
#menu ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 160px;
}

#menu a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

#menu li>a { 
	width: auto;
}

#menu li a.submenu {
	background-color: #EEE;
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid white;
	padding-top: 3px;
	padding-bottom: 4px;
}

#menu a:link, a:visited {
	color: #990000;	
}

#menu a:hover {
	color: #000;	
}



