html, body 
{ 
    background-color:#743a02;
	font: 10pt Tahoma, Arial;
	font-weight: normal;
	color:#000000;
	margin: 0; 
    padding: 0;
}


#container{
	width:800px;
	position: absolute;
	left: 50%;
	margin-left: -400px; 
}
#header{
	position: absolute;
	width: 800px;
	height: 150px;
	top:0px;
	background:#ffffff url(cms/images/itcms_header.png) no-repeat;
}
#menu{
	position: absolute;
	height: 26px;
	width: 800px;
	top:150px;
	background-color: #406c13;
	z-index:999;
}
#content{
	position: absolute;
	width: 800px;
	top: 175px;
	background-color:#ffffff;
}
.page_title{
	font-size: 14pt;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 30px;
}
.page_content{
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
a, a:visited,a:active{
	text-decoration: none;
	color: #743a02;
}
a:hover{
	text-decoration: underline;
	color: #743a02;
	font-weight:bold;
}
h2{
	font-size: 11pt;
	font-weight: bold;
}

/* CSS Menue */
#cms_menu
{	
	margin: 0;
	padding: 0;
}
	
	#cms_menu li
	{	
		float: left;
		list-style: none;
		font: 10pt Tahoma, Arial;
	}

	#cms_menu li a
	{	
		display: block;
		background: #406c13;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap;
		text-align: center;
	}

	#cms_menu li a:hover
	{	
		background: #ffffff;
		color: #000000;
	}
		
		#cms_menu li ul
		{	
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px;
		}
		
		#cms_menu li ul li
		{	
			float: none;
			display: inline;
		}
		
		#cms_menu li ul li a
		{	
			width: 70px;
			background-color: #406c13;
		}
		
		#cms_menu li ul li a:hover
		{	
			background-color: #743a02;
			color: #FFFFFF;
		}

/* ENDE CSS Menue */
