/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/sitebk.jpg);
	margin-left: 0;
	margin-top: 0;
}

#container {
	
	position:absolute; 
	margin: 4px;
	left:200px;
	top:170px;
		
}

#header {
	height: 165px;
	padding-top: 0px;
	margin-left: 0px;
	/*background-color: #49674f;*/
}


#left {
	float:left;
	width: 150px;
	margin-left: 45px;
	margin-top: 120px;
}


img {border: none;}


/********************************* Navigation **********************************/

#navcontainer { position:absolute; left:25px; top:170px; font-size: 10px; font-family: arial;}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a.css
{
	display: block;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom:	0px;
	width: 138px;
	background-image: url(../images/btn_standard.gif);
	background-repeat: no-repeat;
	height: 37px;
}


#navcontainer a.css:link, #navlist a.css:visited
{
color: #FFFFCC;
text-decoration: none;
}

#navcontainer a.css:hover 
{	
	/*background: url(images/menu2.png) 0 -45px;*/
	background: url(images/btn_hover.gif) ;	
	background-repeat: no-repeat;
	color: #FFFFCC;
}

#navlist a.css:active 
{	
	/*background: url(images/menu2.png) 0 -45px;*/
	background: url(images/btn_select.gif) ;
	background-repeat: no-repeat;
	color: #FFFFCC;
}

#navlist a.css:focus 
{	
	/*background: url(images/menu2.png) 0 -45px;*/
	background: url(images/btn_select.gif) ;
	background-repeat: no-repeat;
	color: #FFFFCC;
}
