a:link, a:visited
{
	color: #000000;
}
a:hover
{
	color: #f4a460;
}

body
{
	background-color: #f5deb3;
	font-family: Arial;
	font-size: 16px;
}
div#main_container
{
	width: 100%;
	height: 100%;
	text-align: center;
}
div#wrapper
{
	width: 980px;
	background-color: #f5deb3;
	border: 1px dashed #8b4513;
}
div#header
{
	background-image: url(images/banner1.jpg);
	height: 200px;
	background-color: #f4a460;
}
div#breadcrump
{
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #d2b48c;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	border-top: 1px dashed #8b4513;
	border-bottom: 1px dashed #8b4513;
}
div#body
{

}
div#content
{
	background-color:  #d2b48c;
	width: 750px;
	margin: 5px;
	border: 1px solid;
	text-align: left;
	padding: 10px;
}
div#footer
{
	font-size: 12px;
	background-color: #d2b48c;
}
div#footer_items
{
	margin-left: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.footer_item
{
	margin-right: 10px;
}
div#menu
{
	text-align: left;
	width: 150px;
	margin: 5px;
	background-color:  #f5deb3;
}
div#menu_header
{
	text-align: center;
	padding: 2px;
	background-color:#d2b48c;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid;
}
div.menu_item
{
	padding: 2px;
	font-weight: bold;
}
div.menu_item a
{
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
div.menu_item a:hover
{
	display: block;
	background-color:#f4a460;
	color: #FFFFFF;
}
div.menu_subitem a
{
	margin-left: 2px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
div.menu_subitem a:hover
{
	display: block;
	background-color: #f5deb3;
	color: #f4a460;
}
div.menu_active
{
	display: block;
	background-color:  #d2b48c;
	color:#d2b48c;
}
div#please_choose_msg
{
	font-weight: bold;
	font-size: 12px;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.break
{
	clear: both;
}
																																						/* © Christoph Köhler */

