@charset "UTF-8";
@media all{/* 
    Document   : formular
    Created on : 22.03.2011, 10:53:22
    Author     : wlang
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/**
 Formularfelder
**/

#top fieldset {
    display:inline;
    float:left;
    padding:0px !important;
    margin:0px !important;
}

#top .field_line {
    display:block;
    float:left;
    padding-bottom:9px;
}




.field_line label {
    line-height:23px;
    float:left;

}
.field_line .field{
    position:relative;
    float:left;
}
#top .field_line .field {

}

#top input.text, #top textarea, #top select {
    border:solid 1px #c28d4d;
    background-image:url("../../daten/seite/formbg.png");
    background-position: right bottom;
    line-height:1.5em;
    color:#333333;
    width:auto;
    padding-left:5px;
    float:left;
}
#top select {
    height:23px;
    line-height:23px;
}
#top option {
    padding:0px 5px;
    line-height:1.5em;
    height:17px;
    padding-top:1px;
}

#top input.text {
    height:23px;
    padding-right:5px;
    width:170px;

}
#top textarea {
    padding:3px 5px;
    width:320px;
}

input.radio, input.checkbox {
}

.submit_container {
    display:block;
    float:left;
    clear:left;
    padding:15px 0px;
}
.submit_container input {
    background:#5c513b;
    color:#ffffff;
    padding:3px;
    width:150px;
}


/**
 Kontaktformular
**/

#form_contact {

}

.form_basic .errorMark {
    position: absolute;
    background-color: #5c513b;
    height: 24px;
    right:0px;
    top:0px;
    width: 16px;
    z-index: 20;
    text-align:center;
    line-height:24px;
    vertical-align:bottom;
    color:#fff;
    background-repeat: no-repeat;
}

#form_rcm {

}

.form_basic {
    display:block;
    float:left;
    /* padding-bottom:40px; */
}
.form_basic fieldset {
    border:none;
}
.form_basic fieldset .field_line {
    width:auto;
    float:left;
}

.form_basic label, .form_basic legend{
    display:inline;
    float:left;
    width:150px;
}

.fld_message textarea,
.fld_message .errorMark {
    height:120px;
}
.fld_message .errorMark {
    padding:4px 0px;
}


#top fieldset .fld_zip {
    padding-left:0px;
}
#top .fld_zip input{
    width:60px;
}

#top div.fld_city {
    float:right;
}
#top .fld_city input{
    width:156px;
}


/**

**/

.groupinputfields label{
    display:none;
}
.groupinputfields .field_line  {
    width:auto;
    padding-left:20px;
    float:left;
}
#top .groupinputfields .field  {
    width:auto;
}

.explanation {
    clear:left;
}


/*Formular----------------------------- */

label {
	float:left;
 	font-size: 90%;
	text-align:left;
	width:9.5em;
	line-height:25px;
}
input {
}
.nachricht {
    clear:both;
}
#form_contact .fld_message .field {
    clear:left;
}
}
@media all{/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url("../../daten/seite/mediabox/80.png") repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #e5b140;
        border:solid 1px #c3b496;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #e5b140 url("../../daten/seite/mediabox/BlackLoading.gif") no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	
	line-height: 20px;
	font-size: 12px;
	color: #484234;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
        float:left;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #484234;
}

/*	End inline content styles	*/

#mbBottom {
    position:relative;
    display:inline;
    float:left;
    min-height: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: left;
    padding: 0 10px 10px;
}
#mbTop {
    display:inline;
    float:left;
    width:100%;
    padding-top:10px;
}
#mbLinks {
    display:inline;
    float:right;
    padding-right:10px;
}

#mbBottomText {
    display:inline;
    float:left;
}


#mbTitle {
	display: block;
	color: #484234;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #fff;
	line-height: 14px;
	font-size: 10px;
        padding-left:10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 21px;
	margin: 0;
	outline: none;
}
#mbPrevLink:hover, #mbNextLink:hover, #mbCloseLink:hover {
    background-position: 0px -21px;
}
#mbPrevLink {
	width: 21px;
	background: transparent url("../../daten/seite/mediabox/previous.png");
        margin-right:15px;
}
#mbNextLink {
	width: 21px;
	background: transparent url("../../daten/seite/mediabox/next.png");
        margin-right:15px;
}
#mbCloseLink {
	width: 21px;
	background: transparent url("../../daten/seite/mediabox/close.png");
}
/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	
	line-height: 20px;
	font-size: 12px;
	color: #484234;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

