#pagestyle {
	background-image: url(layout/background.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
		
}



a:link {
	color: #9B3356;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9B3356;
}
a:hover {
	text-decoration: underline;
	color: #9B3356;
}
a:active {
	text-decoration: none;
	color: #9B3356;}

#top {
	/*  background-image: url(layout/backpix.jpg); */
	/* background-repeat: repeat-y; */
	width: 770px;
	height: 100%;
	left: 50%;
	margin-left: -385px;
	
	position: absolute;
	visibility: visible;	  
	  }

#logo {
	width: 770px;
	height: 144px;
	float: none;
	background-image: url(layout/top.jpg);
	background-position: 5px;
	clear: both;
	background-repeat: no-repeat;
}




#contentcontainer {
	/* background-image: url(layout/backpix.jpg); */
	/* background-repeat: repeat-y; */
    height: 100%; /* try */
	width:770px;
	clear:both;
		
					   
				   }
				   
#menue, #text {float: left;}



#menue {
	width:157px;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #001A33;
	text-align: right;
	

	}

#menue a:link {
	color: #001A33;
	text-decoration: none;}

#menue a:visited {
	text-decoration: none;
	color: #001A33;
}
#menue a:hover {
	text-decoration: underline;
	color: #001A33;
}
#menue a:active {
	text-decoration: none;
	color: #001A33;
}

#text {
	
	width:460px;
	
	padding: 20px;

	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #001A33;
	list-style-type: square;
}



#fuss {
	background-color:#E67300;
	width:770px;
	clear:both;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D4D0C8;
	text-align: right;
}

.pic {
	border: 1px solid #9B3356;

}

.picright {
	border: 1px solid #9B3356;
	
	
	margin-left: 12px;
}

.picleft {
	border: 1px solid #9B3356;
	
	
	margin-right: 12px;
}




h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #9B3356;
   }
   
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #001A33;
   }
   
   
#trenner {
	border: 4px dotted #CDDCDF;
}

li {
	list-style-type: square;
}

