#navibar
{
  width: 100%;
  height: 33px;
}

#navibar .links
{
  margin-left: 250px;
}

#navibar a
{
  color: #3AA8B7;
  line-height: 30px;
}

/* ----------------------------------------------------------------------------- */

#left_col
{
  width: 230px;
  height: auto;
  margin-right: 20px;
  float: left;
}

#right_col
{
  width: 640px;
  height: auto;
  float: left;
}

/* ----------------------------------------------------------------------------- */

.more_menu
{
  width: 180px;
  margin-left: 45px;
  margin-top: 30px;
}

.more_menu .link_list
{
  margin-bottom: 20px;
}

.more_menu .mm_header
{
  border-bottom: 1px solid #3AA8B7;
}

.more_menu a
{
  color: #3AA8B7;
  font-size: 11px;
  line-height: 16px;
}

/* ----------------------------------------------------------------------------- */

.content
{
  width: 390px;
  float: left;
  margin-right: 29px;
}

.content h1, .content h2
{
  margin-bottom: 10px;
}

.content .text
{
  line-height: 150%;
}

.content .text a
{
  color: #3AA8B7;
  border-bottom: 1px solid #B1050E;
}

.content .text a:hover
{
  color: #3AA8B7;
  border-bottom: 1px dotted #B1050E;
}

.content .zoom_img img
{
  border: 2px solid #C4E3DD;
  padding: 1px;
}

.content .ml_10
{
  margin-left: 10px;
}

.to_top
{
  margin-top: 20px;
}

.text_footnote
{
  color: #7e7e75;
  font-size: 10px;
}

/* ----------------------------------------------------------------------------- */


.sidebar
{
  float: left;
  width: 201px;
  border-left: 1px solid #EBC6B8;
  color: #3AA8B7;
  padding-left: 10px;
  font-size: 10px;
  line-height: 150%;
}

.sidebar p
{
  margin: 5px 0;
}

.sidebar_img
{
  margin-bottom: 10px;
}

.sidebar h2.headline
{
  border-bottom: 1px solid #3AA8B7;
}

.sidebar a
{
  color: #3AA8B7;
  border-bottom: 1px solid #B1050E;
  font-size: 10px;
}

.sidebar a:hover, .sidebar a:hover.textLink
{
  color: #3AA8B7;
  border-bottom: 1px dotted #B1050E;
  font-size: 10px;
}

.sidebar a.textLink
{
  color: #3AA8B7;
  border-bottom: none;
  font-size: 10px;
}

/* ----------------------------------------------------------------------------- */

hr
{
  color: #3aa8b7;
}

h1, h2, h3, h4, h5, h6, form, input
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
}
/*
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	display: none;
}
*/
h1
{
  font-size: 20px;
  font-weight: bold;
  color: #3AA8B7;
  line-height: 140%;
  margin-bottom: 5px;
}

h1.box_h1
{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
  margin-bottom: 5px;
}

h2
{
  font-size: 14px;
  color: #3AA8B7;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-weight: bold;
  line-height: 130%;
}

h2.box_h2
{
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-weight: bold;
  line-height: 130%;
}

h2 a
{
  font-size: 14px;
  color: #3AA8B7;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 130%;
  border-bottom: dotted 1px;
}

h2.footer_h2
{
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 130%;
}

h3
{
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 120%;
  padding-left:5px;
}

h4
{
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 5px;
  margin-top: 35px;
  margin-left: 45px;
  text-transform: uppercase;
}
/*
h5
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 120%;
}
*/
h6
{
  font-size: 16px;
  font-weight: bold;
  color: #006699;
  line-height: 120%;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------- */

#map_route
{
  margin-top: 15px;
}

#map_route .text_field
{
  border: solid 1px #3AA8B7;
  background: #FFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  height: 16px;
  padding-top: 2px;
}

#map_route .form_button
{
  color: #fff;
  background: #3AA8B7;
  border: none;
  height: auto;
  vertical-align: middle;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

/* ----------------------------------------------------------------------------- */

.pageview_holder
{
  padding: 5px 0;
}

.pagelinks, .pagelinks a
{
  color: #7d7b72;
}

.pagelinks a.browse_num, .pagelinks .selected_index, .pagelinks .points
{
  width: 15px;
  height: 13px;
  border: 1px solid #9ad0ce;
  display: table-cell;
  float: left;
  text-align: center;
  margin: 0 1px;
}

.pagelinks .selected_index
{
  background-color: #D6EBDF;
}

.pagelinks img
{
  float: left;
}

/* ----------------------------------------------------------------------------- */

.float
{
  float: left;
}

/* ----------------------------------------------------------------------------- */

#load
{
  position: absolute;
  width: 300px;
  height: 200px;
  top: 45px;
  left: 140px;
  background: #FFF;
  border: 1px solid #990033;
  text-align: center;
  z-index: 15;
}

/* ----------------------------------------------------------------------------- */

img.cal_img
{
  margin-left: 5px;
  cursor: pointer;
}

/* ----------------------------------------------------------------------------- */

img.captcha
{
  border: 1px solid #3AA8B7;
}

/* ----------------------------------------------------------------------------- */

.p_img_clip
{
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0px, 200px, 100px, 0px);
}

/* ------------------------TABELLEN------------------------------------------- */

tr.hell
{
  background-color: #e6f1e0;
}

tr.dunkel
{
  background-color: #cce5dc;
}

/* -------------------------Listenelement-------------------------------------- */

.content ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.content li
{
  /*color: #3aa8b7;*/
  margin-bottom: 5px; 
  padding-left: 20px;
  line-height: 150%;
	background: url(../media/navi/pfeil_auf_gruen.gif) no-repeat 0 4px;
}