/* Some Style for lightbox4ward */
#mbCenter div.lightbox4wardInline, /* Scrollbars for sites and inline content */
#mbCenter div.lightbox4wardInline {
	overflow:auto;	
}
.lightbox4wardContentInside {
	background-color:#484234;
	color:#000;
	padding:10px;
}}
@media all{/* 
    Document   : styles
    Created on : 10.02.2011, 12:33:04
    Author     : wlang
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    padding:0px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
}
img {
    border:none;
}
html {
    height:100%;
}

body {
    padding:0px;
    margin:0px;
    border:0px;
    width:100%;
    height:100%;
    font-size: 90%;
    color: #333333;
    background: #c3b496 url("../../daten/seite/bg.gif") repeat-x;

}

body.weightBigger {
    font-size:120.01%;
}
body.weightBiggest {
    font-size:140.01%;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

hr {
    border: 0;
    width: 100%;
    background-color: #ccc;
    height: 1px;
 }
b, strong {
    color: #000;
}
p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

a, a * {
    text-decoration:none;
    outline:none;
    color:#484234;
}
a:focus, a:focus *,
a:hover, a:hover * {
    text-decoration:underline;
    outline:none;
    color: #e5b140;
}

#main p a:link,
#main p a:visited,
#main p a:active {
    color: #484234;
    font-weight: bold;
}
#main p a:hover {
    color: #000;
}

#right a:link,
#right a:visited,
#right a:active {
    color:#fff;
    text-decoration: underline;
}
#right a:hover {
    color: #000;
    text-decoration: none;
}

.image_container {
    display:inline;
}
/**
**/

#header {
    position: relative;
    background: url("../../daten/seite/head.gif");
}
#header .inside {
    position: relative;
}
#main {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #e5b140;
}
#main .inside {
    position:relative;
    float: left;
    padding: 16px 29px 15px 28px;
    min-height: 400px;
}
.news_view #main {
    border:0px;
    background:none;
}
.news_view #main .inside{
    padding: 0px;
    min-height: inherit;
}
body.news_view #main .news_area {
    width:752px;
}
body.news_view #main .news_area .news_split {
    border: 0;
    width: 100%;
    border-top:solid 1px #ccc;
    height: 1px;
    padding-bottom:20px;
}
body.news_view #main .news_area .news_content {
    float:left;
    min-height:270px;
}
body.news_view #main .news_area .news_gallery{
    float:left;
    padding: 79px 0 0 30px;
}
body.news_view #main .news_area .news_gallery img {
    display:inline;
    float:left;
}
body.news_view #main .news_area .news_content {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #e5b140;
    width:330px;
}
body.news_view #main .last .news_content {
    border-bottom: 1px solid #ccc;
}
body.news_view #main .news_area .news_content{
    padding: 16px 29px 0px 28px;
}
body.news_view #main .mod_newslist .last .news_content{
    padding-bottom:30px;
}


#header .logo{
    margin-left:237px;
    float:left;
    clear:both;
}

#right {
    position:relative;
}
#right .inside {
    padding:20px 0px 0px 30px;
}
/*
    Farben
*/
.txtcolorA {

}
a.txtcolorA:hover {

}
.bgcolorA{

}
a.bgcolorA:hover{

}

.txtcolorB {

}
a.txtcolorB:hover {

}
.bgcolorB{
    
}
a.bgcolorB:hover{

}



.mod_search .arr,
.mod_navigation .arr,
.mod_customnav .arr,
.mod_breadcrumb .arr{
    width:8px;
    height:9px;
    display:inline;
    float: left;
    margin-right:0.5em;
}
#head_search .arr,
.mod_breadcrumb .arr {
    margin-top: 0.6em;
}

.mod_navigation .arr,
.mod_customnav .arr,
.mod_search .arr{
    margin-top: 0.45em !important;
}

.ce_image {
    padding-bottom: 20px;
}

