@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
	}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	min-height:100%;
}
a:link,a:hover,a:visited,a:active{
	color:#03C;
	text-decoration:none;
}

div#content {
	background-image: url(../img/side_bar.jpg);
	background-repeat: no-repeat;
	background-position: left 120px;
	position:relative;
	width: 850px;
	text-align: justify; //kg center;
	//kg text-align:left;
	margin:0 auto;
	min-height:100%;
}


div#logo{
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 130px;
	float:left;
}
div#left_bar{
	background-image: url(../img/side_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 150px;
	position:relative;
	float:left;

}
div#header
{
	background-image: url(../img/karre_pros.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 703px;
	float:right;
	position:relative;
}
div#contentarea
{
	padding-top:10px;
	padding-right:25px;
	width: 650px;
	float:right;

}
div#copyright
{
	width:650px;
	text-align:center;
	padding-top:50px;
	float:right;
	position:relative;
}
#contentarea h3{
	font-size:18px;
	color:#2443AC;
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.top_menu{
	position: absolute;
	top:85px;
	left: -20px;
}

li.inlinetop {
	overflow: auto;
	display: block;
	float: left;
	margin: 0 auto;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:9px;
	padding-right:9px;
	color:#FFF;
	font-weight:bold;

 }

 li.inlinetop a{
	color:#FFF;
	font-weight:bold;

 }

 li.inlinetop_sel {
	overflow: auto;
	display: block;
	float: left;
	margin: 0 auto;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:9px;
	padding-right:9px;
	color:#2443AC;
	font-weight:bold;
	background-color:#FFF;
	vertical-align:middle;
 }

 li.inlinetop_sel a{
	color:#2443AC;
	font-weight:bold;
 }

 ul.sub_menu{
	position: absolute;
	top: 125px;
	left: -30px;
}

li.inlinesub {
	display: inline;
	color:#CCC;
	list-style:none;
	padding-left: 3px;
	padding-right: 7px;

 }

 li.inlinesub a{
	color:#8A8A8A;
 }

 li.inlinesub_sel {
	display: inline;

	color:#2443AC;
	padding-left: 3px;
	padding-right: 7px;
 }

 li.inlinesub_sel a{
	color:#2443AC;
 }
  ul.leftbar_menu{
	position: absolute;
	top: 10px;
	left:-40px;
	list-style-image: none;
	list-style-type: none;


}
li.leftbarlink {
	font-size:12px;
	color:#555;
	padding-left:10px;
	padding-right:15px;
	padding-top:25px;
	padding-bottom:3px;
	vertical-align: text-bottom;
	background-image: url(../img/left_menu_line.gif);
	background-repeat: no-repeat;
	background-position: -15px bottom;
 }

li.leftbarlink a{
	font-size:12px;
	color:#555;
 }

li.leftbarlink_sel {
	font-weight:bold;
	font-size:12px;
	color:#555;
	padding-left:10px;
	padding-right:15px;
	padding-top:25px;
	padding-bottom:3px;
	vertical-align: text-bottom;
	background-image: url(../img/left_menu_line.gif);
	background-repeat: no-repeat;
	background-position: -15px bottom;
 }

li.leftbarlink_sel a{
	font-weight:bold;
	font-size:12px;
	color:#555;
 }

img { border: none; }

.img_center {
	  display: block;
    margin-left: auto;
    margin-right: auto;
}

.img_left {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 0px 15px;
}

.img_bulk {
	float: none;
	margin: 10px 15px 10px 15px;
}

.flag {
	position: absolute;
	float: bottom;
	right: 10px;
	bottom: 6px;
	border: none;
}
