body {
	font-size:12px;
	color:#000;
	background-color:silver;
	font-family: arial, times-new-roman, sans-serif, verdana;
	text-align:justify;
}

.subbody {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	border-width:0px;
	padding:0px;
	padding-bottom:15px;
}

.clear {
	clear:both;
}

a:hover {
	text-decoration:none;
}

.inline {
	margin:auto;
}

img.header {
	padding:5px;
}

h1 {
	font-size:18px;
	font-weight:bold;
}
	
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
.htop {
	margin-top:0px;
}

.headerimage {
	text-align:center;
}
.left-column {
	width:130px;
	position:absolute;
}
.top-left {
	height:80px;	
}

.right-column {
	position:absolute;
	margin-left:133px;
	max-width:647px;
}
.listleft {
	width:300px;
	float:left;
}
.listright {
	float:left;
	margin-left:10px;
	width:300px;
}
.two-columns-content {
	width:610px;
}

/********/
/* MENU */
/********/


.menuFrame {
}
.menuItem {
	margin:2px;
	width:120px;
	background-color:#fff;
	padding:3px;
	font-weight:bold;
	text-transform:uppercase;
}
.menuItem div.inline {
	width:94%;
	padding:2px 3px 2px 2px;
	/*margin:1px 0px 1px 0px;*/
	border:1px solid;
}
#menuSelect,
.menuItem:hover {
	background-color:darkgreen;
	color:white;
}
#menuSelect,
.menuItem:hover div.inline {
	border-color:#fff;
}
#menuSelect,
.menuItem:hover div.inline a {
	color:#fff;
}
#menuSelect,
.menuItem:hover div.inline:hover a {
	color:#fff;
}

.menuItem a {
	width:100%;
	color:#000;
	text-decoration:none;
}
#menuSelect,
.menuItem a:hover {
	color:#fff;
	text-decoration:none;
}
#menuSelect a {
	color:#fff;
}
/***********/
/* CONTENT */
/***********/

.contentFrame {
	background-color:#fff;
	width:630px;
	padding:4px;
	margin:2px;
}

.contentHeader {
}

.content {
	border:1px solid;
	padding:0px 10px 0px 10px;
	overflow:auto;
}

.block {
	clear:both;
}

img.flag {
	border:1px solid;
	float:right;
	margin-left:10px;
}

.content ul {
	margin-top:0px;
	padding-left:15px;
}
table {
	margin: 11px 0px 11px 0px;
}
table.steden tr td:nth-child(2) {
	text-align:right;
}

/**********/
/* FOOTER */
/**********/

div.footer {
	background-color:#fff;
	font-size:x-small;
	padding:4px;
	margin: 4px 2px 4px 0px;
	float:right;
}

.smallSize {
    font-size:	10px;
}



