body {
	background-color: #4D4F5A;
	background-image: url(../images/bg-img-kachel.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

h3 {
	color: #F79340;
}

a {
	color: #F89C51;
}

a:hover {
	color: #AAA;
}

table.legende {
	border: 1px solid #767B94;
}

fieldset, #main-menu div a, #sub-menu, #col-left, #col-right, .content-header, .item  {
	background-color: #2E3D5D;
	border: 1px solid #767B94;
}

form fieldset fieldset {
	border-top: 1px solid #767B94;
}

body.js .item-content-collapse h4 {
	color: #F89C51;
	background: transparent url(../images/collaps-h4-bg.gif) no-repeat left center;
}

body.js .item-content-collapse h4.open {
	color: #F89C51;
	background: transparent url(../images/collaps-h4-open-bg.gif) no-repeat left center;
}

#container {
	background-image: url(../images/logo-abicht.gif);
	background-position: 0px 25px;
	background-repeat: no-repeat;
}

#main-menu div a:hover, #main-menu div a.active {
	background-color: #F89C51;
	color: #1B3153;
}

/*
gleiche Farbe wie Hintergrund, sonst springt es herum
*/

#sub-menu a {
	border-top: 1px solid #2E3D5D;
	border-bottom: 1px solid #2E3D5D;
}

#sub-menu a:hover, #sub-menu a.active {
	background-color:  #F89C51;
	color: #1B3153;
	border-top: 1px solid #767B94;
	border-bottom: 1px solid #767B94;
}

div.thumb-pdf a {
	background-image: url(../images/thumb-pdf.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#toplink a {
	background-image: url(../images/thumb-top1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}