html { 
	padding:0px;
	margin:0px;
}

body {
	background: #F0D697; 
	text-align: center; 
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size:  13px;
	line-height: 17px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

table {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size:  13px;
	line-height: 16px;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #535F67;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 16px;
	border-bottom: 4px solid #A2A2A2;
}

h2 {
	color: #996633;
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-top: 6px;
}

p {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

a:link,
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	color: #996633;
	text-decoration: none;
}

#main {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 722px;
}

#header {
	background-color: FEDD97;
	height: 97px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#menu {
	background: #FDCC24 url(menu_bgd.gif) repeat-x;
	height: 29px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}

#menu .item {
	color: #000000;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

#menu .item  a:link,
#menu .item  a:visited {
	color: #000000;
	text-decoration: none;
}

#menu .item  a:hover {
	color: #EAA500;
	text-decoration: none;	
}

#content {
	background-color: #FFF6DB;
	width: 722px;
	margin: 0px;
	padding: 34px 0px 30px 0px;
	overflow: auto;
	clear:both;
}
#content_left50 {
	width: 330px;
	float: left;
	margin-left: 10px;
}

#content_right50 {
	width: 330px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#content_left25 {
	width: 200px;
	float: left;
}

#content_right75 {
	width: 485px;
	margin-left: 11px;
	float: left;
}

#footer {
	width: 722px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	background: #FFE490 url(footer_bgd.gif) no-repeat;
	color: #535F67;
	text-align: center;
	height: 50px;
	margin: 0px;
}

/* Subklassen fŸr FOOTER */

#footer a:link,
#footer a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;	
}

img.for_content_left {
	float: left;
	margin-right: 10px;
}

img.for_content_right {
	float: right;
	margin-left: 10px;
}

/* Inline-Images fŸr Anchor-Tags */

a img {
	display: inline;
	vertical-align: bottom;
}

.content_item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 20px;
	border-bottom: 6px solid #A2A2A2;
	clear: both;
}

.date {
	color: #535F67;
}

.forprintonly {
	display: none;
}

ul {
	list-style-type: square;
}

ul li {
	padding-top: 6px; 
	padding-bottom: 6px;
}
