/*CSS by Pochwerk 2012*/
/***********************************Kopf**********************************/
* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	
}

body {
	margin: 0;
	padding: 0;

	text-align: center;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: Century Gothic, sans-serif;
	font-size: 1.0em;
	letter-spacing: 0px;
	color: #333333;
	background: #333 url(../img/bg_body.jpg) repeat left top;
	background-attachment: fixed;
	
	/*background-attachment: fixed;	*/
}

body p {
	margin: 10px 0 10px 0;
	padding: 0;
}

#inhalt p  {
	margin: 20px 0 20px 0;
	padding: 0;
}

body h1, h2, h3 {
	margin: 0px;
	padding: 0 0 15px 0;
	
	font-weight: normal;
}

body h1 {
	/*font-family: 'Spinnaker', sans-serif;
	font-family: 'Raleway', sans-serif;*/
	font-size: 1.5em;
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase; 
	color: #77131a;
}

body h2 {
	/*font-family: 'Spinnaker', sans-serif;
	font-family: 'Raleway', sans-serif;*/
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

body h3 {
	text-align: left;
	padding: 0px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #555555;
}

#underbody {
	width: 100%;
	height: auto;
	min-height: 1250px;
	background: /*#f0f0ef*/transparent url(../img/bg_underbody.png) no-repeat 600px top ;
}

/*************************************************** Container 1 *******************************************************/

.container1 {
	position: relative;
	text-align: left;
	top: 30px;
	width: 980px;
	height: auto;
	
	margin: 0 auto;
	padding: 0;
	
	color: #444;
	letter-spacing: 0px;
	

	/*opacity: .80;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.
	Microsoft.Alpha(opacity=80)";*/
	background: #fff url(../img/logo.jpg) no-repeat left top;
	background-size: 100% auto;
	box-shadow: 10px -5px 15px #666;
}

#inhalt {
	height: auto;
	width: 94%;
	margin: 0;
	padding: 150px 3% 150px 3%;
}

#inhalt ul {
	margin: 0 0 0 20px;
	
	list-style-type: disc;
	color: #F30;
	font-weight: bold;
}

#inhalt li {
	padding: 0 0 10px 0;
}

#inhalt p  {
	margin: 22px 0 22px 0;
	padding: 0;
}

#inhalt h1  {
	margin: 0px 0 20px 0;
	padding: 0;
}

#inhalt h2  {
	margin: 0px 0 20px 0;
	padding: 0;
}

.container1 a:link {
	text-decoration: none;
	color: #77131a;
}
.container1 a:visited {
	text-decoration: none;
	color: #77131a;
}
.container1 a:hover {
	text-decoration: none;
	color: #77131a;
	border-bottom: 2px dotted #77131a;
}
.container1 a:active {
	text-decoration: none;
	color: #77131a;
}

/******************************************************************* FOOTER *************************************************************/

#footer {
	text-align: left;
	top: 0px; 
	width: 100%;
	height: auto;
	
	margin: 0 auto;
	padding: 20px 0 20px 0;
	
	color: #fff;
	background-color:#b3b4b0;
}

#footer a:link {
	color: #77131a;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	color: #77131a;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #77131a;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 2px dotted #77131a;
}

#footer a:active {
	color: #77131a;
	font-weight: normal;
}

#info3{
	position: relative;
	top: -300px;
	left: 62%;
	width: 310px;
	height: auto;
	min-height: 350px;
	margin: 0;
	padding: 40px 0 0 40px;
	
	color: #333;
	
	background: transparent url(../img/kreis.png) no-repeat left top;
}

#info4{
	width: 94%;
	height: auto;
	margin: -300px 0 0 0;
	padding: 0 3% 20px 3%;

}

#info4 h1 {
	display: inline;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #f0f0ef;
}


#oben{
	position: fixed; 
	bottom: -3px; 
	left: 49%; 
	z-index: 500;
}

#oben a:hover {
	border-bottom: none;
}

#oben a:active {
	outline: none;
}

