@charset "utf-8";

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainframe
{
	width: 795px;
}

#leftside
{
	width: 745px;
	float: left;
}

#rightside
{
	background-image: url(images/kraantotal.gif);
	background-repeat:no-repeat;
	background-position: left top;
	width: 50px;
	height: 500px;
	float: right;
}

#krane
{
	height: 750px;
	width: 100%;
}

#rightsidefooter
{
	background-color: #8f1319;
	width: 100%;
	height: 20px;
	float: left;
}



#header
{
	background-image: url(images/header_gray.gif);
	background-repeat:no-repeat;
	width: 100%;
	height: 151px;
	float: left;
}

#menu
{
	width: 100%;
	float: left;
	border-bottom: 2px solid #8f1319;
}

#menu a:visited 
{
	color: #8f1319;
	text-decoration: none;
	font-size: 13px;
}
#menu a:link 
{
	color: #8f1319; 
	text-decoration: none;
	font-size: 13px;	
}
#menu a:active 
{
	color: #8f1319;
	text-decoration: none;
	font-size: 13px;	
}
#menu a:hover 
{
	color: #8f1319; 
	text-decoration: underline;
	font-size: 13px;	
}

#content
{
	width: 100%;
	height: 575px;
	overflow: auto;
	float: left;
}

#footer
{
	background-color: #8f1319;
	width: 100%;
	height: 20px;
	float: left;
	color:#FFFFFF;
	line-height:18px;
}

a:visited 
{
	color: #000000;
	text-decoration: none;
}
a:link 
{
	color: #000000; 
	text-decoration: none;
}
a:active 
{
	color: #000000;
	text-decoration: none;
}
a:hover 
{
	color: #000000; 
	text-decoration: underline;
}

