/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
    background: #ffffff url(../grafiken/bg2.gif); /* Optional */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: center; /* IE Fix */
    margin: 0;
    color: #666666;
    }

/*------------------------------------------------------------*
**  Zeigt Scrollbalken IMMER an und verhindert "springen"
**------------------------------------------------------------*/
html {
    overflow-y: scroll !important;
    }


acronym {
    cursor: help;
    border-bottom: 1px dashed #999999;
    }

a {
    text-decoration: none;
    color: #666666;
    border-bottom: 1px dashed #666666;
    }
a:hover {
    border-bottom: 1px dashed #FC024C;
    color: #FC024C;
    }

em {
    font-style:normal;
    }
.deadlink {
    color:#aa0000;
    text-decoration:line-through;
    }
.highlight {
    padding:0px 1px;
    background-color:#dd0000;
    color:#ffffff;
    font-size:inherit;
    }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/    
#container {
    margin: 5px auto;
    width: 800px;
    background: #ffffff url(../grafiken/dot_line.gif) repeat-y 18%;
    border: 1px solid #dddddd;
    padding: 0 2px;
    text-align: left; /* Cancel IE Fix */
    }
    
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/        
#header {
    height: 85px;
    background: #DEDEDE url(../grafiken/header-bg1.gif) repeat-y;
    border-bottom: 20px solid #ffffff;
    border-top: 2px solid #ffffff;
    padding: 0px 10px 0px 7px;
    }

#header h1 {     
    margin: 0;
    color: #8D8E90;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    padding: 10px 10px 12px 5px;
    cursor: default;
    }    

#header h1 a {
    color: #8D8E90;
    border-bottom:none;
}

#header h2 {     
    margin: 0;
    color: #B6B4B5;
    font-size: 12px;
    font-weight: normal;
    padding-left: 7px;
    cursor: default;
    }    


/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/

#nav {
    background: #858F9E; 
    border-bottom: 4px solid #ffffff;
    margin: 0 0 15px 0;
    padding: 0;
    height: 26px;
    }
#nav ul {
    padding: 0;
    }
#nav li {
    list-style-type: none;
    display: inline;
    line-height: 20px;
    }        
#nav li a { 
    text-decoration: none; 
    color: #dddddd;
    background-color: #858F9E;
    border-right: 5px solid #ffffff; 
    border-bottom: 0;
    padding: 3px 12px 3px 12px;
    font-size: 12px;
    float: left;
    font-weight: bold;
    }
#nav li a.menuactive {
    background-color: #59616C;
    }
#nav li a:hover {
    background-color: #6B7687;
    }
#nav li a.on {
    background-color: #49515C; color: #C6C4C5;
    }


#nav #searchcontainer {
    float:right;
    padding:1px 10px 0 0;
    }
#nav #searchcontainer input.searchtextfield {
    width: 110px;
    border:none;
    -moz-opacity:0.8; /* Transparenz - nur für Mozilla-Browser */
    }
fieldset#searchfieldset {
    border:none;
    margin: 0;
    padding:0;
}


/*------------------------------------------------------------*
**  Galerie
**------------------------------------------------------------*/
ul.gallerynumbermenu {
    margin: 0px;
    padding: 10px;
    }
li.gallerynumbermenu {
    display:inline;
    padding-right: 7px;
    }


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
    background: none;
    float: left;
    width: 150px;
    margin: 15px 0 0 0; 
    position: relative;
    line-height: 20px; 
    }

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	padding: 0 0 6px 6px;
	background: none;
}

#sidebar h3, { 
    font-size: 14px; 
    color: #49515C; 
    margin: 0 10px 0 0; 
    cursor: default;
    }

#sidebar div, { 
    padding: 1px 0 10px 0;  
    border-top: 1px solid #dddddd; 
    }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
    float: left;
    width: 615px;
    position: relative;
    margin-left: 15px;
    line-height: 18px; 
    text-align: justify; 
    }

