#body {
	font-family: Verdana;
	font-size: 10pt;
}

#ul {
	list-style-type:circle;
}

#rechtespalte {
	margin-left:15px;

	border:10px;
}

#linkespalte {
 	float:left;
 	width:auto;
}

#header {
        position: fixed;
        width: auto;
        height: 100px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 150px;
	background-repeat:no-repeat;
/*        background-color: #ff0000; */
}
#sidebar {
        position: fixed;
        width: 150px;
        height: auto;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
	background-image:url(http://www.peterbuessers.de/menu.gif);
	background-repeat:no-repeat;
/*        background-color: #00ff00; */
}
#main {
        position: fixed;
        width: auto;
        height: auto;
        top: 100px;
        right: 0;
        bottom: 0;
        left: 150px;
        overflow:auto;
}
#bigheadline {
	font-size: 12pt;
/*	font-weight: bold; */
	text-align: center;
}
#update {
	font-size: 8pt;
/*	font-weight: bold; */
	text-align: center;
}
#headline {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
#smallheadline {
	font-style:italic;
	text-align: left;
}
#normaltext {
	margin:auto;
}


#menuheadline {
	font-weight:bold;
	font-family: Verdana;
	font-size: 10pt;
	margin-left: 12px;
}

a.navlink {
	margin-left: 12px;
/*	line-height: 1.5; */
	font-family: Verdana;
	font-size: 10pt;
}

a:link {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:active {
	color: #ff0000;
}

a.navlink:link {
	color: #000000;
}

a.navlink:visited {
	color: #808080;
}

a.navlink:active {
	color: #ff0000;
}
