body, html {
	margin:0;
	background:url('images/body_bg.jpg') center	 repeat-y #535353;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#c9c9c9;
}

p {
	text-align:justify;
}

td.menu ul {
	list-style-type:none;
	margin-left:1px;

}

td.menuitem a.menu_default {
	display: block;
	width:152px;
	height:17px;
	background-color:#940315;
	color:#e4e4e4;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
	font-weight:normal;
	border-bottom:3px solid #161616;
}

td.menuitem a.menu_default:hover, td.menuitem a.menu_acti {
	display: block;
	width:140px;
	height:17px;
	background-color:#706f79;
	color:#e4e4e4;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
	border-bottom:3px solid #161616;
	font-weight:normal;
	
}

span.pagetitle {
	font-size:16px;
	font-weight:bold;
}

td.content {
	padding-right:15px;
}

table.uur td {
	background-color:#2e2e2e;
}

input, select {
	background-color:#2e2e2e;
	border:0px;
	color:#c9c9c9;
}

a {
	color:#c9c9c9;
	text-decoration:none;
	
}

a:hover {
	color:#940315;
	text-decoration:underline;
	
}

a.mail {
	color:#c9c9c9;
	text-decoration:none;
	font-weight:bold;
}

a.mail:hover {
	color:#940315;
	text-decoration:underline;
	font-weight:bold;
}

div.kmo {
	display:block;
	height:200px;
	padding:200px 0 0 10px;
}