@charset "utf-8";
/* CSS Document */

			
			html { overflow: -moz-scrollbars-vertical; } 
			
			body   { 
				background-color:#F9F9F2; 
				text-align: center; 
				margin: 0; 
				padding: 0;
				background-image:url(img/baum.jpg); background-position:right top; background-repeat:no-repeat;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size: 90%;
				color:#58585a;
				text-align:left;
				}
			
			img {
				border:0px;
				}
				
			div#container {
				background-color: #F9F9F2; 
				width:600px; 
				margin-top:0px;  
				margin-left:20%; 
				margin-right:20%; 
				position: absolute; 
				padding:0px;
				background-image:url(img/stretcherBG.jpg); 
				background-repeat:x-repeat;
				}
			
			div#precontainer{ 
				margin-left:100px;
				}
			
			div#pre{
				float:left;
				padding:2px;}
				
			div#content {
				background-image:url(img/stretcherBG.jpg); 
				background-repeat:x-repeat;
				}
			
			div#header {
				background-color: #F9F9F2; 
				padding:0px;
				height: 90px;
				}
				
			.stretcher {
				background-color: #F9F9F2; 
				padding-left: 98px; 
				padding-right: 35px;
				background-image:url(img/stretcherBG.jpg); 
				background-repeat:x-repeat;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size: 90%;
				color:#58585a;
				text-align:left;
				margin-bottom: -20px;
				}
				
			.bottom {
				background-color: #F9F9F2; 
				padding-left: 0px; 
				padding-right: 35px;
				background-image:url(img/stretcherBG.jpg); 
				background-repeat:x-repeat;
				text-align:left;
				height:35px;
				padding-top:50px;				
				}
			
			h3 {
				background-color: #F9F9F2; 
				margin-bottom:0px;
				background-image:url(img/stretcherBG.jpg); 
				background-repeat:x-repeat;
				}
				
			a:link  {
				color: #419900; 
				text-decoration: none; 
				}
				
			a:visited {
				color: #419900;
				text-decoration: none;
				}
				
			a:hover {
				text-decoration: none; 
				color: #419900;
				}
				
			p { 
				text-align:center; 
				margin-top:-35px;
				}
	
			.link {
				background-image:url(http://utour.de/img/arrow.gif); 
				background-repeat:no-repeat; 
				background-position:left; 
				padding-left: 15px;
				}