/****************************** Sonstige Klassen ************************************/
.zitat {
	padding: 5px;
	font-style: italic;
	color: #fff;
	background-color: #9c8d70;
}
.hidden {
	padding: 0 0 0 33px;
	line-height: 30px;
	font-weight: bold;
	color: #46a3d1;
	cursor: pointer;
	
	background-image: url(../img/icon_link.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}
.hidden:hover {
	text-decoration: underline;
}

.letter {
	list-style-type: lower-alpha;
}

.absatz {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
	border-top: 1px solid #ddd;	
}

.siebenmeilenabsatz {
	height: 300px;
}

.vadre_retro {
	margin-bottom: 20px;
}

.clearfix {
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;
}

.white_space{
	letter-spacing: 3px;
}

.links {
	text-align: left;
	padding-left: 20px;
	line-height: 20px;
}

img {
border:none;
}

.hohezeile {
	line-height: 22px;
	font-size: 15px;
}

.klein_fettandred {
	font-size: 0.85em;
	font-weight: bold;
	color: #D33A1B;
}

.fettandred {
	font-weight: bold;
	color: #D33A1B;
}

.white {
	color: #ffffff;
}

.black {
	font-weight: bold;
	color: #333333;
}

.blue2 {
	color: #8ad1f0;
}

.grey {
	color: #7e7c67/*#bab8a3*/;
}

.red {
	color: #D33A1B;
}


.klein {
	font-size: 0.85em;
}

.klein_menu {
	font-size: 0.85em;
	line-height: 25px;
	letter-spacing: 3px;
}

.form_float {
	float: left;
	margin-right: 30px;
}

.form_absatz {
	border-left: 5px solid #e1decb;
	border-right: 5px solid #e1decb;
	
	margin: 0 8px 0 2px;
	padding: 10px 20px 5px 20px;
	
	background-color: #FFFFFF;
}

.form_style {
	background-color: #f0f0ef;
	width: 250px;
	height: 26px;
	color: #555;
	font-weight: bold;
	padding: 5px 0 0 5px;
	border: none;
	/*
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	box-shadow: 5px 5px 8px #777;*/
}

.form_style:hover {
	background-color: #f5f5f5;
}

.formstar {
	font-size: 1.2em;
	font-weight: bold;
	color: #77131a;
}
.formstar2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

.area_style {
	background-color: #f0f0ef;
	color: #404040;
	font-weight: bold;
	padding: 5px 0 0 5px;
	border: none;
	/*
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	box-shadow: 5px 5px 8px #777;*/
}


.sendebutton {
	width: 125px;
	height: 40px;
	background-color: #77131a;
	color: #f0f0ef;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
}
.sendebutton:hover {
	width: 125px;
	height: 40px;
	background-color: #f0f0ef;
	color: #77131a;
	font-weight: bold;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
}

.signatur {
	clear: both;
	text-align: right;

	margin: 50px 0px 20px 0;
	font-size: 11px;
	color: #efefef;
}

@media screen and (max-width:990px) {

.container1 {
	width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

#inhalt {
	height: auto;
	width: 94%;
	padding: 15% 3% 230px 3%;
}

img {
	max-width: 100%;
	height: auto;
}

}

@media screen and (max-width:940px) {
	#info3{
	position: relative;
	top: -280px;
	left: 55%;/**/
	width: 310px;
	height: auto;
	min-height: 350px;
	margin: 0;
	padding: 40px 0 0 40px;
	
	color: #333;
	
	background: transparent url(../img/kreis.png) no-repeat left top;
}
}

@media screen and (max-width:800px) {
	#info3{
	top: -260px;
	left: 50%;
}


}

@media screen and (max-width:720px) {
	#info3{
	left: 45%;
}

}

@media screen and (max-width:650px) {
	#info3{
	left: 40%;
}

#oben{
	position: fixed; 
	bottom: -3px; 
	left: 90%; 
	z-index: 500;
}

}

@media screen and (max-width:590px) {
	#info3{
	left: 30%;
}

}
