* {
	margin: 0; 
	padding: 0;
}

p, a, h1, h2, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	padding-bottom: 19px;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	display: block;
}

a.more {
	background: url(../_resources/static/arrow_gray.gif) no-repeat 0 4px;
        padding-left: 12px;
}

a.back {
	background: url(../_resources/static/arrow_back.gif) no-repeat 0 4px;
        padding-left: 12px;
}

/* userstyle "Überschrift" */
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	padding-bottom: 8px;
}

/* userstyle "Überschrift" */
h3 {
	font-weight: bold;
	padding-bottom: 5px;
        font-size: 12px;
        color:#767671
}

/***editor hintergrundfarbe***/
body.mceContentBody {
	background: #FFFFFF;
}
  
/***editor absätze***/
body.mceContentBody p {
	padding-bottom: 10px;
        font-size: 13px;
}

/***editor listen***/
body.mceContentBody ol {
	list-style-position: inside;
}

/***** Content ****/
#content {
	width: 698px;
	float: left;
	margin: 69px 0 0 16px;
}

#content img#banner {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#content #container {
	background: #D8D4D1 url(../_resources/static/background_content.gif) repeat-x;
}

#content #detail_container {
	background: #FFF url(../_resources/static/background_detail_content.gif) repeat-x;
        padding-bottom: 40px;
}

#content p.navigation_path {
	padding: 24px 0 0 43px;
}

#content p.navigation_path,
#content p.navigation_path a {
	color: #555554;
}

#content #overview, 
#content #gallery {
	background: url(../_resources/static/background_overview.gif) repeat;
	padding: 0 40px 0 42px;
	margin: 27px 0 0;
	width: 616px;
}

#content #gallery {
	background: url(../_resources/static/background_gallery.gif) repeat;
}

#content #overview .teaser, 
#content #gallery .teaser {
	float: left;
	height: 133px;
        width: 123px;
}

#content #overview .teaser p a, 
#content #gallery .teaser p a {
	line-height: 15px;
	color: #6F6E5C;
}

#content #overview .teaser a.image, 
#content #gallery .teaser a.image {
	margin-top: 5px;
	padding: 1px 2px 1px 1px;
	display: block;
}

#content #overview .teaser a.image:hover,
#content #gallery .teaser a.image:hover {
	padding: 0 0 0 0;
	margin-right: 1px;
}

#content a.internal {
	color: #a8a6a5;
	background: url(../_resources/static/arrow_secnav.gif) no-repeat 0 3px;
	padding-left: 10px;
}

.clearfix:after {
       content: "."; 
       display: block; 
       height: 0; 
       clear: both; 
       visibility: hidden;
}

/* Hides from IE-mac \*/
       * html .clearfix {height: 1%;}
/* End hide from IE-mac */


/**** Detail (text) ****/
#content #detail_container .detail {
	margin: 27px 0 0;
	padding: 0 40px 0 42px;
}

#content #detail_container .detail p,
#content #detail_container .detail p a,
ul.archive_list li a {
	color: #767671;
	font-size: 12px;
}

#content #detail_container .detail p a {
	text-decoration: underline;
}

#content #detail_container .detail p {
	padding-bottom: 15px;
	line-height: 16px;
}

#content #detail_container .detail p.pdf a{
	background: url(../_resources/static/pdf.gif) no-repeat 0 1px;
        padding: 2px 0 2px 20px;
}

/*** Body ***/
#body {
	width: 944px;
	margin: 0 auto;
}

#navigation {
	width: 230px;
	background-color: #D7D4D0;
	float: left;
}

#navigation #logo {
	height: 123px;
	background-color: #2F0D03;
}

#navigation #logo img {
	margin: 0 0 10px 7px;
	padding-top: 10px;
}

/******** Level 1 *********/

#navigation #level1 {
	height: 272px;
	border-bottom: 1px solid #FFF;
	position: relative;
	left: 0px;
	top: 0px;
}

#navigation #level1 ul {
	list-style-type: none;
	position: absolute;
	bottom: 20px;
}

#navigation #level1 ul li {
	width: 230px;
	padding: 1px 0;
}

#navigation #level1 ul li a {
	display: block;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 34px;
	line-height: 15px;
	/*height: 15px;*/
}

/******** Level 2 *********/

#navigation #level2 {
	background: url(../_resources/static/background_level2.gif) repeat-x top;
	padding-bottom: 30px;
}

#navigation #level2 ul {
	list-style-type: none;
	padding-top: 60px;
}

#navigation #level2 ul li {
	line-height: 16px;
}

#navigation #level2 ul li.active {
	padding: 0;
}

#navigation #level2 ul li a {
	background: url(../_resources/static/plus.gif) no-repeat 19px 3px;
	padding: 0 0 0 45px;
	display: block;
}