.image_container {
    float: left;
}
.image_container  img {
    float:left;
    display:inline;
}
.imageFloatLeft, .imageFloatAbove {
    margin-right:15px;
    margin-bottom:2px;
}
.imageFloatRight {
    margin-left:15px;
    margin-bottom:2px;
}

.imageFloatBelow {
    clear:left;
    padding-top:10px;
}

/**
 Basic Links
**/

a.link_more{
    font-size:0.9em;
    line-height:1.6em;
    padding-left:13px;
}

a.link_back {
    font-size:0.9em;
    line-height:1.6em;
    padding-left:13px;
}
a.link_top {
    font-size:0.9em;
    line-height:1.6em;
    padding-left:13px;
}

a.link_print {
    font-size:0.9em;
    line-height:1.6em;
    padding-left:13px;
}

a.link_recommend {
    font-size:0.9em;
    line-height:1.6em;
    padding-left:13px;
}

/**
 Navigation
**/


#nav_functions ul,
.mod_customnav ul,
.mod_navigation ul {
    display:inline;
    list-style-type: none;
}

#nav_functions li,
#nav_footer li{
    float:left;
    display: inline;
    margin-right:16px;
}


#langselector {
    position: absolute;
    top:109px;
    left:650px;
    z-index:1;
}
#langselector ul {
}
#langselector li {
    float:left;
    padding-top: 6px;
    color: #f5e0b3;
    height: 24px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
#langselector li a {
    border-left:solid 1px #f5e0b3;
    padding-right:6px;
    padding-left:6px;
}
#langselector li.first a {
    border-left:none !important;
}
#langselector li * {
    color: #f5e0b3;
}

#nav_top {
    float: left;
    clear:left;
    width: 236px;
    padding: 0px;
    padding-top:2px;
}
#nav_top ul {

}
#nav_top li span,
#nav_top li a {
    display: inline;
    float:right;
    padding-top: 6px;
    padding-right: 30px;
    color: #f5e0b3;
    height: 24px;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
#nav_top ul li a:hover {
    color: #FFFFFF;
}

#nav_functions *,
#nav_footer *{
 font-size: 0.9em;
 color:#555555;
}
#nav_footer .active, #nav_footer .trail{
 color: #fff;
 text-decoration: underline;
}

#footer {
    position:relative;
}
#nav_footer {
    position:absolute;
    top:10px;
    right:365px;
    z-index:10;

}



#nav_main {
    margin-top: 10px;
}

#nav_main * {

}
#nav_main ul {

}
#nav_main li {
	display: block;
	padding: 6px 30px 6px 0px;
	color: #000;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #c3b496;
}
#nav_main li.active {

}


#nav_main li.first {
}
#nav_main li.last {

}
#nav_main li.active span,
#nav_main li.trail a,
#nav_main li a:hover,
#nav_main li a:focus,
#nav_main li a:active{
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #c3b496;
}
#nav_main .level_2 {
    display:block;
    padding-top:5px;
}
#nav_main .level_2 li {
    padding-right:0px;
}
#nav_main .level_2 li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

#nav_main .level_2 li.active span,
#nav_main .level_2 li.trail a,
#nav_main .level_2 li a:hover,
#nav_main .level_2 li a:active,
#nav_main .level_2 li a:focus{
    text-decoration: none;
    border-top: 1px solid #c3b496;
    font-weight:bold;
    font-size: 12px;
}




.nav_breadcrumbs {
    font-size:0.93em;
    padding-top:15px;
    padding-bottom:10px;
    color: #ff0000;
    padding-left:1px;
}
.nav_breadcrumbs a{
    color: #ff0000;
    display: inline;
    float: left;
    padding-right:7px;
}
.nav_breadcrumbs .arr {
    margin-right:7px;
    margin-top: 0.6em;
}

.nav_breadcrumbs .active {
    font-weight: bold;
}
.nav_breadcrumbs .first .arr {
}

.nav_breadcrumbs .active .arr {
}

.nav_breadcrumbs .first.active {
}

/*
 SITEMAP
*/

