body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #f0f0f0;
	color: #000000;
}
h2 { 
	font-family: impact, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-image: url(images/title_bkgrd.gif);
	background-repeat: no-repeat;
	width: 393px;
	height: 33px;
	padding-left: 10px;
	padding-top: 3px;
}
h3 {
	font-family: "Century Gothic", "Arial Helvetica", sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #2361a1;
}
table { 
	width: 100%;
}
td {
	padding: 0;
	marding: 0;
	vertical-align: top;
}
#header {
	border-right: 1px solid #62839c;
}
#container {
	margin: 0px auto;
	width: 814px;
	padding: 0px;
}
#main {
	margin-top: -3px;
	background: white;
	padding-bottom: 10px;
	border-left: 1px solid #62839c;
	border-right: 1px solid #62839c;
}
#content {
	font-size: .80em;
	padding: 10px 20px 7px 20px;
	width: 400px;
}
#content ul li {
	list-style-type: circle;
}
#sidebar {
	padding-top: 20px;
	margin-left: -20px;
	width: 180px;
}
#footer { 
	margin-top: 0px;
	padding-top: 18px;
	color: #97d0f3;
	font-size: 0.70em;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #62839c;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 814px;
	height: 71px;
	clear: both;
}
#footer a {
	text-decoration: underline;
	color: #97d0f3;
}
#footer a:hover {
	text-decoration: none;
}
#kontaktinfo label {
	text-align: left;
	display: block;
	float: left;
	width: 6em;
}
fieldset {
	border: none;
}
.center img, p.center  {
	text-align: center;
}

/* menu style rules */

#menu li {
	background-image: url(images/menu_bkgrd.gif);
	background-repeat: no-repeat;
}
#menu li a {
	display: block;
	font-family: impact, sans-serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-decoration: none;
	line-height: 1em;
	width: 118px;
	height: 68px;	
	color: #ffffff;
	padding-left: 14px;
	padding-top: 14px;
	margin-bottom: -12px;
}
#menu ul {
	list-style: none;		
	margin-top: 10px;
}
#menu a:hover{
	color: #234461;
}