/*------------------------------------------------------------------
basis StyleSheet
datum:   2008-13-04
autor:   Alois C. Kaufmann 
inhalt:  Layout
             Linkformatierungen
             Schriftformatierungen      
             Bildformatierungen     
——————————————————————*/





/*—————Layout—————*/
.full{
position:absolute;
top:5px;
margin:5%;
border:0px solid black;
height:90%;
margin-bottom:50px;
width: 705px;
min-width:500px;
z-index:15;}

.logo{
border:0px solid black;
height:50px;
min-width:500px;
z-index:16;}

.navigation{
background:#white;
border:0px solid black;
height:50px;
z-index:17;
vertical-align:middle;}

.inhalt{
background:white;
border:0px solid black;
height:100%;
z-index:17;
vertical-align:middle;
}

.projekt_detail{
background:white;
border:0px solid black;
height:80%;
width:90px
z-index:17;
vertical-align:middle;
float:left;
margin-right:10px;
margin-left:50px;}




/*—————Linkformatierungen—————*/
a:link { color: #000000; text-decoration:none; }
a:active { color: #5e65e2; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }



/*—————Schriftformatierungen—————*/
#normal { 
font-family: Tahoma;
font-size:12px; 
text-align: justify;
color:#767776;
line-height: 1.5;
}

#h1 { 
font-family: Trebuchet MS;
font-size:12px; 
font-weight:bold;
text-align: justify;
color:#767776;
}

#navigation { 
font:bold;
font-family: Trebuchet MS;
font-size:12px; 
color:black;
vertical-align:middle; 
text-decoration: none;
text-underline: none;
}

#impressum { 
font:normal;
font-family: Trebuchet MS;
font-size:12px; 
color:#767776;
vertical-align:middle; 
text-decoration: none;
text-underline: none;
}

/*—————Bildformatierungen—————*/
.bild {border:0pt solid darkgrey;  align;left;}

.bildprojekte {border:0pt solid grey; float:left; margin-right:10px; align;right;

