/* Use this stylesheet to add custom CSS to all pages of your website. Consolidating CSS code in here will improve page loading speed, reduce bandwidth and circumvent the Internet Explorer 30 stylesheet limit. */

#headerBar {
	position: fixed;
}

#main {
	padding-top: 75px;
}

#titleDropShadow {
	position: fixed;
}

/* Alles oben ist zum fixieren des horizontalen Menüs!!!
wilderness-fixedtitlebar.rwsnippet */

#sidebarContainer .sideHeader {
	display: none;
}

#sidebarContainer #sidebar {
	display: none;
}

/* Bis hier: Hide sidebar content container */
	
#slogan {
	display: none;
}

#nav1 a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 75px;
	width: 120px;
	text-align: center;
	line-height: 75px;
	text-decoration: none;
}
#siteLogo img {
	margin: 0;
	padding: 4px 15px 0;
}




p  {
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1.10em;
}

h2 {
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}

h3 {
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}

h4 {
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}

h5 {
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}

h6 {
	margin: 0;
	padding: 0;
	line-height: 1.40em;
}
