/* 
    Document   : style.css. Layout for BEM
    Created on : 31.10.08, 16:11:08
    Author     : Nico.Geisler <Nico.Geisler@gmx.de>
    Description:
        Purpose of the stylesheet follows.
*/

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li {
margin:0;
padding:0;
color:#000;
border:0px;
font-weight:normal;
font-family: Verdana,"Lucida Grande","Lucida Sans Unicode",Lucida,"Bitstream Vera Sans","Trebuchet MS",sans-serif;
}



body {
    background-color: #d5dbde;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:100.1%;
}

h1 {
    display:block;
    width:100%;
    border-top: 2px solid #00337F;
    border-bottom: 2px solid #00337F;
    background-color:#E5E5E4;
    color:#4E484B;
    font-size:1.1em;
    text-align:center;
    margin-top:10px; margin-bottom:10px;
    padding-top:5px; padding-bottom:5px;
}

h2 {
    text-indent:-9999px;
}

div.navigation {
    position:absolute;
    top:60px;
    left:1%;
    width:25%; 

}
ul {
    display:block;
    width:100%;
    font-size:0.85em;
}

ul li {
    display:block;
    width:100%;
}


ul a {
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    width:100%;
    letter-spacing:0.1em;
    text-indent:5px;
    text-decoration:none;
    background-color:#E5E5E4;
}

ul a:link	{
        color: #444444;

}
ul a:visited	{
        color: #444444;

}
ul a:focus, ul a:hover, ul a:active	{
        color: #f4f4f4;
        background: #C8C8C8;
} 

ul li.active a:link, ul li.active a {
        color: #f4f4f4;
        background: #C8C8C8;
        font-weight:bold;
}

p {
    position:absolute;
    top:60px;
    left:27%;
    width:69%;
    font-size:0.8em;
}


a.pano_link, a:link.pano_link {
        font-size:0.8em;
        display:block;
        height:30px;
        width:140px;
        position:relative;
        right:15px;
        color: #444444;
        text-decoration:none;
	margin-left:500px;
        padding-top:10px;
        background-image:url('../img/mmpano.gif');
        background-position:right;
        background-repeat:no-repeat;

}
a:visited.pano_link	{
        color: #444444;

}
a:focus.pano_link, ul a:hover.pano_link, ul a:active.pano_link	{
        color: #f4f4f4;
} 




