/* ----------outer und inner----------------- */


/* --------------left und right navigavtion------------- */
#left {
	width:200px;
	float:left;
	margin-right:1px;
	vertical-align: top;
	visibility: visible;
	z-index: 7;
	
		position: absolute;
	top: 166px;
	left: 21px;
	margin:0;
	width: 176px;
 }

#left a{
	font-weight: bold;
	text-align: left;
	left: 0px;
	color: #ffffff;
	top: 0px;
}

#left a:hover{
	font-weight: bold;
	text-align: left;
	left: 0px;
	color: #FFFFFF;
}


 #right {
	width:200px;
	float:right;
	position:relative;
	margin-right:-200px;
	margin-left:20px;
	text-align: right;
	top: 0px;
 }

#right a{
	font-weight: bold;
	text-align: right;
	left: 0px;
	color: #000000;
}

#right a:hover{
	font-weight: bold;
	text-align: right;
	left: 0px;
	color: #FFFFFF;
}
.navi {
	display: block;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
	text-align: left;
	left: 0px;
	position: relative;
	top: 0px;
}
.navi:hover {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	left: 0px;
}
.navi:active {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	left: 0px;
}


.subnavi {
	display: block;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background-color: #CFC3C5;
	border-bottom: 1px solid #333333;
	padding: 3px;
	text-align: right;
	left: 20px;
	position: relative;
}
.subnavi:hover {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	left: 20px;
}
.subnavi:active {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	left: 0px;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

