
html{

}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;

	padding: 30px 0 50px 0;
}


h1{
	font: normal normal bold 18px arial, sans-serif;
	color: #ffffff;
	background-image: linear-gradient(#BB0B07 0%, #D41C1A 50%, #610604 100%);
	background-image: -webkit-linear-gradient(#BB0B07 0%, #D41C1A 50%, #610604 100%); 
	background-image: -moz-linear-gradient(#BB0B07 0%, #D41C1A 50%, #610604 100%); 
	background-image: -o-linear-gradient(#BB0B07 0%, #D41C1A 50%, #610604 100%); 

	padding: 4px 8px;
	margin: 21px 0;
}
h1:first-child{
	margin-top: 12px;
}
h2{
	font: normal normal bold 16px arial, sans-serif;
	background-image: linear-gradient(#BEBEBE 0%, #C9C9C9 50%, #9A9A9A 100%);
	background-image: -webkit-linear-gradient(#BEBEBE 0%, #C9C9C9 50%, #9A9A9A 100%); 
	background-image: -moz-linear-gradient(#BEBEBE 0%, #C9C9C9 50%, #9A9A9A 100%); 
	background-image: -o-linear-gradient(#BEBEBE 0%, #C9C9C9 50%, #9A9A9A 100%); 
	margin: 30px 0 7px 0;
	padding: 3px 7px;
	color: #494949;
	
}
h3{
	margin-top: 9px;
	font: normal normal bold 16px arial, sans-serif;
	margin: 16px 0 7px 0;
	color: #404040;
}

h4{
	font: normal normal normal 24px arial, sans-serif;
	color: #101010;
	margin: 10px 0 10px 0;
}

h5{
	font: normal normal normal 20px arial, sans-serif;
	color: #101010;
	margin: 10px 0 10px 0;
}

h6{
	font: normal normal normal 16px arial, sans-serif;
	color: #101010;
	margin: 10px 0 10px 0;
}

hr{
	display: block;
	width: 100%;
	height: 1px;
	background: 0;
	border: 0;
	border-top: 1px dotted #b7101c;
	margin: 0 0 16px 0;
	padding: 0;
}
p,
ul,
ol,
table{
	margin: 0 0 16px 0;
}
a,
a:visited{
	color: #c81a1b;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
td{
	vertical-align: top;
	text-align: left;
	padding: 6px 12px 6px 2px; /* top, right, bottom, left */
}
.clear{
	display: block;
	width: 100%;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
}
.website{
	width: 980px;
	margin: 0 auto;
	/*overflow: hidden;*/
	background-repeat: repeat-y;
	background-position: 0 0;
}
.header{
	width: 100%;
	height: 210px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: 186px 6px;
}

.logo {
   position:absolute;
  top: -30px;

}

.outerwrapper{
	width: 100%;
	background-repeat: no-repeat;

}
.innerwrapper{
	clear:left;
	width: 100%;
	position:relative;
	left: 30px;
	overflow: hidden;
	min-height: 710px;
	color: #bcbcbc;
}

.content{
	left: 50px;
	width: 700px;
	float:left;
	display: inline;
	position: relative;
	color:#494949; 

}

.smallBoxRight {
  width: 200px;
  float: left;
}


.smallBoxLeft {
  width: 200px;
  float: right
}

.floatRight {

  float: right;
  margin-left:10px;
}

.floatLeft {

  float: left;
  margin-right: 10px;
}

.team {
  clear: both;
}

.galerie {
  clear: both;
}

.txt-img {
  clear: both;
}


.footer{
	width: 980px;
	height: 26px;
	background-repeat: no-repeat;
}

.impressum_unten{
	width: 980px;
	height: 30px;
	margin: 5px auto;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: 0 0;
}

.impressum_text_unten{
  margin: 5px 50px 0px;
  color: #bcbcbc;
}

