html {
	font-size: 101%;

}

body
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;	
	margin: 0;
	padding: 0;
	
	background-color: #DADADA;
}

a
{
	color: #009393;
	text-decoration: none;
	font-weight: bold;
}

.left a {
	text-decoration: underline;
	font-weight: normal;
}

.left a:hover {
	background-color:#009292;
	color:#FFFFFF;
}

a img
{
	border: none;
}

table td p
{
	margin: 0;
}


#page
{
	position: relative;
	top: 20px;
	width: 970px;
	margin: 0 auto;
}

#header #date
{
	position: relative;
	top: -18px;
	left: 10px;
}

#header #banner
{
	position: relative;
	left: 114px;
}

#service
{
	width: 530px;
	height: 20px;
	
	margin: 0 0px 20px 450px;
	
	text-align: right;
}

#service .navigation
{
	font-size: 0.7em;
	float: left;
}

#service .language
{
	font-size: 0.7em;
	float: left;	
}

#service span
{
	margin-right: 10px;
}

#service ul
{
	list-style: none;
	
	margin: 0;
	padding: 0;
}

#service ul li
{
	float: left;
}

#navigation
{
	position: absolute;
	width: 230px;
	margin-top: 22px;
	padding-left: 10px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#navigation ul li a
{
	font-size: 21px;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: black;
}


#navigation ul ul
{
	margin-top: 10px;
}

#navigation ul ul li
{
	border-top: 1px dashed #000;
	width: 200px;
}

#navigation ul ul li.last
{
	border-bottom: 1px dashed #000;
}

#navigation ul ul li a
{
	display: block;
	margin: 5px 0 7px 0;
	
	font-size: 16px;
}

#navigation ul ul li a:hover
{
	color: black;
}

#navigation a.active
{
	color: #000;
}	

#service a
{
	color: #000000;
	font-weight: normal;
}

#content .left
{
	position: relative;
	top: 15px;
	left: 240px;
	width: 540px;	
	float: left;
}

#content .left-wide
{
	position: relative;
	top: 15px;
	left: 240px;
	width: 735px;	
	float: left;
}


#content .right
{
	position: relative;
	top: 7px;
	left: 253px;
	width: 180px;
	min-height: 100px;
	font-size: 0.8em;
	padding-top: 8px;
	float: left;
}





h1
{
	font-size: 1.35em;
}

h2
{
	font-weight: bold;
}

.block
{
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
	
	background-color: #ffffff;
}

.block-surrounding
{
	position: relative;
	left: -20px;
}

.block h1
{
	margin-top: 0;
	margin-bottom: -10px;
	padding-bottom: 10px;
}

#content .right h1
{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

#content .right table
{
}

#language_switch {
	float: left;
}

.clearer
{
	float: none;
	clear: both;
}

p.bodytext {
	margin-bottom: 25px;
}

#service a.sizenavi:hover {
	color: white;
	background-color: #009292;
}
