html, body {
	width:  100%;
	height:  100%;
	margin:  0px;
	padding: 0px;
}

#main {
	width:  650px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	width: 650px;
	height:  120px;
	float:  left;
}

#header a#logo {
	display: block;
	margin:  0px 0px 0px 21px;
	width:  120px;
	height: 120px;
	background: url(/img/header_logo.png);
	float:  left;
}

#header a#logo span {
	display: none;
}

#header h1 {
	margin:  50px 0px 0px 30px;
	padding:  0px;
	width:  455px;
	height:  46px;
	background: url(/img/header_title.jpg);
	display:  block;
	float: left;
}

#header h1 span {
	display: none;
}

#header div {
	width:  460px;
	margin:  7px 0px 0px 40px;
	float:  left;
	font-family:Arial,Helvetica,Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #227C22;
}

#header div a {
	background: none;
	font-family:Arial,Helvetica,Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #227C22;
}

#content {
	display: block;
	padding:  16px 0px 16px 0px;
	width: 650px;
	float:  left;
	border:  0px solid #227C22;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-family:Arial,Helvetica,Verdana;
	color:  #003300;
	font-size:  13px;
	text-align: justify;
}

#content img {
	margin:  13px;
	margin-top: 3px;
}

#content a {
	text-decoration: underline;
	color:  #003300;
}

#content a:hover {
	color:  #F00;
}

#content h1 {
	width:  100%;
	margin:  0px 0px 12px 0px;
	font-size:  14px;
	font-weight: bold;
}

#content h1.list {
	width:  100%;
	margin:  0px 0px 0px 0px;
	padding:  0px 0px 0px 15px;
	font-size: 12px;
	text-decoration: underline;
	background: url(/img/list-item.jpg) no-repeat 2px;
	font-style: italic;
}

#footer {
	display: block;
	width:  650px;
	float:  left;	
}

#footer a {
	margin:  2px 0px 0px 0px;
	background: none;
	font-family:Arial,Helvetica,Verdana;
	font-size: 10px;
	color: #003300;
	float:  right;
}

#footer a:hover {
	color:  #FF0000;
}

#content img.rechts {
	float:  right;
}

#content img.links {
	float: left;
}

#content ul
{
	margin:  0px;
	padding:  0px;
	padding-left: 18px;
}

#content ul li
{
	margin:  0px;
	padding:  0px;
	list-style-image: url(/img/list-item.jpg);
}