@charset "utf-8";

h1 {
display: none;
}


	#StartpageLeftTeaser {
		float: left;
		width: 620px;
		height: 287px;
	}
	
	#StartpageRightTeaser {
		float: right;
		width: 310px;
		height: 287px;
	}
	
	
	#LeftContentContainer {
		float: left;
		width: 620px;
	}
	
	#RightContentContainer {
		float: right;
		width: 310px;
	}


/* ################  Icon-Leiste ######################### */

	#StartpageIcons {
		height: 53px;
		/* gesamt 945px */
		width: 900px;
		background: url("../images/bg_icons.gif") left top no-repeat;
		margin: 15px 0px 15px 0px;
		padding: 11px 0px 0px 45px;
	}
	
			#Icon1 a, #Icon2 a, #Icon3 a, #Icon4 a, #Icon5 a, #Icon6 a, #Icon7 a, #Icon8 a, #Icon9 a, #Icon10 a, #Icon11 a, #Icon12 a, #Icon13 a, #Icon14 a {
				padding-right: 20px;
				display: block;
				float: left;
			}
			
			#Icon1 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_facebook.gif") 0px -43px no-repeat;
			}
			
			#Icon2 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_twitter.gif") 0px -43px no-repeat;
			}
			
			#Icon3 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_fm.gif") 0px -43px no-repeat;
			}
			
			#Icon4 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_youtube.gif") 0px -43px no-repeat;
			}
			
			#Icon5 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_fbltv.gif") 0px -43px no-repeat;
			}
			
			#Icon6 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_stats.gif") 0px -43px no-repeat;
			}
			
			#Icon7 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_flickr.gif") 0px -43px no-repeat;
			}
			
			#Icon8 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_pics1.gif") 0px -43px no-repeat;
			}
			
			#Icon9 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_pics2.gif") 0px -43px no-repeat;
			}
			
			#Icon10 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_clips.gif") 0px -43px no-repeat;
			}
			
			#Icon11 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_iff.gif") 0px -43px no-repeat;
			}
			
			#Icon12 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_uebungen.gif") 0px -43px no-repeat;
			}
			
			#Icon13 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_rss.gif") 0px -43px no-repeat;
			}
			
			#Icon14 a {
				width: 41px;
				height: 43px;
				background: url("../images/icon_mail.gif") 0px -43px no-repeat;
			}
			
	
			#Icon1 a:hover, #Icon2 a:hover, #Icon3 a:hover, #Icon4 a:hover, #Icon5 a:hover, #Icon6 a:hover, #Icon7 a:hover, #Icon8 a:hover, #Icon9 a:hover, #Icon10 a:hover, #Icon11 a:hover, #Icon12 a:hover, #Icon13 a:hover, #Icon14 a:hover {
				background-position: 0px 0px;
			}

