/*
////////////////////////////
////////HTML ELEMENT////////
////////////////////////////
*/
html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%
}
body
{
	width: 200;
	margin: 5px 5px 0px 5px;
	background: #ffffff url('bg.gif') repeat-y 0px 0px;
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-size: 11px;
	color: #000000;
}
h1, h2, h3, h4
{
	color: #000000;
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
h2,h3,h5
{
	font-size: 11px;
}
h4
{
	font-size: 10px;
}
h5
{
	display: inline;
}
img
{
	border: 0px;
}
a, a:visited, a:hover
{
	color: #004097;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, Times New Roman;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
form
{
	margin: 0px;
}
input, textarea, select
{
	color: black;
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-size: 11px;
	font-weight: bold;
}
table, tr, td, th
{
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-size: 11px;
	color: #000000;
}


/*//////////BODY////////// */
#body-topbar
{ 
	clear: left;
	position: relative;
	background-color: #EBEBEB; 
	padding: 0px;
	margin: 0px;
	border: solid 1px #767676; 
	top: 0px; 
	left: 5px; 
	width: 757px; 
	height: 26px; 
	visibility: visible; 
	display: block;
}

	
}
#body-leftmeny
{
	display: block;
	position: relative;
	float: left;
	top: 0px; 
	left: 5px;
	width: 195px;
	border: 0px;	
	margin: 14px 0px 0px 0px;
	padding: 0px;
	visibility: visible;
	overflow: hidden;
}
#body-leftmeny ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}
#body-leftmeny li.rubrik
{
	height: 18px;
	text-indent: 6px; 
	line-height: 18px;
	background-color: #F5F5DC;
	border-bottom: 1px solid #767676;
	color: black;
	margin-top: 3px;
	border-top: 1px solid #767676;
	border-right: 1px solid #767676;
	border-left: 1px solid #767676;
}
#body-leftmeny li.active
{
	height: 17px;
	text-indent: 13px;
	line-height: 17px;
	border-right: 1px solid #767676;
	border-left: 1px solid #767676;
	border-bottom: 1px solid #767676;
	color: black;
	font-weight: bold;
	background: #E2DCCF url(grafik/left/pilhogerned6x6.gif) 5px 9px no-repeat;
}
#body-leftmeny li.lank
{
	height: 17px;
	display: block;
	text-indent: 13px; 
	line-height: 17px;
	border-right: 1px solid #767676;
	border-left: 1px solid #767676;
	border-bottom: 1px solid #767676;
	color: black;
	background: url(grafik/left/pilhogerned6x6.gif) 5px 8px no-repeat;
}
#body-leftmeny li a
{
	display: block;
	color: black;
	text-decoration: none;
	width: 100%;
	font-family: verdana, arial, sans-serif, Times New Roman;
	font-weight: bold;
	font-size: 11px;
}
#body-leftmeny li a:hover
{
	text-decoration: underline;
}
#body-leftmeny p
{
	margin-top: 6px;
}
#body-leftmeny .security
{
	background: url(grafik/left/security.gif) 180px 5px no-repeat; 
}
#body-container
{
	display: block;
	position: relative;
	float: left;
	top: 0px; 
	left: 0px;
	width: 445px;
	border: 0px solid #767676;
	margin:  10px 0px 0px 17px;
	padding: 0px;
	visibility: visible;
}
#body-container #top
{
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#body-container #info
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px dotted black;
	text-align: right;
	
}
#body-container #main
{
	overflow: scroll;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 443px;
	overflow: hidden;
}
#body-container #main .rubrik
{
	line-height: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	border-bottom: 1px solid black;
}
#body-container #main .body
{
	margin-left: 20px;
	margin-top: 8px;
	margin-right: 20px;
	border-left: 1px dotted #97a6b6;
	border-bottom: 1px dotted #97a6b6;
}
#body-container #main .body_noborder
{
	margin-left: 20px;
	margin-top: 8px;
	margin-right: 20px;
	border: 0px;
}
#body-container #main .body_leftborder
{
	margin-left: 20px;
	margin-top: 8px;
	margin-right: 20px;
	border-left: 1px dotted #97a6b6;
}
#body-container #main .content
{
	margin-left: 5px;
	margin-bottom: 5px;
}
#body-container #main p
{
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	
}
#body-container #main .greyarea
{
	background-color: #f5f5f5; 
	border-top: 1px dashed #d3d3d3; 
	border-right: 0px; 
	border-bottom: 1px dashed #d3d3d3; 
	border-left: 0px;
}
#body-container #main .margin-5
{
	margin: 5px;
}
#body-container #main .footer
{
	text-indent: 5px;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	border-left: 1px dotted #97a6b6;
	border-bottom: 1px dotted #97a6b6;
}
#body-container #bottom
{
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	margin-bottom: 10px;
}
