/*Layout*/

body
{
	background-color: #cccccc;
	margin-top: 10px;
}

#container
{
	border: 2px solid #333333;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}

#header_left
{
	width: 548px;
	height: 164px;
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	float: left;
	border-bottom: 2px solid #333333;
}

#header_right
{
	width: 252px;
	height: 164px;
	background-image:url(../images/header_right.jpg);
	background-repeat:no-repeat;
	float: left;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

#menu_left
{
	width: 548px;
	height: 30px;
	background-color: #507264;
	border-bottom: 2px solid #333333;
	float: left;
}

#menu_right
{
	width: 242px;
	height: 26px;
	padding-right: 10px;
	padding-top: 4px;
	background-color: #455d53;
	float: left;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	text-align:right;
}

#menu_right a
{
	color:  #FFFFFF;
	text-decoration:none;
	font-size: 18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#menu_right a:hover
{
	text-decoration:underline;
}

#menu_shadow_left
{
	width: 548px;
	height: 16px;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-x;
	float: left;
}

#menu_shadow_right
{
	width: 252px;
	height: 16px;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-x;
	border-left: 2px solid #333333;
	float: left;
}

#content
{
	width: 802px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content_left
{
	width: 528px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 2px solid #333333;
}

#content_right
{
	width: 232px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align:center;
}

#content_right img
{
	border: 1px solid #333333;
}

.min-height
{
	float: right;
	width: 1px;
	height: 480px;
}

.clear
{
	clear: both;
}



/*Tekst*/

p
{
	line-height: 18px;
}

p.small
{
	font-size: 8px;
	line-height: 13px;
}

h1 	{
	font-family:  Geneva,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}

h2 	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	}

h3 	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

p, td, div 	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
ul 	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}


a 	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #507264;
	text-decoration: none;
	}

a:hover
	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #507264;
	text-decoration: underline;
	}
