/* =============		BASIC-RESET   ==============================*/


*           { padding: 0; margin: 0; font-size: 100.01%; font-weight: normal; }
ul, ol      { list-style: none;}
b, strong   { font-weight: bold; }
img, a img  { border: none; }




body {
font-size: 88%;
font-family: Arial, Helvetica, sans-serif;
color: #666;
background: #CDCDCD;
text-align: left;
line-height: 1.5em;
margin-top: 10px;
/* background: url(../images/xxxxx.gif) no-repeat 0 0;
background-attachment: fixed; */
}


 /* ==================   CONTAINER-LAYOUT   ========================*/
#container {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1040px;

    background-color: #CDCDCD;  /* background-color: #AAA;  */
    border: solid 1px #FFF;   /* border: solid 1px #999; */
}


/* ===================   NAVIGATION   ============================  */

#naviTop {
    position: relative;
    text-align: left;
    height: 40px;
    margin-top: 20px;
    margin-left: 90px;
    background-color: transparent;
}


#naviTop ul li{
display: inline;
margin-right: 48px;
font-size: 1.35em;
text-transform: uppercase;
}
#naviTop ul li a,
#naviTop ul li a:link,
#naviTop ul li a:visited{
text-decoration: none;
color: #FFF;
}
#naviTop ul li a:hover, .active{
text-decoration: none;
color: #666;
}




#content {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 1000px;
    height: 500px;
    background-color: #FFF;
/*    background-image: url(../images/rot360.jpg);   */
    background-image: url(../images/grauquadrat1.gif);
    background-repeat: no-repeat;
    background-position: 570px 70px;
}


#flash {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000px;
    height: 500px;
    z-index: 10;
    background-color: transparent;
}


#oben {
    position: relative;
    height: 275px;
    background-color: #FFF;
}

img#logo {
    position: absolute;
    bottom: 70px;
    left: 70px;
    z-index: 1;
}

img#img-square {
    position: absolute;
    bottom: 70px;
    right: 70px;
    z-index: 2;
    background-color: #858585;
}

img#img-square2 {
    position: absolute;
    bottom: 120px;
    right: 40px;
    z-index: 2;
    background-color: #858585;
}



#unten {
    position: relative;
    height: 300px;
    background-color: #CCCCCC;
}






#textunten {
    position: absolute;
    left: 70px;
    top: 70px;
    width: 310px;
    height: 300px;
    background-color: transparent;
}


#textuntenrechts {
    position: absolute;
    right: 100px;
    top: 70px;
    width: 300px;
    height: 300px;
    background-color: transparent;
    z-index: 999;
}


/* =============   POSITION KLEINBILDER THEMEN   =================  */


#kleinbilder {
    position: absolute;
    left: 70px;
    top: 70px;
    width: 400px;
    height: 300px;
    background-color: transparent;
}



#kb1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}


#kb2 {
    position: absolute;
    top: 0px;
    left: 104px;
    z-index: 10;
}

#kb3 {
    position: absolute;
    top: 0px;
    left: 208px;
    z-index: 10;
}


#kb4 {
    position: absolute;
    top: 103px;
    left: 0px;
    z-index: 10;
}

#kb5 {
    position: absolute;
    top: 103px;
    left: 104px;
    z-index: 10;
}

#kb6 {
    position: absolute;
    top: 103px;
    left: 208px;
    z-index: 10;
}


/* =============   MOUSEOVER KLEINBILDER THEMEN   ================  */

a.over, a.over:link, a.over:visited, a.over:active {
position: relative;
text-decoration: none;
}

a.over:hover {
z-index:1;
background: transparent;
}

a.over span {
display: none;
text-decoration: none;
}

a.over:hover span {
z-index:1000;
display: block;
position: absolute;
top: 430px;
left: 930px;
padding: 0px;
margin: 0px;
background: transparent;
}



/* ======================   LINKS   ==============================  */



a,
a:link,
a:visited{
text-decoration: none;
color: #666;
}

a:hover,
a:active{
text-decoration: underline;
color: #666;

}