#gallerycontent {
    float: left;
    width: 615px;
    position: relative;
    margin-left: 15px;
    line-height: 18px; 
    text-align: center; 
    word-spacing: 2px;    
    }

#content div {
    background: #ffffff url(../grafiken/para_bg.jpg) repeat-x;
    }

#content h1{
    font-size: 20px; 
    color: #49515C; 
    margin: 20px 0 20px 0;
    padding: 2px 0 2px 5px;
    border-left: 10px solid #FC024C;
    border-bottom: 1px solid #FC024C;
}
#content h2{
    font-size: 16px; 
    color: #49515C; 
    margin: 20px 0 10px 0;
    padding: 2px 0 2px 5px;
    border-left: 8px solid #FC024C;
    border-bottom: 1px solid #FC024C;
}
#content h3{
    font-size: 14px; 
    color: #49515C; 
    margin: 10px 0 10px 0;
    padding: 2px 0 2px 5px;
    border-left: 6px solid #FC024C;
    border-bottom: 1px solid #FC024C;
}

#content h5{
    font-size: 10px; 
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #49515C; 
}


.embeddedgallery {
    text-align:center;
    }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
    height: 17px;
    background: #49515C;
    border-bottom: 2px solid #ffffff;
    border-top: 25px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    clear: both;
    }
    
#footer a {
    text-decoration: none;
    color: #BCBCBC;
    }
#footer a:hover {
    border-bottom: 1px dashed #BCBCBC;
    color: #BCBCBC; }

#footer p {
    padding: 1px 0px 1px 0px;
    margin: 0;
    color: #BCBCBC;
    }


/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
}


/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
}


/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
}


/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
    border:none;
}

span.imagesubtitle {
    margin:3px 0px 3px 0px !important;
    text-align:justify;
    font-size:0.8em;
    line-height:1.4em;
    padding:0px !important;
    border:none !important;
}

span.contentimage {
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
    margin:6px 20px 6px 20px;
    max-width:285px;
    float:left;
    margin-left:0px;
    border:none !important;
}

img.leftcontentimage {
    max-width:285px;
    border:none;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
    margin:6px 20px 6px 20px;
    max-width:285px;
    float:right;
    margin-right:0px;
    border:none !important;
}
img.rightcontentimage {
    max-width:285px;
    border:none;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
b {

}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i {

}


/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
u {

}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
s {

}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
/*    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
    */
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
/*    font-size:16px;
    margin-top:20px;
    margin-bottom:10px; */
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
    font-size:14px;
    margin-top:10px;
    margin-bottom:10px;
}


/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul, ol {
    margin-top:0px;
    margin-bottom:0px;
}
li {
    margin-top:0px;
    margin-bottom:0px;
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {

}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
    margin:0px auto;
    /* --- border:1px solid #858F9E; --- */
    /* --- border-collapse:collapse; --- */
    width:100%;
}
th.contenttable {
    vertical-align:top;
    text-align:left;
    /* --- border:1px solid #858F9E; --- */
    /* --- background-color:#858F9E; --- */
    padding:2px 5px;
    color:#49515C;
}
td.contenttable1 {
    vertical-align:top;
    text-align:left;
    /* --- border:1px solid #858F9E; --- */
    /* --- background-color:#ffffff; --- */
    padding:2px 5px;
}
td.contenttable2 {
    vertical-align:top;
    text-align:left;
    /* --- border:1px solid #858F9E; --- */
    /* --- background-color:#ffffff; --- */
    padding:2px 5px;
}

/* -------------------------------------------------------- */
/* [zentriert|...] */
/* --------------- */
.aligncenter {
    text-align:center;
}

/* -------------------------------------------------------- */
/* [links|...] */
/* ----------- */
.alignleft {
    text-align:left;
}

/* -------------------------------------------------------- */
/* [rechts|...] */
/* ------------ */
.alignright {
    text-align:right;
}

/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align:justify;
}

/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:none;
    list-style-image:none;
}