.mod_sitemap .level_1{
    padding:0px;
}
.mod_sitemap .level_1 .topLevel  {
    font-size:1.05em;
    font-weight:bold;
}
.mod_sitemap .level_2 li{
    font-size:1.1em;
    padding:2px 0px !important;
}
.mod_sitemap .level_2 li li{
    font-size:0.9em;
}

.mod_sitemap .level_3 {
    margin-left:0px !important;
}
.mod_sitemap .level_3 li {
    list-style-type:none;
    padding-left:20px !important;
    font-size:0.85em;

}

.mod_sitemap .listHead{
    font-size:1.2em;
    font-weight:normal !important;
    display:none;
}
.mod_sitemap .listHeadLine {
    height:1px;
    line-height:1px;
    border-top:solid 1px #e2d9c4;
    background:#0000ff;
}
.mod_sitemap .togglethis {
    float:right;
    font-size:0.9em !important;
    font-weight:normal !important;
}
.mod_sitemap {
    padding-bottom:30px;
}

#right .hasContentImage {
    padding-top:34px;

}
#top .ce_jsgallery2 #imgDescription {
    font-size:12px;
    color:#fff;
    margin:0px;
}
#top .ce_jsgallery2 #imgDescription * {
    font-size:11px;
    color:#fff;
}
.ce_jsgallery2 #pagerContainer {
    padding:5px 0px;
}

#top .ce_jsgallery2 #thumbs {
    padding-bottom:4px;
}
.ce_jsgallery2 #pagerContainer .thumbnail{
    margin-right:13px;
}
.ce_jsgallery2 #pagerContainer .thumbnail img {
    border:solid 2px #c3b496;
    float:left;
    display:inline;
}
.ce_jsgallery2 #pagerContainer .active img {
    border:solid 2px #e5b140;
}


.rightAuthorLink {
    text-align:right;
    color:#fff;
    width:300px;
}

#partner-links {
    width:340px;
}

#right .partnerLink {
    display:block;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}

#right .partnerLink img {
    float:left;
}

#top .mod_newslist .info {
    color:#fff;
    font-size:11px;
    margin-top:-10px;
}

#news-40 .more,
#noticias-101 .more,
#aktuelles .more {
  display: none;
}

#cookie-message{opacity:0;width:100%;position:fixed;bottom:0px;font-size:15px;}
.message{float:left;}
.message a{text-decoration:underline;}
#buttonyes{float:right;}
#buttonno{float:right;}
.message,#buttonyes,#buttonno{padding:13px;}
#buttonyes,#buttonno{cursor:pointer;}
#buttonyes:hover,#buttonno:hover{cursor:pointer;background: rgba(54, 25, 25, .5);opacity: 0.6;}	}
@media all{/*
    Document   : styles
    Created on : 10.02.2011, 12:33:04
    Author     : wlang
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.mod_article, .mod_article * {
    font-size:13px;
    line-height:20px;
}


#main .mod_article p {
    margin-bottom:15px;
}


#main .inside h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    padding-bottom: 10px;
}
#main .inside h2,
#main .inside h3,
#main .inside h4  {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
}
#main .inside ul {
	margin: 0px;
	padding: 5px 8px 1.4em 5px;
}

#main .inside li{
	font-size: 12px;
	color: #333333;
	list-style: none;
	line-height: 1.4em;
	padding: 0.4em 0px 4px 20px;
	text-align: left;
	background-image: url("../../daten/seite/bullet.gif");
	background-position: 0px 6px;
	background-repeat: no-repeat;
        vertical-align:text-top;
}
hr {
	border: 0;
	width: 100%;
	background-color: #ccc;
	height: 1px;
 }
#table {
    color: #666666;
}

td {
    font-size: 12px;
    line-height: 1.1em;
    padding: 0.5em 5px 5px 0px;
}
/**
 TINY-MCE Text-Klassen
**/
p.more a,
.Link-Weiter {

}
.Link-Extern {

}
.Link-Download {

}

.Text-Farbig {

}
.Text-Rahmen {

}
.Hauptfarbe {

}
.Zweitfarbe {

}

.Kopfleiste {

}
.Aufzaehlung {

}

ul.Liste-Abstand-Gross li,
li.Liste-Abstand-Gross {
    padding-bottom:1em;
}
.Liste-Abstand-Gross {

}}
