@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	position:relative;
    margin:0 auto;
    width:1100px;
    padding:10px;
}

div#top{
  height: 25px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

div#top a{
	color:#333333;
	text-decoration:none;
}

div#inhalt{
  color:#333333;
  width: 75%;
  margin: 15px;
  height: 542px;
  overflow: auto;
  text-align:justify;
  padding-left:65px;
  font-size:14px;
  line-height:20px;
  }
  
div#inhalt ul{
	list-style-type: square;
}

div#inhalt a{
  color: #993333;
  text-decoration:none;
}

div#inhalt a:hover{
  text-decoration:underline;
}

div#nonavi{
  color:#333333;
  width: 75%;
  margin: 15px 260px;
  height: 542px;
  overflow: auto;
  text-align:justify;
  font-size:14px;
  line-height:20px;
  }
  
div#nonavi ul{
  list-style-type: square;
}

div#nonavi li{
	line-height: 35px;
}
  
div#nonavi a{
  color: #993333;
  text-decoration:none;
}

div#nonavi a:hover{
  text-decoration:underline;
}

div#navi {
  float: left;
  width: 10%;
  padding-left:5px;
  height: 300px;
  margin-top:10px;
  font-size:14px;
  margin-right: 78px;
}

div#rechts {
	float: right;
	width: 220px;
	height: 500px;

}

div#bottom {
  margin-top:15px;
  text-align: right;
  text-decoration: none;
  font-size:14px;  
}

div#bottom a{
  color: #525252;
  text-decoration:none;
  padding:10px 20px;
}

div#bottom a:hover{
  background: #FFFFFF;
  text-decoration:underline;
  padding:10px 20px;
}

div#images{
  position:relative;
  float: left;
  width: 798px;
  height: 530px;
  margin: 25px 0px;
  margin-bottom: 20px;
  border-style:solid;
  border-width: 1px;
  border-color: #993333;
  z-index: 1;
  }

.images1{
  width: 798px;
  height: 530px;
}

div#formular {
  float: right;
  position: relative;
  width: 20%;
  margin: 23px 0px;
  height: 530px;
  font-size: 14px;
  background-color:#0c0036;
  color:#FFFFFF;
  text-align: center;
  line-height: 45px;
  box-shadow:5px 5px 10px rgba(0,0,0,0.5)
 }
 
div#anfrage {
  width: 25%;
  margin: 15px 378px;
  height: 542px;
  font-size: 14px;
  background-color:#0c0036;
  color:#FFFFFF;
  text-align: center;
  line-height: 45px;
  box-shadow:5px 5px 10px rgba(0,0,0,0.5)
 }
 
div#box1 {
  float: right;
  position: relative;
  width: 20%;
  margin: 25px 0px 0px;
  height: 180px;
  font-size: 14px;
  background-color:#0c0036;
  color:#FFFFFF;
  text-align: center;
  box-shadow:5px 5px 10px rgba(0,0,0,0.5);
  transition:padding 0.2s;
  -webkit-transition:padding 0.2s
}

div#box1 a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0;
}

div#box1:hover {
	padding-left:12px;
	padding-right:8px
}

 
div#box2 {
  float: right;
  position: relative;
  width: 20%;
  margin: 25px 0px 18px;
  height: 310px;
  font-size: 14px;
  background-color:#993333;
  color:#FFFFFF;
  text-align: center;
  box-shadow:5px 5px 10px rgba(0,0,0,0.5);
  transition:padding 0.2s;
  -webkit-transition:padding 0.2s
 }
 
div#box2 a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0;
}

div#box2:hover {
	padding-left:12px;
	padding-right:8px
}

div#box2 ul{
	padding-right:25px;
	list-style-type: square;
	text-align: left;
}

div#box2 br{
	margin-bottom:-5px;
}

.linie1{
	border: none; 
	margin-bottom: 45px;
}

.linie2{
	border: none;
	margin-top: 50px;
}

.linie3{
	border: none;
	margin-top: 55px;
}

#submit {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #0c0036;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border:none;
}



#submit:hover {
    border: none;
    color:#FFF;
    background:#0C0036;
    box-shadow: 0px 0px 1px #777;
    
}

.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; 
    bottom: 0; 
    width: 768px; 
    z-index: 600;
    background: black; 
    color: white; 
    padding: 15px; 
    opacity: .5;
}

.cycle-caption { 
	position: absolute; 
	color: white; 
	bottom: 15px; 
	right: 15px; 
	z-index: 700; 
}

.lang {
	position: absolute;
	top: 40px;
	right: 10px;
}
