herhtml, body, div, p, a, input, textarea, select, #searchdb, #searchqrz, #dxcluster
{
    font-family:Verdana, Arial, sans-serif;
    color:#444;                                        /*Schriftfarbe im Text*/
}

html, body {/*gesamte Bildfläche*/
     margin:0;
    /*padding:0;*/
    /*overflow:auto;*/
}
html {
    /*background-image:url('../images/pattern_contenido.gif');*/
    /*background-position:0 140px;*/
    /*height:100%;*/
}
body { 
    background-color:#153974;            /*626d8d;    /*153974;*/
    /*background-image:url('../upload/images/bodybg.jpg');*/
    /*background-repeat:repeat-x;*/
    /*background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    background-position:240px 0;
    height:100%;*/
}

form {
}


img {            /*Rahmen für alle Bilder*/
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {                                    /*Kopfbereich*/
    position:relative;
    /*top:10px;*/
    height:150px;
    width:1000px;                        /*max Breite wegen Balken rechts*/
    margin: 0 auto; 
    padding:0;
}

#headBody {         /*Hintergrundbild Header*/
    position:relative; 
    padding:0;
    margin:0;    
    background-image:url('../upload/images/header_panorama1000x150r15.jpg');
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:1000px;
    height:150px;
}

#headBody {
    /*border:1px solid #111;*/
/*    -moz-border-radius-topleft:15px;*/
/*    -khtml-border-radius-topleft:15px;*/
/*    -moz-border-radius-topright:15px;*/
/*    -khtml-border-radius-topright:15px;*/
}

a#logoTop {        /*hier Positionierung von Logo und Schrift im Header*/
    position:absolute;
    /*display:block;*/
    top:5px;
    left:5px;
    float:left;
    padding:0;
    margin:0;
}

a#FlagPos 
{        /*Umschalten auf deutsch*/
    position: absolute;
    float:left;
    margin:0;
    padding:0;
    top: 15px; 
    right:15px;
}


#head h1 {                /*Überschrift1 im Header*/
    margin:0px;
    left:235px;
    top:10px;
    position:absolute;
    float:left;
    margin:0;
    height:30px;
    line-height:30px;
    font-weight:normal;
    font-size:28px;
    color:#f1f1f1;
    /* transparency */
    /*background-color:#fff;*/
    /*opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
}

#head h2 {                /*Überschrift2 im Header*/
    margin:0px;
    left:235px;
    top:40px;
    position:absolute;    
    float:left;
    margin:0;
    height:30px;
    line-height:30px;
    font-weight:normal;
    font-size:16px;
    color:#f1f1f1;
    /* transparency */
    /*background-color:#fff;*/
    /*opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*position:absolute;*/
    padding:0;
    margin: 0 auto;  
    padding:10px 0px; 
    top:10px;
    background-color:transparent;
}

* html{
    height:90%;
}

#contentContainer {
    width:1000px;
    background-color:#eaeaea;
    position:relative;
    margin:0 auto;   
    min-height:430px
    padding:0px;
}


#navigation {
    width:200px;
    padding:10px;
    float:left;
    padding-top:10px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:200px;
    margin:20px 0 20px 0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:200px;
    margin:0;
    /*padding:0 0 0 10px;*/
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    color:#444;
    width:190px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 5px;
    font-size:11px;
    /*background-image:url(../images/navi_pfeil_zu.gif);*/
    /*background-repeat:no-repeat;*/
    /*background-position:180px 3px;*/
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../upload/images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#777;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
    width:180px;
}
#navigation ul li.navmainStandardLevel_2 a {
    border-bottom:1px dotted #ccc;
    color:#444;
    width:180px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../upload/images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#444;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#444;
    width:190px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* #################################################### */
/* ####################### DX-Cluster ################# */
/* #################################################### */
#dxcluster{
    margin:15px 0 0 0;
    font-size:11px;
    /*color:#444;*/
    background-color:transparent; 
    text-align:center;
}

/* #################################################### */
/* ####################### Aurora Bake ################ */
/* #################################################### */
#aurorabake{
    margin:15px 0 0 0;
    font-size:11px;
    /*color:#606060;*/
    background-color:transparent;    
    text-align:center;
}

/* #################################################### */
/* ####################### Aurora Bake ################ */
/* #################################################### */
#artikelliste{
    font-size:10px;
    color:#606060;
    background-color:transparent;    
    text-align:center;
}

/* ####################### Besucherzaehler ################ */
/* #################################################### */
#Besucherzaehler{
    background-color:transparent;    
    width:180px;
    /*margin:0px 20px 0px 0px;*/
    /*color:#153974;*/
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    font-weight:normal;    
    position:absolute;
    bottom:10px;
}

