@charset "utf-8";
/* CSS Document */

body{ 
	background-image:url(../images/bg_permanent.jpg);
	background-repeat:repeat;
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b4b4b;
	line-height:17px;
	background-color:#336699;	
	
}
h1	{color:#316b92; font-size:20px; font-family:Arial, Helvetica, sans-serif;	}
a	{ color:#717171; text-decoration:none;}
a:hover{ text-decoration:underline;}

.bold_text	{
	font-size:12px; font-weight:bold; text-align:left; float:left; display:inline;
}
#wrapper{
	width:100%;
	height:100%;

}

#container	{
	width:996px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	background-image:url(../images/bg_container.jpg);
	background-repeat:repeat-y;
	
}
#header	{
text-align:center; padding-top:20px;

}
#block_left	{
	width:54px;
	background-image:url(../images/bg-left.jpg); background-repeat:repeat-y;
	float:left;
	height:700px;
}
#block_right	{
	width:105px;
	background-image:url(../images/bg-right.jpg);
	background-repeat:repeat-y;
	float:right;
	height:700px;
}
#block_middle	{
	width:837px;
	background-color:#FFFFFF;
	float:left;

}

#torben_rick	{
	text-align:left;
}

#sub_nav	{
	text-align:right;
}
#sub_nav a{ color:#717171; text-decoration:none; padding:5px;}
#sub_nav a:hover{ color:#FFFFFF;  background-color:#c31555;}

#content_holder	{
	width:837px;
	height:700px;
	float:left;

}

#left_navigation	{
	width:169px;
	float:left;
	
}
#left_navigation	ul, ul li ul{
	list-style:none;
	line-height:22px;
	padding:0px;
	margin:0px;
}
#left_navigation ul li{
	
	background-image:url(../images/bg-rule-horizontal.jpg); background-repeat:repeat-x;
	background-position:bottom;
	line-height:30px;
	padding-left:0;
}
#left_navigation ul li:hover
{
	background-color:#e2e2e4;
	color:#333333;
}

#left_navigation ul li ul:hover
{
	background-color:white;
      color: black;
}


.main_content	{
	margin-left:45px;
	float:left;
	width:610px;
	text-align:justify;
}
.bread_crumb	{
	font-size:9px;
	text-align:left;
}

.rule_horizontal	{
	background-image:url(../images/bg-rule-horizontal.jpg);
	background-repeat:repeat-x;
	height:2px;
}

#footer	{ text-align:center; padding-top:10px; padding-bottom:30px; color:#CCCCCC;}
#footer	a{ color:#CCCCCC;text-decoration:none;}
#footer a:hover{ text-decoration:underline;}
#copyright	{ font-size:10px;}
.image_links	{ 	border:0px;}
.anchor_to_top{ text-align:right; float:right; font-size:10px; text-decoration:underline;}
