@media screen {

	body {
		background-color: #D1D1D1;
		font-size: 11px;
		font-family: Verdana, Tahoma, Arial;	
		color: #5F6062;
	}


	div#container {
		width: 975px;
		background-color: #fff; 
		margin: 0 auto; 		
	}

	div#top {
		width: 975px;
		height: 249px; 
		margin: 0; 
		padding: 0; 
	}
		
	div#content {
		margin: 0; 
		padding: 0; 
	}

	div#bottom {
		height: 25px;
	}




	td#topleft {
		width: 215px; 
		height: 249px;
		background-image: url('images/akplader_top_left.jpg');
		background-repeat: no-repeat;
		background-position: left top; 
	}

	td#topright {
		width: 760px; 
		height: 249px;
		background-image: url('images/akplader_top.jpg');
		background-repeat: no-repeat;
		background-position: left top; 
	}





	td.leftbar {
		width: 17px; 
		background-color: #fff; 
		background-image: url('images/left_bar.jpg');
		background-repeat: repeat-y;
		background-position: left top; 
	}

	td.rightbar {
		width: 760px; 
		background-image: url('images/right_bar.jpg');
		background-repeat: repeat-y;
		background-position: right top; 
	}

	td#bottombar {
		width: 975px;
		background-image: url('images/bottom_bar.jpg');
		background-repeat: no-repeat;
		background-position: left bottom;
	}	




	td#contentmenu {
		width: 198px;
		background-color: #E5E5E6; 
	}



	
	td#bottommenu {
		width: 198px;
		height: 25px;
		text-align: center; 
		color: #fff;
		background-color: #F8981D; 
	}

	

	td#bottomright {
		width: 760px; 
		background-image: url('images/right_bar.jpg');
		background-repeat: repeat-y;
		background-position: right top; 
	}

	

	div#bottomcontent {
		width: 731px;
		height: 19px;

		text-align: center;

		margin-left: 10px; 
		padding-top: 4px;

		background-color: #fff;
		border-top: 1px solid #F8981D; 
		border-bottom: 1px solid #F8981D;
	}

	

	h1.headline {

		width: 700px;

		font-family: Verdana, Tahoma, Arial;	
		font-size: 14px;
		font-weight: bold; 
		color: #5F6062;

		border-top: 1px solid #F8981D; 
		border-bottom: 1px solid #F8981D;

	}

	h1.subheadline {
		font-family: Verdana, Tahoma, Arial;	
		font-size: 11px;
		font-weight: bold; 
		color: #5F6062;
		margin-bottom: 2px; 
	}

	img.noborder {
		border: none; 
	}

	img.logo {
		border: none;
		margin-left: 40px;
		margin-bottom: 15px;
	}

	img.standard {
		border: 1px solid #F8981C; 
	}




	ul.navlist {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		margin-bottom: 10px; 
	}

	ul.navlist li {
		height: 13px; 
		padding-left: 10px;
		margin: 5px;
		background-image: url(images/listitem.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}

	ul.navlist li a {
		font-family: Verdana, Tahoma, Arial;	
		font-size: 12px;
		font-weight: bold; 
		color: #5F6062;
		text-decoration: none; 
	}

	ul.navlist li a:link {
		font-family: Verdana, Tahoma, Arial;	
		font-size: 12px;
		font-weight: bold; 
		color: #5F6062;
	}

	ul.navlist li a:hover {
		font-family: Verdana, Tahoma, Arial;	
		font-size: 12px;
		font-weight: bold; 
		color: #F8981D;
	}

	img.contentPicture {
		border: 1px solid #F19300; 
		margin-left: 5px;
	}

	#subnavlist {
		padding-left: 15px;
		color: #F19300;
		font-size: 12px;  
		list-style-type: none;
	}

	#subnavlist a {
		color: #F19300;
		font-size: 12px;
		font-weight: bold; 
		text-decoration: none; 
	}

	#subnavlist a:visited {
		color: #F19300;
		text-decoration: none; 
	}

	#subnavlist a:hover {
		color: gray;
		text-decoration: none; 
	}

	
	ul#contentnavlist {
		float: right;
		margin-top: 0;
		margin-bottom: 3px;
		margin-right: 40px;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

	ul#contentnavlist li{
		float: left;
		font-family: verdana, arial, sans-serif;
		font-size: 9px;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 4px 0;
		background-color: #eef4f1;
		border-top: 1px solid #e0ede9;
		border-bottom: 1px solid #e0ede9;
	}

	#contentnavlist a, #contentnavlist a:link {
		margin: 0;
		padding: 5px 9px 4px 9px;
		color: #95bbae;
		border-right: 1px dashed #d1e3db;
		text-decoration: none;
	}

	ul#contentnavlist li#active {
		color: #95bbae;
		background-color: #deebe5;
	}

	#contentnavlist a:hover {
		color: #74a893;
		background-color: #d1e3db;
	}	

	.standardform {
		width: 200px;
		border: 1px solid #5F6062; 
		font-size: 11px;
		font-family: Verdana, Tahoma, Arial;	
		color: #5F6062;
	}

	.standardbutton {
		width: 50px;
		border: 1px solid #5F6062; 
		font-size: 11px;
		font-family: Verdana, Tahoma, Arial;	
		color: #5F6062;
	}

	.searchbox {
		background-color: #F8981D;
		border: 1px solid #5F6062;
	}
}



@media print {
	img.logo {
		display: none;
	}

	.noprint {
		display: none; 
	}

	img.standard {
		border: 1px solid #000; 
	}
}
