/**
*	Standard-Stylesheet fuer Startseite
*/



body {
	/* background: url(http://www.flugschule-jesenwang.de/cms/tmpl/imgs/site-bg-home.png) repeat-y #F4F4F4; */
	background: #F4F4F4;
}



#header {
	height: 30px;
	background: #fff;
	padding: 10px 0  10px 10px;
}

	#header img.logo {
		vertical-align: middle;
		margin-right: 190px;
		display: inline;
	}
	

#headerImg {
	height: 256px;
	background: url(http://www.flugschule-jesenwang.de/cms/tmpl/imgs/header-bg-2.gif) #1586E4 repeat-y;
	padding-left: 185px;
}

	#headerImg img {
		display: block;
	}


#content {
	margin-left: 185px;
	position: relative;
}

	#content div.topTeaser {
		padding: 25px 0 25px 0px;
		background: #F4F4F4;
	}
	
	#content div.miniTeaser1 {
		width: 247px;
		position: absolute;
		top: 65px;
		left: 0px !important;
		/* left: -25px; */
		background: #F1F1F1;
	}

	#content div.miniTeaser2 {
		width: 249px;
		position: absolute;
		top: 65px;
		left: 248px !important;
		/* left: 223px; */
		background: #F1F1F1;
	}
	
	#content div.miniTeaser3 {
		width: 249px;
		position: absolute;
		top: 65px;
		left: 498px !important;
		/* left: 473px; */
		background: #F1F1F1;
	}
	
	#content div.microTeaserLi {
		position: absolute;
		top: 290px;
		left: 0px;
		width: 124px;
		border-top: 1px solid #fff;
	}
		
	#content div.microTeaserRe {
		position: absolute;
		top: 290px;
		left: 124px;
		width: 124px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	#content div.mktText {
		padding: 5px;
		font-size: 90%;
		/* background: #E3E3E3; */
		background: #F1F1F1;
	}	

	#content div.mtText {
		padding: 15px 10px;
		height: 120px;
	}
	
	#content div.mktText {
		padding: 15px 10px;
		height: 220px;
	}
	
	#content div.mktText:hover, #content div.mtText:hover {
		background: #DBDBDB;
	}	
	
	#content h2 {
		font-size: 140%;
		font-family: Impact, Arial, Verdana;
		font-weight: normal;
		color: #000;
	}
	
	#content h3 {
		font-size: 101%;
		font-weight: bold;
		/* font-style: italic; */
		margin-top: 5px;
		margin-bottom: 5px;
	}	



