@charset "UTF-8";
/* CSS Document */

body{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	

}


a{
	text-decoration:none;
	color:#fff;
}

a.links{
	text-decoration:none;
	color:#000;
}

table{
	
	width:100%;
	height:100%;
	margin:auto;	
	top:20px;


}

table.mainMenu{
	position:relative;
	top:0px;
	width:60%;
	float: left;
}

table.menuHeaderTitle{
	position:relative;
	top:0px;
	width:100%;
	left:-10px;
}


td{
	vertical-align:middle;
	align:left;
}

div.site{

	position:absolute;
	width:95%;
}

div.mainFrame{

position:relative;
 border: 1px solid #8D0400;
 height:500px;
 margin:auto;
 margin-top:50px;
 width:70%;
 min-width:600px;
 max-width:950px;


}

div.mainMenu{
	position:relative;
	background-color:#8D0400;
	width:55%%;
	height:30px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
	margin-top:50px;
	
	
}

div.pagePictureStart{
	
	position:absolute;
	top:25px;
	margin:auto;
	right:0px;
	background:url(../images/backgroundPictureStartpage.png);
	height:462px;
	width:347px;
}


div.pagePictureSubsite{

	position:absolute;
	top:25px;
	margin:auto;
	right:0px;
	background:url(../images/backgroundPictureSubsites.png);
	height:462px;
	width:347px;
}

div.subMenuHeader{

margin-top:20px;
width:280px;
 background-color: #8D0400;
 color:#fff;
 height:30px;
 font-weight:bold;
 font-weight:bold;
	font-size:11px;
}

div.subMenuContent{

	
	position:relative;
	width:270px;
	height:250px;
	background-color:#A40400;
	padding:5px;
	color:#fff;
	 
	font-size:11px;
	
}

div.content{
	position:absolute;
	font-size:11px;
	width:300px;
	top:158px;
	left:295px;
	height:100%;
	margin:auto;
}

div.logo{
		margin:15px;
		background:url(../images/logo_small.png);
		width:212px;
		height:51px;
		repeat-x:none;
		repeat-y:none;

}

div.subMenuText{
padding:8px;
}

