
#subtitle {
	position: fixed;
	right: 0;
	top:5px;
	font: 9pt/17pt georgia; 
    border:0;
}

#left {
	float: left;
	width:300px;
	background: dark-blue;
    border:0;
}

#menu {
	position: fixed;
/*	background : #fff (sidebar.jpg) repeat-n;*/
    top: 300px;
	width: 200px;
	background: dark-blue;
	font: 9pt/17pt georgia; 
    border: 0;
}

#background {
	background: #fff url(/grafik/hintergrund.jpg) no-repeat top left;
}

#content {
    float: left;
	top: 500px;
	width: auto;
    height: auto;
	font: 9pt/17pt georgia; 
    border:0;
}

#right {
	float: right; width: 50px;
	background: cyan;
    border:4px solid #0000EE;
}

#bottom {
	position: fixed;
    width: 100%;
	top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	height:50px;
	background: dark-blue;
    border:4px solid #0000EE;
}
#a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}