﻿body
{
	background-image:url(../images_layout/body_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
body, html {
	height: 100%;
}
#bodycontainer {
	min-height:100%;
}
* html #bodycontainer {
	height:100%;  
}
#footer
{
	clear:both;
	text-align:center;
	color:#999;
	border-top:1px solid #ccc;
	height:28px;
	/* margin:-30px auto; */
	margin:-40px auto;
	width:850px;
	line-height:25px;
}
.clear { clear: both; }

#top
{
	height:162px;
	background-image:url(../images_layout/top_bg.jpg);
	text-align:center;
}
#content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	/* margin-bottom:30px; */
	margin-bottom:10px;
}
#contentcontainer
{	
	margin-top:5px;
	margin-right:20px;
	width:635px;
	float:right;
}
#contentcontainerfull
{
	margin:10px 20px;
	clear:both;
}
#contentcontainer h1,
#contentcontainerfull h1
{	
	margin:10px 0 10px 0;
}



/* 
-------------------------------------------------
	leftmenu
-------------------------------------------------
*/
#leftmenucontainer
{
	background-color:Transparent;
	overflow:auto;
	margin-left:20px;
}
#leftmenu
{
	width:215px;
	background-image:url(../images_layout/menu_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#fff;
	float:left;
	margin-top:5px;
	margin-left:15px;
}
#leftmenutop
{
	height:20px;
	background-image:url(../images_layout/menu_bg_top.gif);
	background-repeat:no-repeat;
}
#leftmenubottom
{
	height:20px;
	background-image:url(../images_layout/menu_bg_bottom.gif);
	background-repeat:no-repeat;
}

#leftmenu
{
	font-size:10pt;
}
#leftmenu ul
{
	padding-left:0px;
	margin-left:15px;
	margin-bottom:15px;
}
#leftmenu ul li
{
	color:#aaa;
	margin-bottom:5px;
}
#leftmenu ul li a
{
	color:#006600;
	font-weight:normal;
	/* text-decoration:underline; */
	text-decoration:none;
	font-size:10pt;
}
#leftmenu ul li a:hover
{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-size:10pt;
}


/* submenu */
#leftmenu ul ul
{
	margin-bottom:0px;
}
#leftmenu ul ul li
{
	color:#aaa;
	margin-bottom:1px;
}
#leftmenu ul ul li a
{
	color:#003300;
	font-weight:normal;
	/* text-decoration:underline; */
	text-decoration:none;
	font-size:8pt;
}
#leftmenu ul ul li a:hover
{
	font-size:8pt;
}




/* 
-------------------------------------------------
	backlink
-------------------------------------------------
*/
#backlink
{
	color:#999;
	font-size:8pt;
	margin:5px 0px 15px 20px;
	float:left;
	clear:both;
}
#backlink,
#backlink a
{
	color:#999;
	font-size:8pt;
}
#backlink a:hover
{
	color:#000;
}

div.box
{
	width:270px;
	background-image:url(../images_layout/box_bg.jpg);
	background-repeat:repeat-y;
	background-color:White;
}
div.box div.top
{
	height:11px;
	background-image:url(../images_layout/box_top.jpg);
	background-repeat:no-repeat;
}
div.box div.bottom
{
	height:11px;
	background-image:url(../images_layout/box_bottom.jpg);
	background-repeat:no-repeat;
	background-color:White;
}
div.box div.content
{
	margin-left:10px;
	margin-right:10px;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.center
{
	float:left;
	margin-left:25px;
}


/* 
-------------------------------------------------
	frontpage
-------------------------------------------------
*/
div.frontpage-box-left
{
	width:270px;
	height:360px;
	background-image:url(../images_layout/frontpage/left2.jpg);
	background-repeat:no-repeat;
	float:left;
}
div.frontpage-box-left div.content
{
	/* width:200px; */
	width:150px;
	/* height:120px; */
	height:90px;
	/* margin-top:215px; */
	margin-top:270px;
	margin-left:auto;
	margin-right:auto;
}

div.frontpage-box-center
{
	width:270px;
	height:360px;
	background-image:url(../images_layout/frontpage/center2.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:25px;
}
div.frontpage-box-center div.content
{
	width:230px;
	height:140px;
	margin-top:215px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div.frontpage-box-right
{
	width:270px;
	height:360px;
	background-image:url(../images_layout/frontpage/right2.jpg);
	background-repeat:no-repeat;
	float:right;
}
div.frontpage-box-right div.content
{
	/* width:230px; */
	width:150px;
	/* height:120px; */
	height:90px;
	/* margin-top:215px; */
	margin-top:270px;
	margin-left:auto;
	margin-right:auto;
}

div.content h4
{
	font-size:11pt;
	font-weight:bold;
	color:#000;
	margin:0 0 5px 0;
}
div.content,
div.content a
{

	font-size:10pt;
	line-height:1.4em;
}



/* 
-------------------------------------------------
	referencer ref
-------------------------------------------------
*/
.box .reference-item a
{
	font-weight:bold;
}
.box .reference-item a img
{
	border:none;
}
.box .reference-item div
{
	margin:10px 0;
}
.box .reference-item dl
{
	margin:10px 0 10px 0;
	line-height:1.3em;
	font-size:0.8em;
}
.box .reference-item dl dt
{
	color:#060;
	font-weight:normal;
	width:50px;
	position:relative; 
	float:left; 
	display:block;
	clear: both;
}
.box .reference-item dl dd
{
	margin:0 0 5px 60px;
	position:relative; 
	float:none; 
	display:block;
	clear: right;
}
.box .reference-item h1
{
	font-size:10pt;
	line-height:14pt
}
.box .reference-item p
{
	margin:0 0 10px 0;
	line-height:1.5em;
}

/* 
-------------------------------------------------
	referencer ref sub
-------------------------------------------------
*/
.reference-container .reference-item a
{
	font-weight:bold;
}
.reference-container img
{
	border:none;
	float:left;
}
.reference-container .reference-item div
{
	margin:10px 0;
}
.reference-container .reference-item dl
{
	margin:10px 0 10px 20px;
	line-height:2em;
	float:left;
}
.reference-container .reference-item dl dt
{
	color:#060;
	font-weight:normal;
	width:90px;
	position:relative; 
	float:left; 
	display:block;
	clear: both;
}
.reference-container .reference-item dl dd
{
	margin:0 0 5px 100px;
	position:relative; 
	float:none; 
	display:block;
	clear: right;
}
.reference-container .reference-item p
{
	margin:0 0 10px 0;
	line-height:1.5em;
	clear:both;
}