/**
*	Standard-Stylesheet fuer Galerie
*/



body {
	background: url(http://www.flugschule-jesenwang.de/cms/tmpl/imgs/content-bg.png) repeat-y;
	background-position: 185px;
	background-color: #F4F4F4;
}


/*	Layout-Container */



#header {
	height: 30px;
	background: #fff;
	padding: 10px 0  10px 10px;
}

	#header img.logo {
		vertical-align: middle;
		margin-right: 190px;
		display: inline;
	}
	


#headerImage {
	background: url(http://www.flugschule-jesenwang.de/cms/tmpl/imgs/header-bg-2.gif) #1586E4 repeat-y;
	/* padding-left: 372px; */
}

	#headerImage div.image {
		text-align: right;
		width: 962px;
	}
	
	#headerImage img {
		display: inline;
	}

#headerTitel {
	padding: 50px 0 19px 224px;
	background: url(http://www.flugschule-jesenwang.de/cms/tmpl/imgs/header-teaser-bg.gif) #1586E4 repeat-y;
}

	#headerTitel div {
		color: #fff;
		width: 700px;
		height: 188px;
	}
	
	#headerTitel h2 {
		font-size: 250%;
		font-family: Impact, Arial, Verdana;
		/* letter-spacing: -0.05em; */
		font-weight: normal;
	}
	
	#headerTitel h3 {
		font-size: 180%;
		font-family: Impact, Arial, Verdana;
		/* letter-spacing: -0.05em; */
		margin-bottom: 30px;
		font-weight: normal;
	}
	
	#headerTitel h4 {
		font-size: 120%;
		margin-bottom: 20px;
	}

#wrapper {
	width: 975px;
} #wrapper[id] { width: 975px; }

#content {
	margin-left: 185px;
	color: #000;
	text-align: justify;
}

	#content div#titel {
		padding: 30px 20px 20px 0;
		background: #F4F4F4;
		height: 50px;
	}
	
		#content div#titel h2 {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		#content div#titel h3 {
			margin: 0;
			border: 0;
			padding: 0;
			font-size: 200%;
		}


		
	
	#content div.cont {
	
		
	}
	
	#content h2 {
		font-size: 240%;
		font-family: Arial, Verdana;
		letter-spacing: -0.05em;
		text-align: left;
	}
	
	#content h3 {
		font-size: 120%;
		font-weight: bold;
		text-align: left;
		border-top: 1px solid #fff;
		padding-top: 10px;
	}
	
	div#content h3:first-child  {
		border: 0;
		padding-top: 10px;
	}
	
	#content h4 {
		font-size: 100%;
		font-weight: bold;
		margin-top: 15px;
		text-align: left;
	}	
	
	#content p {
    	margin-bottom: 15px;
  	}
  	
  	#content ul {
  		margin: 10px 0 10px 30px;
  	}
  	
  	#content li {
  		margin-bottom: 10px;
  	}
  	
  	
  	/* 	Galerie */
  	
  	div.mod_gallery_object {
  		float: left;
  		margin-right: 12px;
  		margin-bottom: 12px;
  		height: 80px;
  		width: 100px;
  	}
  	
  	div.mod_gallery_object img {
  		border: 0;
  	}




