/* allgemeine auszeichnungen */

body {
font-family: "New Roman", serif;
font-size: 14px;
text-align:right;
line-height:20px;
color: #fff;
background-color:#7A7A7A;
}

a {text-decoration: none; color:#fff;}
a:link {color: #fff;}
a:visited {color: #fff;}
a:hover{color:#fff;}
a:active {color:#fff;}

/* IDs */

#container {
   position: absolute;
   left:50%;
   top:50%;
   width:920px; /* Breite des Elements */
   height:590px; /* Höhe des Elements */
   margin-left: -460px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -295px; /* Höhe des Elements geteilt durch zwei! */
   background-color:#fff;
}

#fotohome{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
background:transparent url(../pics/home.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#fotogalerie{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
}

#fotobiographie{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
background:transparent url(../pics/biographie_neu.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#fotofiguerliches{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
background:transparent url(../pics/bildflaeche_figuerliches_neu.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#fotozeichnungen{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
background:transparent url(../pics/bildflaeche_zeichnungen_neu.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#fotoimpressum{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
background:transparent url(../pics/impressum.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#fotokontakt{
position:absolute;
width:430px;
height:430px;
left:25px;
top:25px;
background:transparent url(../pics/kontakt.jpg);
background-position:top left;
background-repeat:no-repeat;
}



#fotohomerechts{
position:absolute;
width:365px;
height:347px;
right:25px;
bottom: 135px;
background:transparent url(../pics/bildflaeche_home_rechts_neu.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#textrechtsbio{
position:absolute;
width:365px;
height:265px;
right:25px;
top:70px;
/*bottom:135px;*/
font-family: "New Roman", serif;
font-size: 14px;
text-align:right;
line-height:20px;
color: #000;
}

#textrechtsbio a{
font-family: "New Roman", serif;
font-size: 14px;
text-align:right;
line-height:20px;
color: #000;
}

#textrechtskontakt{
position:absolute;
width:365px;
height:218px;
right:25px;
bottom:135px;
font-family: "New Roman", serif;
font-size: 14px;
text-align:right;
line-height:20px;
color: #000;
}
#textrechtskontakt li{
color:#000;
}

#textrechtskontakt a{
color:#000;
}
#textrechtskontakt a:link{
color:#000;
}
#textrechtskontakt a:hover{
color:#000;
}
#textrechtsimpr{
position:absolute;
width:365px;
height:257px;
right:25px;
bottom:135px;
font-family: "New Roman", serif;
font-size: 14px;
text-align:right;
line-height:20px;
color: #000;
}
#textrechtsimpr li{
color:#000;
}

#textrechtsimpr a{
color:#000;
}
#textrechtsimpr a:link{
color:#000;
}
#textrechtsimpr a:hover{
color:#000;
}

#galerierechts{
position:absolute;
width:365px;
height:360px;
right:25px;
bottom: 131px;
}

#galerierechts img{
float:left;
border:0px;
margin-top:9px;
margin-right:5px;
margin-left:5px;
margin-bottom:0px;

}

#logo{
position:absolute;
width:367px;
height:38px;
top:25px;
right:25px;
background:transparent url(../pics/logo.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#containerunten{
position:absolute;
width:920px;
height:110px;
bottom:0px;
right: 0px;
padding:0 0 0 0px;
background-color:#7A7A7A;
}

#navigation{
position:absolute;
text-align:left;
left:25px;
width:870px;
bottom:70px;
font-family: "New Roman", serif;
font-size: 18px;
line-height:20px;
color: #fff;
}
#navigation ul{
list-style-type:none;
padding:0 0 0 0;
margin:0 0 0 0;
color:#fff;
}

#navigation li{
display:inline;
color:#fff;
}

#navigation a{
padding-left:25px;
}
#navigation a:link{
}
#navigation a:hover{
color: #fff;
}
#navigation a:active{
color: #fff;
}
#navigation a#aktiver_button{
color: #252525;
}

/* CLASSES */

small{
font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:15px;
color: #9D7F20;
}

.abstraktes{
background:transparent url(../pics/abstraktes_0.jpg);
background-position:top left;
background-repeat:no-repeat;
}
