html, body {	
	height: 100%;
	padding: 0;	
	margin: 0;
}

body {
	height: 100%;   
	padding: 0;
	background: #fff;
	font-family: Verdana;
	font-size: 12px;	
	color: #146686;
}

#wrap {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 856px;
	position: relative;
}

#searchbar {
	position: absolute;
	top: 194px;
	right: 0px;	
	width: 180px;	
	z-index: 20000;	
}

#langbar {
	float: right;
	margin-bottom: 5px;
}

#header {	
	width: 706px;
/*	border-bottom: 2px solid #146686;*/
}

#topmenu {
	width: 856px;	
/*	border-bottom: 1px solid #146686;*/
}

#content {
	position: static;
	background-color: #fff;	
	overflow: auto;
	padding: 20px 10px 40px 10px;
	line-height: 150%;
	clear: both;
	width: 836px;
}

#left {
	float: left;
	width: 460px;
	background-color: #fff;
}

#right {
	float: right;
	width: 339px;
	background-color: #fff;
}

#right a:hover {
	text-decoration: none;
}

#singledocument {
	padding-left: 40px;
	padding-right: 40px;
}

#bottom {	
	width: 836px;	
	background-color: #ffffff;
	border-top: 1px solid #006B88;
	padding: 10px;	
}

#adminbox {
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 5px;
}

.orange-titel {
	font-weight: bolder;
	font-size: medium;
	color: #ff9900;
}

.orange-btn { 
	font-size: 8pt;
	color: #000000;
	padding: 0px;
	border: 1px solid #C0C0C0;
	background: #FF9900; 
	font-weight: bolder;
}

.red-btn { 
	font-size: 8pt;
	color: #ffffff;
	padding: 0px;
	border: 1px solid #C0C0C0;
	background: #DE0000; 
	font-weight: bolder;
}

.small-btn {
	font-size: 7pt;	
}

.small {
	font-size: 7pt;
}

.small-b-i {
	font-size: 7pt;
	font-weight: bolder;
	font-style: italic;
}

.nicetable {
	border: 1px solid #CCCCCC;
}

.listtable {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
}

.listtable2 {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	font-size: 8pt;
}

.listtabletitle {	
	font-size: 12pt;
	background-color: #CCCCCC;
	padding: 5px;
}

.listtitle {
	font-weight: bolder;
	text-decoration: underline;
}

.front_date {
	font-size: 12px;
	font-weight: bolder;
	color: #444444;
}

.front_link, .front_link a, .front_link a:visited, .front_link a:active {
	font-size: 12px;	
	color: #444444;
}

img {
	border: 0;
}

hr {
	color: #CCCCCC;
}

input {
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

select {
	font-size: 10px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
 	color: #444444;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a:hover {
	text-decoration: underline;
}