#navigation #level2 ul li.active a {
	background: #F6F5F4 url(../_resources/static/arrow_minus.gif) no-repeat 19px 3px;
}

#navigation #level2 ul li.active_nochildren a {
	background: #F6F5F4 url(../_resources/static/arrow_only.gif) no-repeat 19px 3px;
}

#navigation #level2 ul li.nochildren a {
	background: none;
}

/******** Level 3*********/
#navigation #level2 ul li ul {
	padding: 2px 0 7px 0;
}

#navigation #level2 ul li ul li {
}

#navigation #level2 ul li ul li a,
#navigation #level2 ul li.active ul li a {
	background: none;
	padding-left: 55px;
	line-height: 16px;
}

#navigation #level2 ul li ul li a:hover {
	background-color: #F6F5F4;
}

#navigation #level2 ul li ul li.active a {
	background: #F6F5F4 url(../_resources/static/arrow_only.gif) no-repeat 19px 3px;
}

/***** Second Navigation ****/
#second_navigation {
	height: 18px;
	border-bottom: 1px solid #FFF;
	background-color: #6C6767;
}

#second_navigation ul {
	float: right;
	padding: 2px 85px 0 0;
}

#second_navigation ul li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
}

#second_navigation ul li a {
	color: #a8a6a5;
	background: url(../_resources/static/arrow_secnav.gif) no-repeat 0 3px;
	padding-left: 10px;
}

#second_navigation ul li a:hover {
	color: #FFF;
}

.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
}

#detail_container .detail a.webtailor_logo img {
        padding: 3px 0;
}

#detail_container .detail a.imprint_logo {
        float:left;
}

#detail_container .detail a.imprint_logo img {
        margin-right: 5px;
}

/* Contact Form */

.contact_box #submit_button {
  background-color:#FFF;
  border:1px solid #6C6767;
  color:#A50C0C;
  cursor:pointer;
  font-size:12px;
  padding:3px 3px;
  width:130px;
  margin: 10px 0;
}

.contact_box form ul {
  list-style-type:none;
  width:462px;
}

#content #detail_container .contact_box form ul li {
  background-image:none;
  float: left;
  margin-bottom:15px;
  padding:0pt 7px 0pt 0pt;
  font-size:
}

.contact_box form ul li.submit {
  background:transparent none repeat scroll 0%;
  clear:both;
  margin-bottom:15px;
  padding:0pt 20px 0pt 0pt;
  width:250px;
}

#content #detail_container .contact_box form ul li p {
  padding-bottom:0pt;
}

#content #detail_container .contact_box form ul li p.bold {
  font-weight:bold;
}

.contact_box form ul li input.long {
 width:220px;
 height:18px;
}

.contact_box form ul li textarea.message {
 width:452px;
}

.contact_box form ul li select.select_field {
 width:224px;
}

.contact_box form ul li select.select_field_single {
 width:224px;
 margin-right:100px;
}

/* List: Sitemap */

.sitemap_left, 
.sitemap_right {
 width: 250px;
 float: left;
}


ul.list_sitemap li {
 font-size: 11px;
 font-weight: none;
 color: #A50C0C;
 padding: 2px 0px 2px 12px;
 list-style-type: none;
}

ul.list_sitemap li a {
 font-size: 12px;
 font-weight: bold;
 padding: 4px 0px 4px 0px;
}

ul.list_sitemap li a:hover {
 text-decoration: underline;
}

ul.list_sitemap li ul {
 font-size: 11px;
 color: #5F5F5E;
 padding: 2px 0px 2px 12px;
}

ul.list_sitemap li ul li a:hover {
 color:#A50C0C;
 text-decoration: none;
}

ul.list_sitemap li ul li ul li a {
 font-size: 11px;
 color:#5F5F5E;
 font-weight:normal;
}

ul.list_sitemap li ul li ul li {
 background: url(../_resources/static/list_dot.gif) no-repeat 0px 3px;
 line-height: 12px;
}

ul.list_sitemap li ul li a {
 font-size: 12px;
 color:#5F5F5E;
 font-weight:normal;
}

/** News **/
.teaser .teaser_text {
	margin-bottom:20px;
}

.teaser .teaser_image {
	float:right;
	margin:0 0 20px 15px;
}

ul.archive_list {
        list-style-type: none;
}

ul.archive_list li {
	background: url(../_resources/static/arrow_gray.gif) no-repeat 0 4px;
        padding: 2px 0 2px 12px;
        line-height: 14px;
}

ul.archive_list li a:hover {
        text-decoration: underline;
}

img.news_image {
        float: right;
} 

.pdf {
       background: url(../_resources/static/pdf.gif) no-repeat 0 1px;
       padding: 2px 0 2px 20px;
}
