/* Imports */
@import url("johanning_textfenster.css");
@import url("johanning_navigation.css");      

/* CSS Document */
span, p {font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color:#333333;}
h2 {font-family:Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  color:#333333;}
img {border: 0px;}	  
body {margin: 0 auto;}
/* Seitengroessen */
#Page {width: 980px;
	   margin: auto;}
	   #Banner {width: 980px;}
	   		.Navigation1 {width: 980px;
						  text-align:right;}
			.BannerText {float:left;}
						 .BannerText table {width: 250px;height: 101px;}
						 .BannerText table tr {vertical-align:bottom;}
						 .BannerText {font-size:20px;}
			.BannerBild { width: 730px;
						  height: 101px;
						  float:left;
						  background-image:url(../img/banner.png);
						  background-position:bottom right;
						  background-repeat:no-repeat;
						  position:relative;
						  top: 20px;
						  left: 0px;}
						  
		#Navigation0 {width: 250px;
					  float: left;
					  border-top: 1px solid #FF6600;}
		#Main		 {width: 730px;
					  float: left;
					  height: 411px;
					  background-image:url(../img/main/290.jpg);
					  border-top: 1px solid #FF6600;}
		#MainKontakt {width: 730px;
					  float: left;
					  padding-top: 180px;
					  background-image:url(../img/bg_kontakt.jpg);
					  background-repeat:no-repeat;
					  border-top: 1px solid #FF6600;}
		#MainImpressum {width: 730px;
					  float: left;
					  padding-top: 10px;
					  border-top: 1px solid #FF6600;}				   
		#Thumbnails {clear:both;
					 border-top: 1px solid #FF6600;
					 padding-left: 250px;}				   				  
					 
					 
.orange {color: #FFA05B}					 