@charset "ISO-8859-1";


/* Schriften laden */

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


body {
	background-color: #BEBEBE;
	margin: 0px;
}


#wrapper {
	/* [disabled]position:relative; */
	width: 800px;
	margin: 10px auto;
	padding: 5px 0px 0px 0px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75);
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
	border: 1px solid rgba(0,0,0,0.5);
	/* [disabled]border-radius: 0px 0px 4px 4px; */
	}
#wrapper {
}
	
address {
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
	font-size: 1.1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background-color: rgba(25,11,11,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(133,133,133,1.00) 0%,rgba(7,7,7,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(133,133,133,1.00) 0%,rgba(7,7,7,1.00) 100%);
	height: 25px;
	width: 800px;
	padding: 5px 0 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	border-bottom: 2px solid #8B2024;
}
	

#infoline {
	background-color:rgba(190,190,190,1.00);
	width: 800px;
	}

#wrapper #infoline p {
	margin: 10px 0;
	text-align: center;
	font-weight: 300;
	font-size: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-family: 'Roboto Condensed', sans-serif;
}

#content {
	width: 800px;
	position:relative;
	background-color: #FFF;
	border-top: 4px solid rgba(7,7,7,1.00);
}

#imprint {
	background-color: #BEBEBE;
	border-top: 2px solid #070707;}#imprint p {
	color: #070707;
}

#navibereich ul li #Nav_x_ {
	color: #000;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.40);
	background-color: rgba(139,32,36,1.00);
	/* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 16.30%,rgba(139,32,36,1.00) 100%); */
	/* [disabled]background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 16.30%,rgba(139,32,36,1.00) 100%); */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 4px;
	padding-top: 3px;
	border-bottom: 1px solid rgba(139,32,36,1.00);
}

.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.bildrechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.bildbox_re {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.bildbox_li {
	float: left;
	width: 290px;
	margin: 0px;
	/* [disabled]background-color:rgba(0,0,0,0.15); */
	}

	
	.midrow {
	float: left;
	width: 250px;
	clear: left;
}

  .clearing { clear: both; } 
  
  .clear-and-hide {
    clear: both; 
    width: 0; 
    height: 0; 
    font-size: 0; 
    line-height: 0; 
  }
  
  .innerbox_250_10_5{
	  width: 250px;
	  margin: 10px;
	  padding: 5px;
	  }
.sidebar_re {
	float: right;
}
.sidebar_li {
	float: left;
	padding: 0px 5px 0px 15px;
	width: 25%;
	/* [disabled]background-color: rgba(216,187,179,1.00); */
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sidebar_re img {
	padding: 0;
	margin: 0;
}

.floatAufraeumen {clear:both;}
.clear-and-hide {
	clear:both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;}
