@charset "UTF-8";

body {
	padding:0px;
	margin: 0px;
	color: #575757;
	font-family: Verdana, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	background-color: #fff;
}

#wrap_top{
	min-width: 940px;
	min-height: 560px;
	background-color: #fff;
}
#wrap{
	min-width: 940px;
	min-height: 500px;
	background-color: #efefef;
	background-image: url(/fileadmin/templates_gs/images/bg_main.png);
	background-position: 25% top;
	background-repeat: no-repeat;
}
#wrap_footer{
	min-width: 940px;
	min-height: 190px;
	background-color: #575757;
}
#main{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}
#top{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#logo{
	width: 236px;
	height: 117px;
	float: left;
	margin-top: 15px;
}
.balken{
	width: 940px;
	height: 24px;
	float: left;
	background-image: url(/fileadmin/templates_gs/images/balken.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 15px;
}
#header{
	width: 940px;
	height: 370px;
	float: left;
}
#main_navi{
	width: 520px;
	height: 25px;
	float: right;
	margin-top:  106px;
	text-transform: uppercase;
	font-size: 18px;
}
.navi_no {
	float: left;
	margin-left: 35px;
}

.navi_no a{
	color: #575757;
	text-decoration: none;
}

.navi_no a:hover {
	text-decoration: none;
	color: #575757;
}

.navi_act {
	float: left;
	margin-left: 35px;
}
.navi_act a{
	color: #a21d27;
	text-decoration: none;
}

.navi_act a:hover {
	text-decoration: none;
	color: #a21d27;
}
#content{
	width: 840px;
	min-height: 400px;
	margin-left: 50px;
	margin-top: 50px;
	float: left;
	margin-right: 50px;
}
#tools{
	width: 840px;
	height: 40px;
	font-size: 13px !important;
	margin-left: 50px;
	float: left;
	margin-top: 25px;
}
#tools a {
	color: #575757;
}
#tools a:hover {
	color: #000;
	text-decoration: none;
}
#print{
	width: 200px;
	height: 40px;
	float: left;
}
#support{
	width: 200px;
	height: 40px;
	float: right;
	text-align: right;
}
#footer{
	width: 840px;
	min-height: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 13px;
}
#kontakt{
	width: 295px;
	min-height: 120px;
	float: left;
}
#kontakt a {
	color: #fff;
}
#kontakt a:hover {
	color: #fff;
	text-decoration: underline;
}
#partner{
	width: 240px;
	min-height: 120px;
	float: right;
	text-align: right;
}
#meta_navi{
	width: 205px;
	min-height: 120px;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 70px;
}
.wrap_meta {
	float: left;
	width: 200px;
}
.meta_navi{
	float: left;
	width: 200px;
}
.meta_navi a {
	color: #fff;
}
.meta_navi a:hover {
	color: #fff;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;	
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #a21d27;
	text-transform: none;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	color: #2d4b73;
	font-weight: 700;
	margin-top: 12px;
}
h3 {
	font-size: 16px;
	color: #575757;
	font-weight: 700;
	margin-top: 14px;
}
h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-top: 8px !important;
}
a {
	color: #575757;
	text-decoration: none;
}

a img {
	border: 0;
}
a:hover {
	color: #575757;
	text-decoration: underline;
}
.clear{
	clear: both;
}
/* Kiwi Accordion */
.ka-panel h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px !important;
  color: #575757;
  text-transform: none;
  cursor: pointer;
 font-family: Verdana, sans-serif !important;
  font-weight: 400;
  margin-top: 4px !important;
}
.ka-handler{
  height: 20px;
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
}
.ka-panel.close .ka-handler{
  background-image: url(/fileadmin/templates_gs/images/arrow_close.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.ka-panel.open .ka-handler{
  background-image: url(/fileadmin/templates_gs/images/arrow_open.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.ka-content {
  background-color: #fff;
  padding: 15px;
}
.ka-content p {
  padding: 0px;
  margin:  0px;
}