html {
	width:100%;
	height:100%;
}

body {
	background-color:#DFDFDF;
	background-image:url("../pix/bg.gif");
	background-position:top center;
	background-repeat:repeat-y;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
	margin:0px;
	padding:0px;
}

#container {
	/*background-color:#FFFFFF;*/
	width:768px;
	margin:auto;
	text-align:left;
}


#header {
	display:block;
	height:66px;
}

#header img.logo {
	float:left;
	display:inline;
	margin:9px 0px 0px 14px;
}

#metanav {
	margin:28px 0px 0px 0px;
	float:right;
}

#quicknav {
	margin:10px 24px 0px 24px;
	display:inline;
	float:right;
}

#quicknav img {
	margin:0px 0px 5px 0px;
}

#quicknav form {
	margin:0px;
	padding:0px;
}

#mainnav {
	display:block;
	height:24px;
	margin:0px 0px 1px 0px;
	padding:0px;
	list-style-type:none;
}

#mainnav li {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
}

#subnav {
	width:256px;
	float:left;
}

#subnav .box {
	width:177px;
	height:200px;
	margin:0px 0px 0px 15px;
	border-style:solid;
	border-color:#449513;
	border-width:0px 1px 1px 1px;
	background-color:#F8FCF5;
}

#subnav ul {
	margin:0px;
	padding:36px 0px 0px 13px;
	list-style-type:none;
}

#main {
	width:511px;
	float:right;
}

.imagerow {
	display:block;
	height:95px;
	/* background-color:#E3F1D5; */
}

#content, #home  {
	display:block;
	border-style:solid;
	border-color:#A1CF74;
	border-width:7px 0px 3px 0px;
	padding:25px 0px 28px 0px;
	margin:0px 0px 12px 0px;
}

#home { 
	padding:0px 0px 0px 95px !important;
	background-image:url("../pix/streifen.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:210px !important;
	height /**/:220px;
}

#main > #home {
	min-height:210px;
	height:auto !important;
}

.hide {
	display:none;
	visibility:hidden;
}

#newsticker {
	margin-top:5px;
	position:absolute;
	width:177px;
	height:80px;
	border-style:solid;
	border-color:#A1CF74;
	border-width:1px;
	margin-left:15px;
	overflow:hidden;
}

#newsticker #news {
	display:block;
	width:177px;
}

#newsticker .newsentry {
	display:block;
	padding:5px 8px 5px 13px;
	height:70px !important;
	height /**/:80px;
}
.newsentry a { 
	color:#DE1F00 !important; 
	font-weight:normal !important; 
	text-decoration:underline !important; 
}
.newsentry a:hover { color:#5E8F90 !important; }

.printbutton {
	margin:0px 0px 8px 0px;
}
