﻿/* SBT CSS layout */

/* gesamt Body */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}
/* Trägerramen zentriert */
#gesamt {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#hintergrundbild {
	position: absolute;
	top: 0;
	margin: 0 0 0 380px;
	width: 490px;
	height: 560px;
	z-index: 1;
}

/* titel Banner */
#banner {
	position: absolute;
	top: 5em;
	margin-left: 0.5em;
	margin-top: 1em;
	width: 626px;
	height: 70px;
	background: url('../image/image fahrtechnik/fahrtechnik-Banner.jpg');
	z-index:30;
}

/* titel Banner Text */
#bannertext1 {
	position:absolute;
	width: 500px;
	height: 50px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	color: #e84800;
	padding-left:2em;
	padding-top: 0.25em;
	z-index: 31;
}

/* subtitel Banner Text */
#bannertext2 {
	position: absolute;
	width: auto;
	height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 1em;
	padding-top: 1em;
	margin-top: 1.5em;
	margin-left: 11em;
	z-index: 32;
}

/* inhalt */
#inhalt {
	position: absolute;
	top: 0;
	margin: 0 0 0 0px;
	width: 800px;
	height: 1326px;
	z-index: 20;
}
/* top Nav */
#nav1 {
	position: absolute;
	top: 0;
	margin-left: 2em;
	margin-top: 1.2em;
	width: 50em;
	height: 1.5em;
	font-size:0.65em;
	font-weight: bold;
	z-index: 50;
}

ul {
   list-style-type: none;
   display: inline;
}
li {
   display: inline;
   padding: 3px 14px;
   border-left: 1px solid #666;
}
a:link { color: #666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none;}
a:focus { color: #66FF99; text-decoration: none;}
a:hover { color: #e84800; text-decoration: none;}
a:active { color: #e84800; text-decoration: none;}

/* Haupt Nav */
#nav2bild {
	position: absolute;
	top: 2.5em;
	margin-left:4em;
	width: 864px;
	height: auto;
	z-index: 40;
}

/* bottom Nav */
#nav3 {
	position:absolute;
	top:55em;
	margin:0 0 0 470px;
	width: auto;
	height:1.5em;
	font-size:0.65em;
	font-weight:bold;
	z-index:60;
}

/*FTK Beschreibung */
#ftk {
	position: absolute;
	top: 8em;
	margin-left:5em;
	font-size:0.8em;
	width:32em;
	height:auto;
	color:#666;
	z-index:25;
	
}
.p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}

/*Buchen - Foto Link */


#navre{
	position:absolute;
	top:45em;
	left:-4em;
	width:auto;
	height:auto;
	font-size:0.65em;
	font-weight: bold;

}

ul.re {
	list-style-type: none;
	display:block;
}

li.re {
	display:block;
}
