@charset "utf-8";
/* CSS Document */


/*layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}

#mainframe {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:481px;
	z-index:1;
	margin-top: -270px ;
	margin-left:-410px;
	background-image: url(img/back.png);
	background-position: right bottom;
	background-repeat: no-repeat;	/*border:1px solid black;*/
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	float: left;
	width: 790px;
	background-color: #FFF;
}

#navi {
	/*	height: 20px;
	width: 791px;
	position: relative;
	float: left;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(img/butt.jpg);
	background-repeat: repeat-x;*/
}

#right {
	background-color: #DFDFDF;
	clear: right;
	float: left;
	height: 400px;
	width: 542px;
	position: relative;
	top:0px;
	padding: 5px;
	overflow: auto;
}
#right2 {
	background-color: #DFDFDF;
	clear: right;
	float: right;
	height: 500px;
	width: 540px;
	position: relative;
	padding: 5px;
	overflow: auto;
}
#bottom {
	height: 20px;
	width: 100%;
	position: relative;
	float: left;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin-top:15px;
}

#right p{
	text-align: justify;	
		width: 510px;
}		

#mainframe #navi a {
	float: left;
	width: 112px;
	background-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	background-image: url(img/butt.jpg);
	background-repeat: repeat-x;
}

#mainframe #navi a:hover {
	background-color: #0FF;
	background-image: url(img/buttover.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 18px;
}
#log {
	position:absolute;
	left:10px;
	top:20px;
	width:150px;
	height:30px;
	z-index:2;
	
}

#navi ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-left: -40px;
}
#navi li{float:left;}


#menu {
	/*position: relative;
	left: 0px;
	top: 0px;
	z-index:100;*/
	padding-left:3px;
	float:left;
	width:788px;
	background-image: url(img/butt.jpg);
	background-repeat: repeat-x;
	
}

#menu ul li a {
	float: none;
	width: 111px;
	background-color: #999;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	background-image: url(img/buttmit.png);
	background-repeat: repeat-x;
	border-right:1px solid #CCC;
	background-position: right;
}

#menu ul li a.ohne {
	background-image: url(img/butt.jpg);
	background-repeat: repeat-x;
}



#menu ul li a:hover {
	background-image: url(img/buttover.jpg);
	background-repeat: repeat-x;
}

#menu ul li ul li a {
	width:140px;
	background-color: #CCC;
	padding: 3px 0 1px 0;
	text-decoration: none;
	text-align: center;
	background-image:none;
	background-repeat: repeat-x;
	height:18px;
	border-bottom:1px solid #666;
	border-top:1px solid #CCC
}


#menu ul li ul li a:hover {
	background-color: #666;
	background-image:none;
	color: #FFF;
}

#menu ul li ul {
	width:120px;	
}




span.tip {display:none}

a:hover span.tip {
	display:block;
	position:absolute;
	z-index:50;
	top:-20px;
	left:-350px;
	border:none;
}
#apDiv1 {
	position:absolute;
	left:370px;
	top:180px;
	width:173px;
	height:142px;
	z-index:1;
}

#tip {
	position:absolute;
	left:85px;
	top:180px;
	width:150px;
	height:80px;
	z-index:1;
	border:1px solid black;
	padding:10px;
}

#apDiv1 a {
	background-color: #999;
	float: left;
	width: 130px;
	border-top: 2px solid #dfdfdf;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	color: #333;
}