

body {
                background-color: rgb(153, 153, 255);
}

#boxRahmen {	background-image:url(materialsammlung/noten02.jpg);
	    	width: 965px;
		height: 585px;  
		margin: 5px;
		padding: 5px; 		
}

#boxRahmenHoch {	background-image:url(materialsammlung/noten02.jpg);
	    	width: 965px; 
		margin: 5px;
		padding: 5px; 		
}


#boxKopf {  	background-image:url(materialsammlung/logo.gif);
                background-repeat:no-repeat;
                width: 944px;
		height: 124px;
	        border-color: rgb(153, 153, 255);
	      	border-width: medium;
	     	margin: 0;
	     	border-style: solid;
		border-width: thin;
}


#boxNavi { 	width: 150px;
		height:440px;
		border-color: rgb(153, 153, 255);
	   	border-width: medium;
	   	margin: 0;
	   	border-style: solid;
		border-width: thin;
                float: left;
}


#boxText { 	width: 784px;
		height:440px;
		border-color: rgb(153, 153, 255);
	   	border-width: medium;
	   	margin: 0;
	   	border-style: solid;
		border-width: thin;
                position: relative;
                margin-left: 157px;
}

#boxTextHoch  { width: 784px;
		border-color: rgb(153, 153, 255);
	   	border-width: medium;
	   	margin: 0;
	   	border-style: solid;
		border-width: thin;
                position: relative;
                margin-left: 157px;
}

#textEichendorff{	text-align: center;
			vertical-align: middle;
			font-size: 1.75em;
			font-weight: bold;
			font-family: Book Antiqua;
			font-style: italic;
			color: rgb(153, 153, 255);
			padding: 0; 	
}

#textUnterschrift{	text-align: right;
			vertical-align: middle;
			font-size: 1.00em;
			font-weight: bold;
			font-family: Book Antiqua;
			font-style: italic;
			color: rgb(153, 153, 255);
			padding: 0; 
}

#textKontakt{		text-align: center;
}


#navi{			margin: 2;
			padding: 0;
			list-style-type: none;
}

ul a{		display: block;
		width: 145px;
		height: 25px;
		line-height:20px;
		color: #000;
		text-decoration: none;
		background:  rgb(153, 153, 255);
		border-bottom: 2px solid white
}


ul a:visited{	text-decoration: none;
		color: blue;
}







