/* ***************
***    Structur ***
*********************
*/

html, body {
    margin: 0; 
    padding: 0;
    height: 100%;
    line-height:1.5em;
}

body {
    background: #b8e1ff;
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    color: #294ca0;
}

#headergraphic {
     height:180px;
     margin: 0;
     background: url(../upload/img/header.jpg) no-repeat bottom right;
}

#logo {
    position:absolute;
    top:0;
    left:0;
    width:272px;
    height:170px;
    background: url(../upload/img/logo_09.png) no-repeat top left;
    z-index:10;
}

#sidebar-left {    /* first layer of navigation */
    float: left;
    width: 189px;
    padding-bottom:100px;
}

#right-side {
    margin-left: 189px;    /* space for sidebar-left (navigation) */
    padding-bottom: 76px;
}

#content {
    position:relative;
    top:-35px;
    width:600px;
    margin: 0px auto;
}

.textItem {
    position:relative;
    top:-35px;
}

div.ligallery {
    position: relative;
    top:-35px; 
}

#footer {
    position: fixed;
    bottom:0px;
    left:0px; 
    width: 100%;
    height:76px;
    background: url(../upload/img/bottom.png) repeat-x bottom left;
    text-align: center;
}

/* **********************
**** main navigation *****
*** first layer: left *****
** second layer: top *******
*****************************
*/

div.HauptNav a {    /* all links in navigation */
    text-decoration: none;
    color: #294ca0;  
}

/* --- first layer ------ */

div.HauptNav div.NavFirstIn, div.HauptNav div.NavFirstIn a {
    width: 100%;
}

/* all div's of first layer */
div.HauptNav div.NavFirstOff,
div.HauptNav div.NavFirstOn,
div.HauptNav div.NavFirstOpen {
          
}

/* images of all div's of first layer */
div.HauptNav div.NavFirstOff img,
div.HauptNav div.NavFirstOn img,
div.HauptNav div.NavFirstOpen img {
    width:189px;
    height:113px;
}

/* all links */
div.HauptNav div.NavFirstOff a,
div.HauptNav div.NavFirstOn a,
div.HauptNav div.NavFirstOpen a {
} 
        
/* all links on hover (related on img-tags) */
div.HauptNav div.NavFirstOff a:hover img,
div.HauptNav div.NavFirstOn a:hover img,
div.HauptNav div.NavFirstOpen a:hover img {
    width:189px;
    background: url(../upload/img/hover.png) no-repeat 45% 55%;
}
        
/* active path - selected link */
div.HauptNav div.NavFirstOn a,
div.HauptNav div.NavFirstOpen a {
    letter-spacing: 2px;
    font-weight: bold;
}

/* --- second layer --- */
      
div.NavSecondIn {       
    position:absolute;
    top: 0;
    height:155px;    /* enough space for logo */
    padding-left: 280px;    /* space for logo */
    padding-top:14px;
    text-align:left;
}

/*  all div's in second layer */
/*
div.HauptNav div.NavSecondOff,
div.HauptNav div.NavSecondOn,
div.HauptNav div.NavSecondOpen {
     padding: 3px 0;
}
*/

div.NavSecondIn div {    /* horizontally navigation */
    display:inline;
}

/* all links */
/*
div.HauptNav div.NavSecondOff a,
div.HauptNav div.NavSecondOn a,
div.HauptNav div.NavSecondOpen a {
}
*/
div.NavSecondIn a {
    margin: 12px 0px;    /* top bottom - right left */ 
    text-transform:lowercase;
    color: #190386; 
    padding:3px 5px 13px 5px;    /* space on bottom for graphic */
}

/* all links on hover */
div.HauptNav div.NavSecondOff a:hover,
div.HauptNav div.NavSecondOn a:hover,
div.HauptNav div.NavSecondOpen a:hover {
    background: url(../upload/img/bottomLine.png) no-repeat center 18px;
}       

/* active path - selected link */
div.HauptNav div.NavSecondOn a,
div.HauptNav div.NavSecondOpen a {
    text-transform: capitalize;
    font-weight: bold;
    color: black;
    background: url(../upload/img/bottomLine.png) no-repeat center 18px;
}

/* ******************
**** metaNavigation **
****** on bottom ******
************************
*/

#metaNavigationFooter {
    padding-top: 38px;
    vertical-align: bottom;
}

ul#metaNavigationFooter li {
    display: inline;
    padding-left:25px;
    background: url(../upload/img/point.png) no-repeat 0 0;
}

ul#metaNavigationFooter li:first-child {
    background: none;
}

ul#metaNavigationFooter li a {
    color: white;
    text-decoration: none;
    padding:5px 10px;
}

/* ********************
*** metaNavigationGal **
*************************
*/

ul#metaNavigationGal {
    position:relative;
    top:-6em;
    left:3em;
    text-align:left;
    list-style-type:none;
}

ul#metaNavigationGal a {
    text-decoration:none;
    color:#294ca0;
}


/* *******************
**** font-formatting ***
************************
*/

h1, h2 {
    font-size:1.4em;
    letter-spacing:1px;
}

h2 {
    font-size:1.2em;
}

/* *****************************
***** Contact Form **************
**********************************
 */

#contactForm {
    position:relative;
    top:-2em;
    font-size:11px;
    width: 430px;
    text-align:left;
    padding-left:65px;    /* (600px-430px)/2 = 65px */
}

#contactForm .contactRow {
    margin:4px 0;
}

#contactForm label {
    display:block;
    float:left;
    width:80px;
}

#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}

* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    padding: 0 0 3px 0;
    margin: 0;
    height:17px;
    font-size:12px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:12px;
}

div#contactFormSubmit {
    display:inline;
    float:right;
}

#contactFormSubmit div#contactFormSubmitLeft {
    display:inline;
}

#contactFormSubmit div#contactFormSubmitRight {
     display:inline;
}

#contactFormSubmit input {
    padding: 1px 3px;
    margin: 2px 1px 0 6px;
}

#contactForm table {
    width:100%;
    border-collapse:collapse;
}

#contactForm table td {
    padding:0 3px 0 0;
}

#contactForm table td.pt {
    padding-top:2px;
}

* html #contactForm table td.pt {
    padding-top:0;    
}

#contactForm table input {
    position:relative; 
    top:2px;
}

/* *******************
**** this and those ***
************************
*/

/* Formular-Feld zur Verifikation des Menschen ausblenden */
div.emptyfield {
    display:none;
}

/* navigation pics (and all other) without borders */
img {
    border:none;
}

/* Tutorial Bilder mitten im Text */
img.tutorial_img {
    margin: 5px;
    vertical-align:top;
}

div.galleryNav img {
    width:131px; 
}

/* emphasises in text */
div#right-side p span {
    font-weight: bold;
    border-bottom: 3px groove #efb63d;
}

/* **********************
***** table of contents **
************************* */
p.Contents2 {padding-left: 30px;}
p.Contents3 {padding-left: 60px;}
p.Contents3 {padding-left: 90px;}
