body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #288163;
}

a:link {
	color: #288163;
}

a:visited {
	color: #288163;
}

a:hover {
	text-decoration: none;
}

form {
	display: inline;
}

#container {
	width: 970px;
	margin: 0px auto 0px auto;
	
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;	
}

#shadow_left {
	width: 37px;
	height: 1px;
	float: left;
	
	padding: 0px;
	margin: 0px;
}

#shadow_right {
	width: 37px;
	height: 1px;
	float: left;
	
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 859px;
	
	padding-left: 37px;
	padding-right: 37px;
	
	float: left;
}

#head {
	width: 896px;
	height: 95px;
	
	background-image: url(../images/background_head.gif);
	background-repeat: repeat-x;
}

#menu {
	width: 896px;
	height: 40px;
	
	background-image: url(../images/background_menu.gif);
}

#content {
	width: 880px;
	padding: 17px 8px 0px 8px;
}

#content_left {
	width: 646px;
	float: left;
}

#content_right {
	width: 216px;
	
	margin-left: 18px;
	
	float: left;
}

#box_top {
	width: 199px;
	height: 27px;
	
	padding-left: 17px;
	padding-top: 10px;
	
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	
	color: #ffffff;
	font-size: 16px;
}

#box_body {
	padding: 20px 15px 20px 15px;
	background-color: #f6f6f6;
	font-size: 12px;
}

#box_bottom {
	width: 216px;
	height: 5px;
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
}

#content_body {
	border-top: 1px dotted #aaaaaa;
	
	padding: 20px 20px 20px 20px;
	
	/*background-image: url(../images/background_content_body.gif);*/
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	
	width: 970px;
	height: 25px;
	
	text-align: center;
	padding-top: 9px;
	
	color: #ffffff;
	background-image: url(../images/background_footer.gif);
}


h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

h2 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}



h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ul.space li, ol.space li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

img.li {
	padding-left: 20px;
	padding-right: 10px;
}

/*
 * Menue
 */
ul.menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	color: #ffffff;
	
}

ul.menu li {
	float: left;
	height: 20px;
	color: #ffffff;
}

ul.menu li a {
	display: block;
	float: left;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	
	font-size: 16px;
	color: #ffffff;
}

ul.menu li:hover {
	padding-bottom: 20px;
	background-image: url(../images/background_menu_mo.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

/*
 * Dropdownmenue
 */
#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 20px;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;	
}

#dropmenudiv a:hover {
	background-image: url(../images/background_menu_mo.gif);
	background-repeat: repeat-x;
}
