body {
  font-family: Tahoma;
}
.menu {
  width: 173px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
  color: #FFF;
  text-align:center;
}
.menu_text {
  width: 173px;
  height: 30px;
}
.submenu1 {
  width: 173px;
  height: 30px;
}
.subsubmenu {
  width: 173px;
  height: 30px;
}
.hide{
  display: none;
}
.show{
  display: block;
}
.content {
  background-image: url(../img/content.jpg);
  background-repeat: no-repeat;
  background-position: left;
  width: 400px;
  height: 684px;
}
.box1 {
	width:600px;
	height:30px;
}
.box2 {
  color: #000;
  text-align: left;
  padding-left: 5px;
}
.form_fields {
  color: #000;
}
input {
  background-color: #FFF;
  border: #CCC solid 1px;
  color: #000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}
select {
  background-color: #FFF;
  border: #CCC solid 1px;
  color: #000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}
.label_kon {
	float:left; 
	color:black;
	width:200px !important;	
}
.label_kon_red {
	float:left; 
	color:red;
	width:200px !important;
}
.label_kon_right {
	float:left; 
	color:black;
	text-align:right;
	padding-right:10px;
	width:200px !important;	
}
.label_kon_right_red {
	float:left; 
	color:red;
	text-align:right;
	padding-right:10px;
	width:200px !important;	
}
.div_kon {
	color:black;
	float:left;
}
.clear_kon {
	clear:both; height:1px;
}
#formularKontakt1 {
	color:black;
	margin:10px;
	background-color:#8D8D8D;
	padding:10px;
}
#formularKontakt2 {
	color:black;
	margin:10px;
	background-color:#8D8D8D;
	padding:10px;
}
#formularKontakt3 {
	color:black;
	margin:10px;
	background-color:#8D8D8D;
	padding:10px;
}
#formularKontakt4 {
	color:black;
	margin:10px;
	background-color:#8D8D8D;
	padding:10px;
}
.faq_question {
	color:#00DD00;
	font-size:12pt;
	font-weight:bold;
	padding-left:20px;
	padding-top:10px;
	border:1px solid red;
}
.faq_answer {
	color:black;
	padding-left:15px;
	padding-top:5px;
	border:1px solid blue;
}
.faq_next {
	margin:10px 0px;
}