﻿* { padding: 0px; margin: 0px; border: 0px;}
img {

	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.img_fahrt {

padding-top:10px; 
padding-bottom:10px; 
border-top-right-radius:30px; 
border-bottom-left-radius:30px;

}

body {
  background-image:url('images/hintergrund.png');
  background-repeat: repeat-y;
  background-color:#940101;
  color: #000;
  text-decoration: none;
  font-family: 'Sans', sans-serif;
  font-size: 14px;
  
  
}

a {
  font-family:sans-serif;
  border: 0px;
  padding: 0px; 
  margin: 0px;
  text-decoration: none;
  outline: none;
    
}

ul {
padding-left:20px;
}

li {
list-style-image:url('images/list.png');
}

a:link { color: navy;}
a:visited { color: navy;}
a:hover { color: red;}
a:focus { color: red; }
a:active { color: red; }


h1  {
  text-decoration: none;
  color: navy;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding-top:0px;
  padding-bottom:10px;
  margin:0px;
}


h2  {
  text-decoration: none;
  color: maroon;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;

}

h3  {
  text-decoration: none;
  color:navy;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;

}

#facebook {
	
	height:300px;
	margin-top:80px;
	float:right;
}
#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 1012px;
	height: 355px;
	margin: 20px auto 0px auto;
}

#navi {
	color: navy;
	font-family: franklin gothic, arial, sans-serif;
	font-size:12px;
	width:400px;
	height:80px;
	padding-top:260px;
	padding-left:250px;
	

	}

#wrapper {
	background-image:url('images/content_hint.jpg');
	background-repeat:repeat-y;
	width:1012px;
	margin: 0px auto 0px auto;
}


#content {
	
	width:700px;
	min-height:500px;
	padding-top: 30px;
	padding-right:60px;
	padding-bottom:30px;
	padding-left:30px;
	border-left:1px white dotted;
	float:left;
}

#contentleft {
	width:194px;
	min-height:500px;
	font-size:12px;
	line-height:25px;
	padding-top: 6px;
	padding-right:0px;
	padding-bottom:30px;
	padding-left:20px;
	float:left;
}



#footer {
	background-image: url('images/footer.jpg');
	color:white;
	font-size:14px;
	width:762px;
	height:141px;
	padding-top:20px;
	padding-left:250px;

	}
.fahrtennummer {
	
	width:30px; 
	height:30px; 
 	color:#fff; 
	font-size:30px;
	font-weight:600;
	font-family:sans-serif;
	border-top-right-radius:10px; 
	border-bottom-left-radius:10px; 
	padding:8px;
	margin-right:20px;
	float:left;
	}
	.navfarbe {
	
	width:8px; 
	height:20px; 
	margin-right:5px;
	float:left;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	}


/* ============ Das Kontaktformular */


#formular {

  margin: 20px 0px 0px 0px; 
  width: 300px;
  
}

#adresse {  
  width: 300px;

  float:left;
 
}

#reiseangaben {
  font-size:12px;
  line-height:1.5em;
  width: 270px;
  padding-left: 50px;
  border-left: dotted 1px #005AAD;
  float: left;
}

#projekttext {  
  width: 300px;
  margin-top: 52px;
  float:right;
  
}

form {
  color: #666666;
  width: 750px;
  

}

label {
  display: block;
  cursor: pointer;
}
input#absender, textarea, #name, #firma, #anschrift, #tel, #ziel, #metrage, #personenzahl, #beschreibung{
  width: 250px;
  border: 1px solid #666666;
  
}



input#absender:focus, #name:focus, #firma:focus, #anschrift:focus, #tel:focus, #ziel:focus, #metrage:focus, #personenzahl:focus, #beschreibung:focus,
textarea:focus {
  background-color:#F0F0F0;
  color:#666666;
  
}

.button {
  background: #dddddd;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 11px;
  border: 1px solid #666666;
  cursor: pointer;
  padding: 2px 5px 2px 5px;
}


/* ====================== */

select, option, textarea, input
{
font-size: 11px;
font-family: Geneva,Verdana,Arial;
color: #2e444d;
background-color: #ffffff;
border:1px solid silver;

}
/* ====== FAHRTANMELDUNG ================ */

#fahrtanmeldung {
	width: 650px;
	color:white;
}
.buttonanmeldung {
  background: #dddddd;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 11px;
  border: 1px solid #666666;
  cursor: pointer;
  padding: 2px 5px 2px 5px;
}



/* ====== GALERIE ================ */
/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 5px solid #ff0000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #ff0000;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #ff0000;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}
