@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/background.jpg);
	background-attachment: fixed;
}

#autos {
	height: 300px;
	width: 1000px;
	display: block;
	padding: 0;
	box-shadow: 0px 0px 0px #000000;
	position: absolute;
	top: 236px;
	left: 50%;
	margin-left: -500px;
}

#logo {
	width: 250px;
	height: 150px;
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	text-align: center;
}

#logotext {
	width:700px;
	height:95px;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-220px;
	text-align:left;
}

#nav1 {
	width:300px;
	height:40px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:200px;
}

#nav2 {
	background-color:#2D2D2D;
	width:1000px;
	height:25px;
	position:absolute;
	top:180px;
	left:50%;
	margin-left:-500px;
	border-top: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
}

#karte {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:226px;
}

#hidecontent {
	position:absolute;
	top:2px;
	left:2px;
}

#hidecontent:hover {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0,1;
	overflow: visible;
}

#c1 {
	background-color:#FFF;
	width:244px;
	height:244px;
	position:absolute;
	top:600px;
	left:50%;
	margin-left:-500px;
	background-image:url(content/karte.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#c1:hover, #c2:hover {
	background-color: #F00;
 	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0,1;
	overflow: visible;
}

#c2 {
	background-color:#FFF;
	width:244px;
	height:244px;
	position:absolute;
	top:600px;
	left:50%;
	margin-left:-248px;
	background-image:url(content/c2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#c3 {
	background-color: #FFF;
	width:496px;
	height:244px;
	position:absolute;
	top:600px;
	left:50%;
	margin-left:4px;
	background-image:url(content/rs2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#c4 {
	width:996px;
	padding-bottom:20px;
	position:absolute;
	top:220px;
	left:50%;
	margin-left:-500px;
	border-style: solid;
	border-width:2px;
	border-color:#CCC;
}

#c5 {
	width:994px;
	height:400px;
	position:absolute;
	top:310px;
	left:50%;
	margin-left:-500px;
	border-style: dashed;
	border-color:#CCC;
}

#c6 {
	width:994px;
	height:120px;
	position:absolute;
	top:400px;
	left:50%;
	margin-left:-500px;
	border-style: dashed;
	border-color:#CCC;
}

.zentriert {
	padding-top:18px;
}

.transparent {
	background-color:#000;
	opacity:0.8;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	position:absolute;
	width:1000px;
	height:100%;
	left:50%;
	margin-left:-500px;
}

/* Schriftarten */

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	color: #FFF;
	text-shadow: 3px 3px 5px #000000;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	color:#FFF;
	padding-top:180px;
	text-align:center;
	text-shadow: 2px 2px 1px #000000;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	color: #FFF;
	text-shadow: 3px 3px 5px #000000;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #FFF;
	margin-left:20px;
}

h5 {
	font-family: sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-left:10px;
	margin-right:10px;
}

h6 {
	font-family: sans-serif;
	font-size: 20px;
	color: #FFF;
	margin-left:300px;
}

h7 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #FFF;
	margin-left:15px;
}

/* Navigation */

ul#simple-navi {
  list-style-type: none;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 0 0;
  width: auto;
}
 
ul#simple-navi li {
  display: block;
  float:left;
  margin: 0 0 0 4px;
}
 
ul#simple-navi li a {
  display: block;
  padding: 5px 8px;
  color: #FFF;
  background-color: #333;
  text-decoration: none;
}

ul#simple-navi li.active a,
ul#simple-navi li a:hover {
  background-color: #fff;
  color: #F00;
}

ul#simple-navi2 {
  list-style-type: none;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 0;
  width: auto;
}
 
ul#simple-navi2 li {
  display: block;
  float:left;
  margin: 0 0 0 0;
}
 
ul#simple-navi2 li a {
  display: block;
  padding: 5px 8px;
  color: #FFF;
  background-color: #333;
  text-decoration: none;
}

ul#simple-navi2 li.active a,
ul#simple-navi2 li a:hover {
  background-color: #fff;
  color: #F00;
}
