/** BASIC */



html, body {
	height: 100%;
}
/** WRAPPER */



#wrapper {
	padding-top: 43px;
}
/** HEADER */



#header {
	width: 868px;
	height: 147px;
	margin: 0px auto;
}
#content2 {
	width: 868px;
	height: 125px;
	margin: 0px auto;
}
/** LOGO */



#logo {
	float: left;
	width: 410px;
	height: 147px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}
#logo h1, #logo h2 {
	display: none;
}
/** SEARCH */



#search {
	float: left;
	width: 458px;
	height: 147px;
	background: url(../images/homepage05.jpg) no-repeat right top;
}
/** MENU */



#menu {
	height: 155px;
	padding: 0px 0px 0px 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: block;
	height: 24px;
	padding: 0px 0px 0px 28px;
}
#menu li hover {
	font-weight: bold;
}
#menu a {
	display: block;
	width: 810px;
	height: 24px;
	padding: 0px 0px 0px 3px;
	background: url(../images/homepage09.jpg) repeat-x left bottom;
}

#menu strong a{
	color:#414141;
	width: 170px;
	text-decoration: underline;
	font-size: 13px;
}
#menu bold a{
	
}
#menu a hover {
}
/** LOGIN */



#login {
	padding: 10px 0px 0px 35px;
}
/** CONTENT */



#content {
	width: 868px;
	margin: 0px auto;
	min-height: 520px;
}
#left {
	float: left;
	width: 859px;
	padding: 0px 0px 0px 7px;
	background: url(../images/homepage10.jpg) no-repeat left top;
}
#right {
	float: left;
	width: 845px;
	padding: 0px 13px 0px 0px;
}
#rightunten {
	float: right;
	width: 865px;
}
/** FOOTER */



#footer {
	width: 868px;
	margin: 0px auto;
	padding: 25px 0px;
	background: url(../images/homepage18.jpg) no-repeat left top;
}
/** BOX1 */



#box1 {
	padding: 30px 0px 0px 0px;
	text-align: center;
}
/** BOX2 */



#box2 {
	padding-bottom: 1px;
}
/** BOX3 */



#box3 {
	padding: 10px 30px 3px 45px;
}
#box33 {
}
a.navileft_passive {
	display:block;
	background-color:#ecfcfc;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
}
a.navileft_active {
	display:block;
	background-color:#ffffff;
	background-position:right;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
}
a.navileft_open {
	padding-left:10px;
	display:block;
	background-position:right;
	background-color:#E8E8EE;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
}
a.left_passive {
	display:block;
	background-color:#ecfcfc;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
}
a.left_active {
	display:block;
	background-color:#ffffff;
	background-position:right;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
}
a.left_open {
	padding-left:10px;
	display:block;
	background-position:right;
	background-color:#E8E8EE;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
}
.AccordionTitle, .AccordionContent, .AccordionContainer {
	position:relative;
	width:810px;
}
.AccordionTitle {
	height:24px;
	overflow:hidden;
	cursor:pointer;
	font-family:Arial;
	font-size:13pt;
	font-weight:normal;
	vertical-align:left;
	text-align:left;
	background-repeat:no-repeat;
	display:table-cell;
	background-image:url('../images/title_repeater.jpg');
	-moz-user-select:none;
	padding-left: 35px;
	color: #044ca0;
}



.AccordionContent {
	height:0px;
	overflow:hidden;
	display:none;
	padding-left: 35px;
	padding-top: 10px;
	background-image: url('../images/grau.jpg');
	background-repeat: repeat-y;
}
.AccordionContainer {

}

