/* Grundkonfiguration des BODY-Bereichs */

body {

            background-color: #dadfe1;
            color: navy;
            font-family: Verdana;
            text-align: center;
            font-size: 14px;

}

/* Konfiguration und Layout der Elemente */

#footer {    
             
             bottom: 0%;
             left: 35%;
	     right: 35%;
	     width: 30%;
	     text-align: center;
	     position: absolute;
             font-family: Verdana;
             color: navy;
	     font-size: 9px;

}

#counter {

                bottom: 1.7%;
                left: 0%;
                width: 100px;
                height: 24px;
                position: absolute;

}

#content {

                top: 33%;
                bottom: 10%;
                height: 54%;
                left: 15%;
                right: 15%;
                width: 70%;
                border: 1px solid navy;
                padding: 1%;
                position: absolute;

}

#indexpic {

                width: 50%;
                height: 30%;
                text-align: center;
                top: 3%;
                left: 25%;
                rigth: 25%;
                position: absolute;

}

#w3c {

                bottom: 1%;
                right: 0.5%;
                width: 88px;
                height: 31px;
                position: absolute;

}

/* Konfiguration und Layout der Klassen */

.content {

                font-family: Verdana;
                font-size: 14px;
                padding: 10px;
                text-decoration: none;
                font-weight: bold;
                

}

.image {

                border: 1px solid navy;

}

.style {

                font-family: Verdana;
                font-size: 12px;
                color: navy;
                padding: 10px;
                border: 1px solid navy;
                background-color: #dadfef;

}

div.c1 {

                text-align: center;

}

div.c2 {

                font-size: 16px;
                padding: 6%;

}

.c3 {

                border: none;

}

/* Konfiguration und Layout von Hyperlinks */

a {

                color: navy;

}

:visited {

                color: navy;

}

