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

}
body {
	background: #fff url(../images/bg.stripes.png);
	font: 12px/14px normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;

}
h1, h2, h3, h4, h5 {
	font: 100%/120% bold "Lucida Grande", Arial, Helvetica, sans-serif;
}
blockquote {
	margin-left: 2em;
}
#wrapper {
	width: 770px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#header {
	padding-top: 30px;
	background: url(../images/bg_header.png) repeat-x left 30px;
	height: 90px;
}
#hTop {
	overflow:hidden;
	*height: 1%;
	height: 65px;
}
#logo {
	float: left;
}
#helpnavi {
	background: url(../images/bg_helpnavi.png);
	float: right;
	height: 24px;
	line-height: 24px;
}
#helpnavi ul {
	list-style: none;
	margin-right: 10px;
}
#helpnavi li {
	float: left;
}
#helpnavi a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #000;
	padding: 0px 5px;
}

#helpnavi a:hover {
	text-decoration: underline;
}



#navi {
	background: #a2bd30;
	height: 23px;
	border-top: 1px solid #cbdc6f;
	border-bottom: 1px solid #457b00;
	line-height: 23px;
}

#navi ul {
	list-style: none;

}
#navi li {
	background: url(../images/trenner_navi.png) no-repeat right;
	position: relative;
	float: left;
}
#navi li:hover ul, #navi li.over ul  {
	display: block;
}

#navi a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 7px 0 5px;
}
#navi a:hover {
	background: #688d0a;
}
#navi ul ul  {
	display:none;
	position: absolute;
	background: #a2bd30;
	width: 130px;
	margin: 0px 0 0 0px;
	top: 23px;
	left: 0;
}

#navi ul ul li {
	width: 130px;
	clear: left;
	background: none;
	border-top: 1px solid #cbdc6f;
	border-left: 1px solid #cbdc6f;
	border-bottom: 1px solid #457b00;
	border-right: 1px solid #457b00;
	white-space: nowrap;
}
#navi li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


#topsearch {
	float: right;
	width: 180px;
	background: #a2bd30;
	border-top: 1px solid #cbdc6f;
	border-bottom: 1px solid #457b00;
	*margin-left: -3px;
	height: 23px;
	overflow: hidden;
}
#topsearch ul {
	padding-top: 1px;
	list-style: none;
}
#topsearch li {
	*margin-left: -2px;
	display: inline;
}

#topsearch .itext {
	width: 153px;
	*width: 155px;
	border: 1px solid #457b00;
	border-right: none;
	float: left;
	height: 18px;
}

#wrapcontent {
	clear: both;
	background: url(../images/bg_wrapcontent.png) repeat-y;
	overflow: hidden;
	*height: 1%;
}
#wrapcontent.wide {
	background: url(../images/bg_wrapcontent_wide.png) repeat-y;
}
#colleft {
	width: 150px;
	float: left;
}
#colright {
	width: 180px;
	float: left;
}
#content {
	width: 400px;
	float: left;
	padding: 20px;
}
#content.wide {
	background: #fff;
	width: 580px;
}


#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
#content h2 {
	color: #a2bd30;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
#content h3, #content h4 {
	color: #a2bd30;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;	
}
#content p {
	margin-bottom: 1em;
}

#content div.teaser {
/*	background:#a2bd30;*/
/*	color: #a2bd30;*/
/*	padding: 10px;*/
/*	margin-bottom: 1em;*/
}
#content div.teaser p {
/*	margin: 0;
	padding: 0;
*/}

#content div.teaser font {
	color: #a2bd30;
}

#content ul {
	margin: 0 0 1em 0em;
	list-style: none;
}
#content ol {
	margin: 0 0 1em 0em;
}

#content ul li {
	margin-left: 0.5em;
	padding-left: 18px;
	background: url(../images/haekchen.png) no-repeat;
	margin-bottom: 0.5em;
}
#content ol li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#content a {
	color: #b5202c;
}

.col h2 {
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
.col h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.col ul {
	list-style: none;
}
.col li li {
	overflow: hidden;
	*height: 1%;
	padding: 10px;
	background: url(../images/trenner_col.png) repeat-x left bottom;
}

.col font {
		color: #000;
}
.col a {
	color: #b5202c;
	text-decoration: none;
}


a.more {
	color: #fff;
	text-decoration:none;
	background: url(../images/bg_more.png) no-repeat;
	white-space: nowrap;
	width: 42px;
	line-height: 17px;
	display: block;
	font-size: 11px;
	text-align:center;
	float: right;
	
}

.helpline {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}


#footer {
	background:#1f1d22;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	padding-top: 4px;
	font-weight: normal;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.contact {
  border: 1px solid #000000;
  width: 100%;
  display: block;
}

table {
	width: 99%;
	margin-bottom: 1em;
}
table table {
	width:  auto;
	margin: 0;
}
