/* ===================================
Stylesheet : Ejcsk-Munich 
  
Datei: styles.css fuer milpat (index) 
Datum: 21 Sept 2008
Autor: I. Bilitik 

Aufbau: . Kalibrierung
        . Allgemeine Styles
        . Styles für Layoutbereiche
        . Sonstige Styles 
=================================== */

body, html{
background: #ffffff url(Temple3.bmp);
height: 100%;
margin: 0;
padding: 0;
}

#banner{
background: #006600 url(banner.gif);
width: 100%;
height: 40px;
border-bottom: 2px #000000 solid;
}
#nav{
 margin: auto;
 text-align: center;
 height: 23px;
 border-bottom: 1px #000000 solid;
 background-color: #eeeeee;
}
/*#nav2{
background-color: #ffffff;
width: 20%;
border: 1px #000000 solid;
float: right;
}
#nav2 p{
color: #000000;
font-size: 12px;
padding: 3px;
}

#nav2 h1{
margin: 0;
background-color: #33cc00;
font-size: 12px;
padding: 3px;
text-align: center;
color: #000000;}
#updates p{
color: #000000;
font-size: 12px;
padding: 3px;
}

#nav a{
text-align: center;
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
padding: 4px;
border: 1px #000000 solid;
background-color: #336600;
}

#nav a:hover{
color: #000000;
background: url(gnav.gif);
}

#updates{
background-color: #ffffff;
border: 1px #000000 solid;
float: left;
width: 20%;
}
#updates h1{
margin: 0;
background-color: #33cc00;
font-size: 12px;
padding: 3px;
text-align: center;
color: #000000;}
#updates p{
color: #000000;
font-size: 12px;
padding: 3px;
}

#content{
background-color: #ffffff;
width: 58.3%;
margin-left: 22.7%;
border: 1px #000000 solid;
margin-top: 41.5%;
}

#content #textfotopapa{
	margin-left: 34%;
}

#content p{
color: #000000;
font-size: 16px;
padding: 3px;
}

#content h1{
margin: 0;
font-size: 12px;
background-color: #00cc00;
padding: 3px;
color: #000000;
}
#updates li{
padding: 2px;
}
#nav2 li{
padding: 2px;
}
#nav2 a{
color: #003300;
display: block;
border-bottom: 1px #000000 solid;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
#nav2 a:hover{
color: #000000;
}
#updates a{
color: #003300;
display: block;
border-bottom: 1px #000000 solid;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
#updates a:hover{
color: #000000;
}
#copyright{
padding: 3px 0px 3px 0px;
text-align: center;
background-color: green;
border: 1px #000000 solid;
font-size: 12px;
}
a{
color: #006600;
text-decoration: none;
}
a:hover{
color: #000000;
text-decoration: underline;}

#content li{
font-size: 12px;
list-style-image: url()
}

 */