
html {
	font-family: Verdana;
	font-size: 0.7em;
}

body {
	padding: 0px;
	margin: 0px;
	display: block;
}

a {
	background: url(../images/arrow_link.gif) no-repeat center left;
	padding-left: 8px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	background: url(../images/arrow_link.gif) no-repeat center left;
	color: #4287AE;
	text-decoration: none;
}

a:active {
	background: url(../images/arrow_link.gif) no-repeat center left;
	color: #4287AE;
	text-decoration: none;
}

h1 {}

h2 {
	background: url(../images/arrow_header.gif) no-repeat center left;
	font-size: 1.1em;
	padding-left: 8px;
	margin: 0px;
}

h3 {
	font-size: 1.1em;
	padding: 0px;
	margin: 5px 0 0 5px;
}

table {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

iframe {
	border: none;
}

/* ########### HEADER ########### */

#header {
	display: block;
	float: left;
}
			
#headerleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
			
			
#header_middle_top {
	position: absolute;
	top: 0px;
	left: 208px;
	background: #8ECEF1;
	width: 805px;
	height: 20px;
}

.date {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.drucken {
	float: right;
	margin-right: 27px;
	margin-top: 3px;
}

#header_middle_middle {
	position: absolute;
	top: 21px;
	left: 208px;
}

#header_middle_bottom {
	background-image: url(../images/header_bottom.jpg);
	background-color: #8ECEF1;
	position: absolute;
	top: 80px;
	left: 208px;
	width: 584px;
	height: 71px;
}

#header_right {
	background-color: #C7E6F8;
	position: absolute;
	top: 21px;
	left: 793px;
	width: 220px;
	height: 130px;
}

.asb_direkt {
	background: url(../images/asb_direkt.gif) no-repeat;
	width: 68px;
	height: 17px;
	margin-top: 13px;
	margin-left: 10px;
}

.direkt_links {
	padding-top: 12px;
	padding-left: 12px;
	line-height: 15px;
}

.direkt_links a:active {
	background: url(../images/arrow_link.gif) no-repeat center left;
}

.header_bottom {
	background: url(../images/content_head.jpg) repeat-x;
	background-color: #FFC310;
	position: absolute;
	top: 149px;
	left: 0px;
	width: 1013px;
	height: 25px;
}

#resizefont {
	position: absolute;
	top: 152px;
	float: left;
	left: 827px;
}

#resizefont a {
	background: none;
	border: none;
	color: transparent;
}

#resizefont .text {
	position: relative;
	top: -5px;
	margin-left: 10px;
}

#content_heading_bg{
	position: absolute;
	top: 152px;
	left: 0px;
	background: white;
}

.content_heading_bg_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 2.2em;
	background: white;
	float:left;
}


.content_heading_bg_right {
	position: relative;
	top: 0px;
	left: 208px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	color: #4287AE;
	font: 1.3em Verdana;
	font-weight: bold;
	height: 1.4em;
	background: white;
	float: left;
}

#content_heading_bg img {
	position: relative;
	top: 0px;
	left: 205px;
	border: none;
	height: 2.1em;
}

.drucken a:active {
	background: url(../images/arrow_link.gif) no-repeat center left;
}



/* ########### CONTENT ########### */

#content {
	position: relative;
	top: 174px;
	left: 0px;
	display: block;
	/* float: left; */
	padding-top: 25px;
	width: 1026px;
}

.terminbox {
	background: transparent url(../images/bgbox.png) repeat-x scroll center bottom;
	border: 1px solid #d8d8d8;
	line-height: 16px;
	margin-bottom: 6px;
}

.terminbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.terminbox ul li {
	border-bottom: 1px dotted #BBB;
}

.terminbox ul li a {
	display: block;
	padding: 6px;
	text-decoration: none;
}

.black {
	color: #000;
	font-weight: normal;
}

.terminbox a {
	background: none;
	color: #4287AE;
	line-height: 16px !important;
}

.round-bottoms {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.round-tops {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

/* ----------- NAVI ----------- */

#navigation {
 width: 198px;
  float:left;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #B2B4B3;
	margin: 2px 0 0 0px;
	padding: 0 0 2px 20px; 
}

#navigation ul li a {
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
}

#navigation ul li a:hover {
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	color: #4287AE;
}

#navigation .subnavigation ul {
	margin-top: 5px;

}

#navigation .subnavigation ul li {
	list-style-type: none;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
	margin: 2px 0 0 0px;
	padding: 0 0 2px 13px; 
}

#navigation .subnavigation ul li a {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: block;
}

#navigation .subnavigation ul li a:hover {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #4287AE;
}



#navigation .active_first_layer a{
	background: url(../images/arrow_link.gif) no-repeat center left;
	color: #4287AE;
}

#navigation .active_first_layer_sub a{
	background: url(../images/arrow_link_active.gif) no-repeat center left;
	color: #4287AE;
}

#navigation .subnavigation a{
	background: url(../images/arrow_link.gif) no-repeat center left;
}

#navigation .subnavigation .active_second_layer a{
	background: url(../images/arrow_link.gif) no-repeat center left;
	color: #4287AE;
}

/* ----------- main ----------- */

