/* Zentrale CSS Konfigurationsdatei */

a:link { color:#105289; text-decoration:underline; }
a:visited { color:#105289; text-decoration:underline; }
a:focus { color:#105289; text-decoration:underline; } 
a:hover { color:#9d9a93; text-decoration:underline; }
a:active { color:#105289; text-decoration:underline; }

q { font-style: italic; }
p { text-align: justify;}
h1 { font-size: 1.6em;}
h2 { font-size: 1.3em;}
h3 { font-size: 1.3em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1.1em;}
h6 { font-size: 1.0em;}

body
{
    background-color:#ffffff;
    color:#303030;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center center;
}

header
{
    position: fixed;
    top: 0px;
    left: 250px;
    right: 150px;
    height: 40px;
    
	padding-top: 10px;
    padding-bottom: 10px;	
}

nav
{
    position: fixed;
    top: 60px;
	left: 0px;
		
	width: 240px;
	
	padding-top: 5px;
}

main
{
    position: fixed;
    top: 60px;
	left: 250px;
	bottom: 65px;
	
	padding-right: 150px;
	
	overflow: auto;
}

footer
{
    position: fixed;

    bottom: 0px;
    left: 250px;
    right: 150px;

    height: 50px;

	padding-top: 10px;
	padding-bottom: 5px;
}

.center { text-align: center; }

#navbar, #headerbar
{
	list-style-type: none ;
}

#headerbar li
{
	display: inline;
}
