
/* Layout Stylesheet */ 

body {
 margin: 0.25em 2em 1em 2em;
 background:#ffffff;
 color: #000000;
 /*text-align: center;*/
 padding:0;
 }

#topleft
{
	float:left;
	/*text-align:left;*/
	padding: 1em 1em 1em 0em;
}

#topright
{
	float: right;
	/*text-align:right;*/
	padding: 1em 1em 1em 1em;
}

#omtrek {
	clear:both;
	float: left;
	color:#000000;
	background-color: #FFF;
	/*text-align:left;*/
	border:1px solid #000000;
 	width:100%;
 	margin:auto;
 }

#header {
 height:2.0em;
 background:#eeeeee;
 color: #333333;
 background-image: url(template_img/mainmenubarred.gif);
 /*text-align: center;*/
}

#balk {
 height:157px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 background-image: url(template_img/agmlogo.jpg); 
}

#content {
 padding: 1em 1em 1em 1em;
 margin: 0 0 0 170px;
 /*text-align:left;*/
 background-image: url(template_img/maincontent.gif);
 background-repeat: no-repeat; 
}

#logos {
	clear: left;
	float: left;
	width: 181px;
}

#onder {
	clear: left;
	float: left;
	width: 181px;
	height: 360px;
	background-image: url(template_img/leftbar1.gif);
 	background-repeat: no-repeat;
}

#onder img {
	padding: 18px 0px 0px 0px;
}


#footer {
 clear:both;
 height:1.7em;
 line-height:1.7em;
 background:#c0c0c0;
 border: solid black;
 border-width: 1px 0 0 0;
 margin: 0;
 text-align: center;
 position: relative;
 vertical-align: text-bottom;
 background-image: url(template_img/submenubarorange.gif);
 color: white;
}