html {
}

body { 
	background: #ffffff;
	margin: 30px 0px 0px 0px;
	font-family: Arial;
    color: #ffffff;
	font-size:small;
	background-color:#346898;
	background-image:url(images/body_bg.jpg);
        background-repeat:repeat-x;
}

form { 
	padding: 0px;
	margin: 0px;
}

a{
	font-family:Arial;
	font-weight: regular;
	text-decoration: none;
	color: #336799;
}


a:hover{
	font-family: Arial;
	font-weight: regular;
    color: #336799;
	text-decoration: none;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #27527C;
	background-color: #F9F9F9;
	padding: 1px;
	color: #000000;
	overflow: auto;
}

#navtreeleft input, textarea, select, radio {
	font-family: Arial;
	font-size: xx-small;
	border: 1px solid #ccccff;
	background-color: #ffffff;
	padding: 1px;
	color: #aaaaaa;
	overflow: auto;
}

hr {
    color: #27527C;
}


h1 {
	font-family: Arial;
	color: #27527C;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom:2px solid #27527C;
}



h2 {
	font-family: Arial;
	color: #27527C;
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
	margin: 0px;
	padding: 3px;
}

h3 {
	font-family: Arial;
	color: #27527C;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial;
	color: #27527C;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}


#blocktitle {
	font-family: Arial;
	color: #27527C;
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
	margin: 0px;
	padding: 3px;
	border:2px solid #27527C;
}

#site {
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#header {
	float:left;
	width:975px;
	height:100px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#container {
	float:left;
	width:944px;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
	background-color:#dedede;
	background-repeat:repeat-y;
	background-position:left top;
	padding-left:0px;
	padding-right:9px;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

#content {
	float: left;
	width: 738px;
	padding: 10px 0px 10px 10px;
	min-height: 450px;
 	height:auto !important;
 	height: 450px;
	border-right:1px solid #999999;
background-color: #ffffff;
}

#contentinside {
	float: left;
	width: 700px;
	padding: 20px 10px 10px 10px;
	min-height: 400px;
 	height:auto !important;
 	height: 400px;
	color:#000000;
}

#contentinside select {
	color:#27527C;
}

#navtreeright {
	float:left;
	width:350px;
	color:#27527C;
	text-align:right;
	font-size:x-small;
	font-weight:bold;
}

#navtreeleft {
	float:left;
	width:350px;
	color:#fdfdfd;
	text-align:left;
	font-size:x-small;
}

#navibalken {
	float: left;
	width: 948px;
	padding: 0px 5px 0px 0px;
	height: 25px;
	background-color:#27527C;
	text-align:right;
	color:#000000;
}

#navigation {
	float: left;
	width: 735px;
	padding: 0px 5px 0px 0px;
	height: 25px;
	text-align:right;
	color:#000000;
}
#fixlinks {
	float: right;
	width: 200px;
	padding: 6px 5px 0px 0px;
	height: 20px;
	text-align:right;
	color:#ffffff;
	font-size:x-small;
}

#fixlinks a {
	color:#ffffff;
}

#fixlinks a:hover{
	color:#ffffff;
}

#sidebar {
	float: right;
	width: 165px;
	padding: 10px 5px 10px 10px;
	min-height: 420px;
 	height:auto !important;
 	height: 400px;
	color:#27527C;
	font-size:x-smll;

}


#footer {
	float: left;
	width: 943px;
	padding: 10px 0px 5px 10px;
	height: 20px;
	font-family: Arial;
	font-size:x-small;
	color: #27527C;
	background-image:url(images/..footer.png);
	background-repeat:no-repeat;
background-color: #ffffff;
border: 1px solid #999999;
}

* html #footer {
	background-repeat:no-repeat;
}

#text_l {
	float:left;
	width:250px;
}

#text_m {
	float:left;
	width:470px;
	text-align:right;
}

#text_r {
	float:right;
	width:170px;
	text-align:center;
}

#text_r a {
	color:#27527C;
}

#text_r a:hover{
	color:#336799;
}