@charset "utf-8";

/* --- Allgemeine Definitionen -- */
html, body {
	min-height:100%;
	height:100%;
}

html {
}

body {
	margin: 0px;
	padding: 0px;
	height:100%;
	min-height:100%;
	font-size: 14px;
	background-color: #f4f4f4;
	text-align: center;
}

div, a, a img, img, p, input, hr, h1, h2, h3, h4, table, th, tr, td, tbody, button {
	margin:0px;
	padding:0px;
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'font';
	text-shadow: 0px 0px 1px #fff;
	margin: 0;
	padding: 10px 0px;
	position: relative;
	color: #612e27;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #612e27;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	text-align: center;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	text-align: center;
}
h4 {
	font-size: 16px;
}
h5 {
	text-align: center;
	font-size: 24px;
}
h6 {
	font-size: 18px;
}

h1 span, h3 span, h5 span {
	background: #F4F4F4;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

h1:before, h3:before, h5:before {
	background: #612e27;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
}

h1:before, h3:before, h5:before {
  left: 0;
}

ul.menu,
ul.menu li,
ul.menu li a {
	list-style-type: none;
}

a,
ul.menu li.active a,
ul.menu li.collapse a,
ul.menu li.collapse a:hover,
ul.menu li.collapse ul li.active a,
ul.menu li.collapse ul li a:hover,
ul.menu li a:hover {
	color: #da2129;
}

ul.menu li a,
ul.menu li.expand a,
ul.menu li.collapse ul li.collapse a {
	color: #612e27;
}

ul.menu li a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Template */

div#main {
}



@media screen and (min-width: 1024px) {
	.width {
		width: 1024px;
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.width {
		width: 924px;
		position: relative;
		margin: 0 auto;
	}
	
	#footerWrapper {
		width: 1024px;
	}
	
	#wrapper, #header, #content, #footerWrapper {
		width:924px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#content {
		width: 820px !important;
	}
	
	#content div#temp2_content_1 {
		width: 65% !important;
	}
	
	#content div#temp2_content_2 {
		width: 30% !important;
	}
	
	#content div#temp2_content_1 img {
		max-width: 100% !important;
	}
	
	#content div#temp2_content_2 img {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 700px) {
	.width {
		width: 680px;
		position: relative;
		margin: 0 auto;
	}
	
	#wrapper, #header, #content, #footerWrapper {
		width:680px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#content {
		width: 600px !important;
	}
	
	#content div#temp2_content_1 {
		width: 100% !important;
	}
	
	#content div#temp2_content_2 {
		width: 100% !important;
	}
	
	#content div#temp2_content_1 img {
		max-width: 100% !important;
	}
	
	#content div#temp2_content_2 img {
		max-width: 100% !important;
	}
}