/* ###################################################### */
/* ####################### SEARCHQRZ INPUT ################# */
/* ###################################################### */
#searchqrz {
    margin:15px 0 0 0;
    font-size:11px;
    /*color:#606060;*/
    background-color:transparent;
    text-align:center;
}
#searchqrz label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 10px 0 0px;
}
#searchqrz input {
    border:1px solid #ccc;
    width:130px;
    height:12px;
    font-size:10px;    
}
#searchqrz input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}

/* ###################################################### */
/* ####################### SEARCHDB INPUT ################# */
/* ###################################################### */
#searchdb{
    margin:15px 0 0 0;
    font-size:11px;
    /*color:#606060;*/
    background-color:transparent; 
    text-align:center;   
}
#searchdb label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 10px 0 0px;
}
#searchdb input {
    border:1px solid #ccc;
    width:130px;
    height:12px;
    font-size:10px;    
}
#searchdb input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content{
    float:left;
    width:540px;
    margin:0;
    background-color:#fcfcfc;
    padding:15px;
    font-size:11px;
    color:#333;
    min-height:480px;
    line-height:14px;
}

#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;    
}

#content h1 {
    line-height:22px;
    color:#393939;
}

#content h1 a {
    color:#0060b1;
    text-decoration:none;
}

#content h2 {
    /*font-style:italic;*/
    font-size:12px;
    font-weight:bold;
    line-height:18px;
    letter-spacing:0px;
    color:#383838;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### TEASER RIGHT ################# */
/* ###################################################### */
#teasersRight {
    width:180px;
    background-color:transparent;
    float:left;
    padding:10px;
    margin:0;
    color:#102050;
    font-size:10px;
    margin:0 0 5px 0;
    font-weight:normal
    display:block;
    margin:0;
    padding:15px 15px 45px 15px; /*45px ist wegen Besucherzähler*/
}

.teaserItem {
    color:#333;
    font-size:8px;
}
.teaserItem h3 {
    color:#0060b1;
    font-size:10px;
    margin:0 0 5px 0;
    font-weight:normal;
}

.teaserItem a.more {
    display:block;
    width:200px;
    margin:10px 0;
    padding:0 0 0 15px;
    /*background-image:url(../images/link_pfeil_klein.gif);*/
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    position:relative;
    width:1000px;
    height:38px;    
    margin: 0 auto;
    font-size:11px;
    overflow:hidden;
    background:url('../upload/images/footer-r15.gif') top left no-repeat;
    /'background-color:#151515;'/
}

#footerContainer {
    width:1000px;
    background-color:transparent; 
    text-align:center;
    /*text-color:#e0e0e0;*/
}

a#logoBottom {
    display:block;
    float:left;
}

#footerContentContainer {
    float:left;
    background-color:#F1F1F1;
    width:550px;
    height:50px;
}
#footerContentLeft, #footerContentRight {
    float:left;
    color:#999;
}

#footerContentLeft {
    width:410px;
    margin:0px 0 0 0px;
    font-size:10px;
    padding-right:10px;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}


* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

ul#metaNavigation {
    margin:2px 0px 6px 0px;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 0 0 0;
    padding-left:10px;
    display:inline;
    /*border-left:1px solid #D7D7D6;*/
}


/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a 
{
    color:#0060B1; /*101565;*/
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:100px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:326px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:18px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 120px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

.teaser_image {
    float:left; 
    margin-top:4px; 
    margin-right:4px;
}

/* ***************************
Formatierung für Gaestebuch
*/

a.bbcode 
{
    border:1px solid #0E399B;
    color:#0E399B;
    margin-right:4px;
    padding:4px;
}

textarea {
    width:400px;
    height:150px;
    font-size:12px;
}

div.vpgb_fleft {
float:left;
height:100%;
margin-right:10px;
text-align:center;
width:120px;
}

div.vpgb_entry {
margin-left: 130px;
width:400px;
}

div.vpgb_comment {
margin-left: 130px;
width:400px;
}

label.fleft {
float:left;
margin-right:10px;
text-align:right;
width:120px;
}

input[type="input"], select {
float:left;
}

div.formular {
line-height:26px;
}

div.formular div.fleft {
float:left;
margin-right:10px;
text-align:right;
width:120px;
}

element.style {
margin-bottom:10px;
}

div.formular div.fright {
display:block;
margin-left:130px;
}

tbody {

    padding:15px;
    width:540px;
}

textItem {
    width:540px;
}