body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 76%;
	line-height: 150%;
	text-align: center;
}

#page
{
	width: 900px;
	height: 700px; 
    position: absolute;
    left:50%; 
	margin-top: 5px;
	margin-left: -450px;
	/*border: 1px solid #999999;*/

}

#title
{
	margin: 0;
	padding: 0;
	width: 900px;
	height: 30px; 
	background: #7c9901;
}

#header_img
{
	width: 900px;
	height: 300px; 
	background-image: url(../header_img.jpg);
}

#menu
{
	padding-top: 2px;
	width: 900px;
	height: 33px;
	background: #d2e481;
}

#content_gal
{
	width: 900px;
	height: 350px; 
	padding-top: 1px;
	background: #d2e481;
	text-align: left;
}

#content
{
	width: 900px;
	height: 300px; 
	padding-top: 1px;
	background: #d2e481;
	text-align: left;
}

#box
{
	margin: 10px;
}

#box_left
{
	width: 300px;
	float:left;
}

#box_right
{
	width: 580px;
	float:left;
	text-align: right;
}

#box_right_l
{
	width: 580px;
	float:left;
	text-align: left;
}

/* Schrift */

p {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	line-height: 120%;
	margin: 0 0 16px 0;
	padding: 0;
}

ul, ol, li {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

ul { list-style-type: square;}
li a { font-weight: bold; text-decoration: none; }

hr {
	border: 1px solid #acb7c1;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, arial, helvetica, sans-serif;
	line-height: 28px;
	margin: 0;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, arial, helvetica, sans-serif;
}

.t-thumb { border: 0px solid #bfa18e; height: 260px; }
.td-thumb { margin: 0px; padding: 5px; border: 0px solid #bfa18e; text-align:center; vertical-align: middle; height: 100px; width:120px;}