
#key_visual {
   background: url(../bilder/hintergrund.jpg) no-repeat;
}
#image_caption {
   background: url(img1.png) no-repeat;
}
* html #image_caption {
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='img1.png');
   background-image: url(blank.gif);
}
#main_nav_list a.main_nav_active_item {
  background: url(../bilder/main_nav_active_button2.gif) no-repeat;
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-position: top right;
}
#main_nav_list a.main_nav_item {
  background: url(../bilder/main_nav_link_button2.gif) no-repeat;
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-position: top right;
}
#main_nav_list a.main_nav_item:hover {
  background: url(../bilder/main_nav_hover_button2.gif) no-repeat;
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-position: top right;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(../bilder/subnav1active.gif) no-repeat;
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
.sub_nav_list a.sub_nav_item {
  background: url(../bilder/subnav1.gif) no-repeat;
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #0065b3;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(../bilder/subnav1hover.gif) no-repeat;
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #0065b3;
}
#content_container h1 {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container h2 {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container h3 {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container, #content_container p {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #696969;
}


#content_container a:link {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #0065b3;
}
#content_container a:visited {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #0b73c2;
}
#content_container a:hover {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  color: #0065b3;
}


#content_container legend{
	/*background-color: #B3DEFE;*/
	border-color: blue;
	color: #696969;
}

#content_container label {
	color: #696969;
}


#content_container form {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

#content_container fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	color: #696969;
	/* color 5 */
	background-color: #9acbf0;
	/* color 2 */
	border-color: #0b73c2;
}

#content_container input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	width: 80%;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	border-color: #84685e;
}

#content_container textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	border-color: #84685e;
}


#content_container table.table1 {
	
	border: 0;
	border-collapse: collapse;
	margin:  0 0 20px 0;
	line-height: 100%;
}

#content_container th.th1 {
	font-family: Arial, sans-serif;
	font-size:  14px;
	font-weight: normal;
	text-align: left;
	padding: 4px 0 4px 8px;
	color: #ffffff;
	/* color 3 */
	background-color: #4394d1;
}

#content_container td.td1 {
	font-family: Arial, sans-serif;
	font-size:  14px;
	text-align: left;
	padding: 4px 0 4px 8px;
	color: #696969;
	/* color 5 */
	background-color: #9acbf0;
}

#content_container tr.tr1 {
	font-family: Arial, sans-serif;
	font-size:  14px;
	text-align: left;
	padding: 4px 0 4px 8px;
	color: #696969;
	/* color 5 */
	background-color: #9acbf0;
}


#content_container button {
	font-family: Arial, non-serif;
	font-size: 12px;
	margin: 10px 0 0 77px;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	/* color 3 */
	background-color: #4394d1;
	/* color 1 */
	border-color: #0065b3;
	
}



#content_container button:hover {
	/* color 6 */
	border-color: #cce9ff;
}

#content_container button:active {
	color: 333333;
	border-color: #333333;
}


#content_container a:active {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  color: #333333;
  
  
  
  
}
#footer_text {
  margin: 0 12px 0 186px;
  padding: 0;
  text-align: right;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #696969;
}
#footer_text a:link {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #0065b3;
}
#footer_text  a:visited {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #0b73c2;
}
#footer_text  a:hover {
  font-family: Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #0065b3;
}
