@charset "utf-8";
	
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
}

body {
	background-image: url(../Bilder/background_2.jpg);	/*background-color: #CCCCCC;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: rgba(155,155,155,1);
	text-align: left;
	}	
	
img {
	max-width: 100%;
	height: auto;
}

table {
	border: none;
	text-align: left;
	padding-top: 0px;
}

td {
	border: none;
	height: 40px;
	padding-left: 0px;
	
}

#containerindex {
	display: none;
}

#container {
	max-width: 1240px;
	height: 900px;
	padding: auto;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	background-color: rgba(255,255,255,1);
	display: block;
	-webkit-box-shadow: 0px 0px 4px 0;
	box-shadow: 0px 0px 4px 0;;
}

#containerds {
	max-width: 1240px;
	height: 1150px;
	padding: auto;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	background-color: rgba(255,255,255,1);
	display: block;
	-webkit-box-shadow: 0px 0px 4px 0;
	box-shadow: 0px 0px 4px 0;
}
	
#inhalt{
	width: 95%;
	margin: auto;
	height: 95%;
	display: block;
	}
	
#header {
	height: 200px;
	width: 100%;
	padding-top: 25px;
	display:table;
		
	}
	
#headerlinks {
	display: table-cell;
	width: 25%;
	height: 200px;
	float: left;		
	}
	
#headerrechts {
	display: table-cell;
	width: 75%;
	height: 150px;
	float: left;
	padding-top: 60px;
	padding-left: 17px;
	}
	
#nav {
	width: 75%;
	height: 50px;
	float: left;
	}

#sliderlp {
	display: block;
	background-image: url(../Bilder/rope-1149730_350px_Abbinder.jpg);
	height: 350px;
	background-color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

#slider {
	display: block;
	background-image: url(../Bilder/rope-1149730_Auszug.jpg);
	height: 100px;
	background-color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}


	
.trenner{
	height: 5px;
	background-color: #919191;
	}	
	
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: rgba(155,155,155,1);
	
	}
	
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: rgba(0,79,159,1);
	font-style: italic;
	text-align: left;
	}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: rgba(0,79,159,1);
	font-style: italic;
	text-align: left;
	}	

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: rgba(0,79,159,1);
	/* [disabled]font-style: italic; */
	text-align: left;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: rgba(155,155,155,1);
	font-style: italic;
	text-align: left;
	}	
.ds {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: rgba(155,155,155,1);
	font-style: italic;
	text-align: left;
	}
.dsue {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: rgba(0,79,159,1);
	text-align: left;
	}

h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: rgba(155,155,155,1);
	text-align: left;
	font-style: normal;
	}	

h7 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: rgba(155,155,155,1);
	font-style: italic;
	text-align: left;
	}

h8 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: rgba(0,79,159,1);
	text-align: left;
}

.inhalt2{
	width: 100%;	
	padding-top:35px;
	padding-bottom: 70px;
	padding-left: 40px;
	height: 100px;
	display: table-cell;
	/*background-color: #FFFF0F;*/
	}

.inhalt2lp{
	width: 100%;	
	padding-top:70px;
	padding-bottom: 70px;
	padding-left: 40px;
	height: 100px;
	display: table-cell;
	/*background-color: #FFFF0F;*/
	}
	
nav ul {
	list-style-type: none;
}

nav ul li a {
	float: left;
	width: 20%;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	padding-top: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


nav ul li a:hover {
	color: rgba(0,79,159,1);
}

nav ul li a:active {
	color: rgba(0,79,159,1);
}

	
a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(155,155,155,1);
	text-decoration: none;
}

li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:170px;
  text-align:center;
  text-decoration:none;

}

.topmenu ul{
  display:none;
}

.submenu a{
  padding-top:10px;
  text-decoration:none;
  background-color:#FFF;
  margin:0;
  opacity: 0.9;
}

.submenu a{  /*Hintegrundfarbe für Ausklappmenü*/
  font-size:14px;
  width:170px;
  height: 40px;
  position:relative;
  background-color:#FFFFFF;
  clear:both; /* special IE6 */
}

#nav a:hover, .topmenu.on a {
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

#fuss {
	display: block;
	max-width: 1240;	
}
	

	
.fussinhalt {
	display: table;
	text-align: center;
	color: rgba(182,182,182,1.00);
	padding-top: 8px;
	margin: auto;
}	
	
a.fuss {
	font-size: 12px;
	color: rgba(140,140,140,1.00);
}

.inhalt2 h5 a {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 17px;
	color: rgba(0,79,159,1);
}
