/************************ HTML-ELEMENTE ************************/
/************************ HTML-ELEMENTE ************************/
html{}

body {
    width: 100%;
    height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-color: #A8CDE2;
}

* {
    font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 13px;
	color:#000000;
}

/************************ HTML-ELEMENTE ************************/
/************************ HTML-ELEMENTE ************************/
a {
    background-color: transparent;
}
a.imprint{font-size: 10px;}
a.links{font-size: 15px;}




/************************ WRAPPER FÜR GESAMTEN INHALT ************************/
/* ID 1 */      
div#wrapper {
/*border: solid red 2px;*/
    background-color: #A8CDE2;
    width: 1200px;
    position: relative;
    left: 50%;
    margin: 50px 0px 50px -600px;
}

/************************ WRAP HEAD ************************/
    /* ID 1 wrapper --> ID 2 wrapHead */      
    div#wrapHead {
border: solid black 1px;
        background-color: #3599D2;
        width: 900px;
        height: 206px;
        position: relative;
        left: 50%;
        margin: 0px 0px 0px -450px;
    }

        .logo {
            background-color: #3599D2;
            width: 100px;
            padding: 20px 30px 20px 50px;
        }
    
        .header {
            background-color: #3599D2;
            position:absolute;
            top: 10px;
            left: 160px; 
            width: 680px;
            height: 92px;
            padding: 20px 30px 20px 0px;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
        }
    
/************************ WRAP LINKS ************************/
        /* ID 1 wrapper --> ID 2 wrapHead --> ID 3 wrapLinks*/  
        div#wrapLinks {
/*border: solid green 2px;*/
            width: 800px;
            position: relative;
            left: 50%;
            margin: 0px 0px 0px -400px;
            padding: 20px 0px 20px 0px;
            text-align: center;
        }
        
            .links {
                width: 90px;
                display: inline;
                font-weight: bold;
                text-align: center;                
            }

/************************ IMAGE LINE ************************/
    /* ID 1 wrapper --> ID 2 links */  
    div#wrapImageLine {
        border: solid black 1px;
        width: 900px;
        position: relative;
        left: 50%;
        margin: 0px 0px 0px -450px;
        height: 67px;
    }

/************************ WRAPPER FÜR HAUPT-INHALTE ************************/
    /* ID 1 wrapper --> ID 2 wrapMain */  
    div#wrapMain {
border: solid black 1px;
        background-color: #3599D2;
        width: 900px;
        position: relative;
        left: 50%;
        margin: 0px 0px 0px -450px;
    }
    
        /* ID 1 wrapper --> ID 2 wrapMain --> class header */
        /* Überschrift innerhalb von wrapMain */
        .mainHeader {
/*border: solid yellow 2px;*/
            background-color: #A8CDE2;
            width: 800px;
            position: relative;
            left: 50%;
            margin: 15px 0px 0px -400px;
            padding: 30px 0px 10px 0px;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }
        
        /* ID 1 wrapper --> ID 2 wrapMain --> class mainContent */
        /* Inhalt innerhalb von wrapMain */
        .mainContent {
/*border: solid magenta 2px;*/
            background-color: #A8CDE2;
            width: 760px;
            position: relative;
            left: 50%;
            margin: 0px 0px 0px -400px;
            padding: 5px 20px 5px 20px;
            text-align: justify;
        }
        
        /* ID 1 wrapper --> ID 2 wrapMain --> class mainContent */
        /* Inhalt innerhalb von wrapMain */
        .image {
/*border: solid magenta 2px;*/
            background-color: #A8CDE2;
            width: 800px;
            position: relative;
            left: 50%;
            margin: 0px 0px 0px -400px;
            padding: 5px 0px 20px 0px;
            text-align: center;
        }

/* ID 1 wrapper --> ID 2 wrapMain --> class mainContent */
        /* Inhalt innerhalb von wrapMain */
        .imprint {
            background-color: #3599D2;
            padding: 20px 0px 20px 0px;
            width: 900px;
            font-size: 10px;
            text-align: center;
            text-decoration: underline;
        }
        

