@charset "utf-8";
body{
background-color:#9eabc4;

}


#frame
	{

	position:relative;
	width:800px;
	border:#878dc6 solid 3px;
	}
#title
	{
	position:relative;
	width:800px;
	height:156px;
	background-image:url(images/titelc.jpg);
	}

#menu
	{
	background-image:url(images/menu.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position:relative;
	width:320px;
	height:446px;
	top:-3px;
	float:left;
	}
	
a:link
{
	color: #922121;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

a:visited
{
	color: #922121;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;	
}

a:hover
{
	color: #922121;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;	
}

a:active
{
	color: #922121;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;	
} 


#menucontent
{
	position:absolute;
	width:320px;
	height:446px;
	overflow: auto;	
	z-index:2;
}
.menutable
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 70px;
	margin-top: 50px;
	}
#content
	{
	background-color:#FFFFFF;
	position:relative;
	float:right;
	width:480px;
	height:446px;
	top:-2px;
	text-align:left;
	overflow: auto;

	}
#c
{
	/*background-image: url(images/c.png);*/
	position: absolute;
	width:300px;
	height:446px;	
	z-index: 1;
	left: 0px;
	top: 0px;
}