#main {
	position: relative;
	width: 564px;
	padding-right: 1px;
	padding-bottom: 20px;
	float: left;
	margin-left: 20px;
}

#paragraph {
	display: block;
	margin: 0 10px 15px 1px;
	/*float: left;*/
	width: 563px;
	overflow: hidden;
  	font-size: 1.1em;
}

#paragraph p {
	line-height: 1.4em;
	padding: 0px 20px 0px 0px;
	margin-bottom: 5px;
}

#paragraph p img {
	border: 1px solid #BBBBBB;
	margin-right: 15px;
	/* float: left; */
}

#paragraph ul
{
  /* padding: 0px; */
}

#main a
{
  line-height: 20px;
  font-weight: bold;
}
	

#paragraph ul li
{
/*  list-style: none; */
}

#paragraph ul.service li, #paragraph form ul li 
{
    list-style: none;
}

/* ----------- Boxen ----------- */

#right_boxes {
	width: 190px;
	padding-left: 10px;
	float: left;
	margin-left: 9px;
}

#box {
	width: 188px;
	margin: 0 22px 12px 0;
	border: 1px solid #BBBBBB;
	padding-bottom: 10px;
}

#box .willkommen_header {
	background: #FFC310 url(../images/content_head.jpg) repeat-x scroll 0 0;
	height: 22px;
	font: 1.3em Garamond;
	font-weight: bold;
	padding: 8px 0 0 10px;
	margin-bottom: 15px;
}

#box #box_header {
	//border: 1px solid white;
	background: #FFC310 url(../images/content_head.jpg) repeat-x scroll 0 0;
	height: 24px;
	width: 100%;
	font: .8em Verdana;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

#box #box_header a {
	padding-left: 10px;
	font-size: 1.2em;
}

#box_header_important {
	//border: 1px solid white;
	background-color: #ED1B24;
	height: 24px;
	width: 100%;
	font: .8em Verdana;
	font-weight: bold;
	margin-bottom: 10px;
}

#box .image {
	margin: 5px 0px 10px 10px;
}

#box p {
	margin: 0 10px 0 10px;
	padding: 0 0 5px 0;
}

#box a {
	text-decoration: underline;
	background: none;
	padding-left: 0px;
}

#box .name {
	font-weight: bold;
	color: #4287AE;
}	

/* ########### FORMS ########### */

form {
	border: 1px solid #8ECEF1;
	padding-left: 15px;
	padding-right: 15px;
}

form textarea {
	border: 1px solid #B2B4B3;
}

form input {
	border: 1px solid #B2B4B3;
}

form .submit {
	background: #FECD67;
}

form .reset {
	background: #FECD67;
	float: right;
}

form p {
	display: block;
	clear: both;
}

#address {
	display: block;
	font: 1em Verdana;
	font-weight: normal;
}

.company_image img {
	border: 1px solid #BBBBBB;
	float: left;
	margin-right: 15px;
}

.news
{
  padding: 2px 5px;
  float: left;
  width: 534px;
  margin: 0px 10px !important;
  margin: 0px 10px;
}

.news_date
{
  font-size: .9em;
  text-decoration: underline;
  margin-bottom: 2px;
}

.news_title
{
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.news_thumb
{
  float: left;
  margin: 4px 10px 10px 0px;
}

.news_teaser p
{ 
  margin:0px;
  margin-bottom: 2px;
}

.news_between
{
  text-align: center;
}

.news_hint
{
	font-style: italic;
	margin: 10px 0px 0px;
}

#topic
{
  margin-bottom: 20px;
}

#topic_title, #service_title
{
  background: transparent url(../images/arrow_header.gif) no-repeat scroll left center;
  font-size: 1.1em;
  padding-left: 8px;
}

#topic_picture, #service_picture
{
  float: left;
}

#topic_description
{

}

#service
{
  
}

#service_description
{

}

.googledir a, .googledir a:active {
	backgound: transparent;
	background-image: none;
	padding: 0px;
	maring: 0px;
}

#dir {
	margin-left: -3px;
	margin-right: 8px;
	margin-top: -10px;
}

#addresses
{
  padding: 0px;
  margin-top: 0px;
}

#addresses li
{
  list-style-type: none;
  font-size: 10pt;
}

#addresses li.first
{
  font-weight: bold;
  
}

#addresses li.name
{
  background: transparent url(../images/arrow_header.gif) no-repeat scroll left center;
  padding-left: 5px;
}

#address, #addresses ul
{
  padding: 5px 15px;
}

#main #map_image, #main #map_image:hover
{
	background: none;
	padding: 0px;
	margin: 5px 0px 10px;
	display: block;
}

#main #map_image img {
	border: 0px;
}

form .form_buttons {
  margin: 10px 0px;
  padding: 5px;
  border: 0px;
  background: #C7E6F8;
  clear: both;
}

#pager {
  font-size: 1.1em;
  text-align: center;
}

#pager a {
  background: none;
  padding: 0px;
  color: #4287AE;  
}

#pager a:hover {
  text-decoration: underline;
}

#paragraph p.image {
  height: 150px;
  padding: 0px 0px 0px 0px;
  float: left;
  margin-bottom: 20px;
}