html {
	overflow-x:hidden;
	overflow-y:hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDDDDD;
	text-decoration: none;
	height: 100%;
	overflow-y: auto;   
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #DDDDDD;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #DDDDDD;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #DDDDDD;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #DDDDDD;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	background-color: #DDDDDD;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	background-color: #DDDDDD;
}
.Title {
	position: fixed;
	overflow: hidden;
	top: 5px;
	left: 0px;
	height: 75px;
	margin: 5px auto auto auto;
	background-color: #DDDDDD;
	z-index: 1;
	text-align: center;
	width: 100%;
	/*border: 2px solid #9CC69C;*/
}
.Menu {
	position: fixed;
	overflow: hidden;
	top: 85px;
	left: 0px;
	height: 22px;
	margin: 15px auto auto auto;
	background-color: #DDDDDD;
	z-index: 1;
	text-align: center;
	width: 100%;
	/*border: 2px solid #9CC69C;*/
}
.Content {
	position: absolute;
	overflow: auto;
	top: 130px;
	height: 100%;
	margin: 5px auto auto auto;
	background-color: #DDDDDD;
	z-index: 1;
	text-align: center;
	width: 100%;
	/*border: 2px solid #9CC69C;*/
}
.ContentTable {
	width: 95%;
	height: auto;
	padding: 5px;
}
.ContentTableContact {
	width: 90%;
	height: auto;	
}
.ContentTableContact2 {
	/*width: 90%;*/
	height: auto;
}
.ContentTableContactInside {
	width: 100%;
	height: auto;
	padding: 5px;
}
.ContentTableContactItem {
	text-align: right;
}
.ContentTableContactItem2 {
	text-align: right;
	width: 110px;
}
.ContentTableContactField {
	text-align: left;
}
.ContentTableContactField2 {
	text-align: left;
	width: 180px;
}
.IndexTable {
	width: 95%;
}
.CarTable {
	width: 95%;
	padding: 5px;
	text-align: center;
}
.Kader {
	position: relative;
	width: 100%;
	background-color: #BBBBBB;
	margin: auto auto 5px auto;
}
.KaderTekst {
	padding: .5em;
	margin: auto;
	text-align: justify;
}
b.rtop, b.rbottom { 
	display: block;
	background-color: #DDDDDD;
}
b.rtop b, b.rbottom b { 
	display: block; 
	height: 1px;
	overflow: hidden; 
	background-color: #BBBBBB; 
}
b.r1 { 
	margin: 0 8px; 
}
b.r2 { 
	margin: 0 6px; 
}
b.r3 { 
	margin: 0 4px; 
}
b.r4 { 
	margin: 0 3px; 
}
b.r5 { 
	margin: 0 2px;
	height: 2px; 
}
b.rtop b.r6, b.rbottom b.r6 { 
	margin: 0 1px; 
	height: 2px;
}
.KPFooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 22px;
	margin: 2px auto 2px auto;
	z-index: 1;
	background-color: #DDDDDD;
	width: 100%;
	/*border: 2px solid #9CC69C;*/
}
.KPFooterTable {
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
}
.KPFooterText {
	text-align: center;
	vertical-align: top;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	background-color: #DDDDDD;
}
a.KPFooterLink:link {
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	background-color: #DDDDDD;
}
a.KPFooterLink:visited {
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	background-color: #DDDDDD;
}
a.KPFooterLink:hover {
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
	background-color: #DDDDDD;
}
a.KPFooterLink:active {
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
	background-color: #DDDDDD;
}