body{
	margin:0px auto;
}
.page{

 	width:1000px;
 	font-family:arial;
 	font-size:12px;
}
.header{
	background-image:url("../images/head2.gif");
	height:122px;
	width: 1000px;
	border:none;
}

.topmenue{
	background-color:#fac665;
	width: 1000px;
	height:50px;
	margin-top:-16px;
	vertical-align:center;
	line-height:50px;
	font-family:arial;
	font-size:14px;
}
.topspaceritem{
	float:left;
	list-style-type: none;
	width:180px;
	background-color:#fac665;
	height:20px;
}

.active {
	font-color:black;
}
.headline {
	color:#0c1450;
	width:198px;
	height:15px;
	border-left:2px #4F4F4F solid;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#fac665;
	font-weight:bold;
	font-size : 12px;
}

a.toplink{
	text-decoration: none;
	color:#0c1450;
	font-size:14px;
	width:187px;
	}

a.active{
	text-decoration: none;
	color:#4F4F4F;
	font-size:14px;
}

a.itemlink{
	text-decoration: none;
	color:#0c1450;
	font-size:12px;

}
.topitem:hover{
	text-decoration: none;
	background-color:grey;
	color:grey;
	font-size:13px;

}
.list{
 margin-top:10px;;
}
.topitem{
	width:189px;
	height:20px;
	border-right:1px #4F4F4F solid;
	border-left:2px #4F4F4F solid;
	border-top:1px #4F4F4F solid;
	border-bottom:1px #4F4F4F solid;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#fac665;
	margin:-1px;
	font-size : 10px;


}

.leftiteml1{
	list-style-type: none;
	line-height:30px;
	font-size:15px;

}

.leftiteml2{
	list-style-type: none;
	font-size:12px;
}
.leftmenue{
	width:288px;
	float:left;
	background-color:#b0c6e5;
	list-style-type: none;
	margin-top:10px;
}
.content{
	height:600px;
	background-color:white;
	float:left;
}


li.mainmenue:hover ul.mainmenue { display: block; }
li.mainmenue > ul.mainmenue {
	top: auto;
	left: auto;
	backgroud-color:#fac665;
	}
li.mainmenue ul.mainmenue {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  backgroud-color:#fac665;
  }
li.mainmenue {
  float: left;
  position: relative;
  width: px;
  backgroud-color:#fac665;
  }
ul.mainmenue {
  padding: 0;
  margin: 0;
  list-style: none;
  backgroud-color:#fac665;

  }