﻿/* CSS Document für Screendesign*/
/*Erstellt am 26.5.2008 für Citytaxi Bregenz */
/*FECHTIG Design-service */

*
{
margin:0;
padding:0;
}

body
{
color:#333333;
background-color:#666633;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:140%;
}
p{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:140%;
}

a img{
border: 0 none;
}

address{
font-size:12px;
font-style:normal;
line-height:140%;
}

a.fliestext
{
font-size:14px;
font-weight:bold;
}

a.fliestext:link {
color:#660033;
text-decoration:none;
font-style:oblique;
}
a.fliestext:visited {
color:#660033;
text-decoration:none;
font-style:oblique;
}
a.fliestext:hover {
color:#660033;
text-decoration:underline;
font-style:oblique;
}
a.fliestext:focus{
color:#660033;
text-decoration:none;
font-style:oblique;
}
#wrapper
{
	position:absolute;
	left:20px;
	top:15px;
	width:960px;
	background-image:url(../grafikSTD/HGcontainbox.jpg);
	background-repeat: repeat-y;
}

#header
{
position:relative;
height:135px;
background-image:url(../grafikSTD/HGhaedleiste.jpg);
background-repeat:repeat-y;
}

#header h1
{
position:absolute;
left:-1200px;
}

#headernavi
{
	list-style-type:none;
	color:#FFFFFF;
	position:relative;
	left:330px;
	top:75px;
}
#headernavi a
{
	font-size: 12px;
	color: #FFFFFF;
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#headernavi a:link
{
text-decoration:none;
}
#headernavi a:visited
{
text-decoration:none;
color:#FFFFFF;
}
#headernavi a:hover
{
	text-decoration:underline;
	color:#FFEF02;
}

#navigation
{
width:340px;
height:507px;
float:left;
background-image:url(../grafikSTD/HGnavigation.jpg);
background-repeat:repeat-x;
}
#navigation ul
{
	color: #FFFFCC;
	margin-top: 230px;
	margin-left: 200px;
	list-style-type: none;
}


.bildleiste
{
	margin-top:30px;
	width: 175px;
	float:right;
}

#themenbox {
	float:right;
	width:500px;
	padding-top:50px;
	margin-right:50px;
	}
	
#themenbox h1 {
font-size:18px;
line-height:130%;
}	
	
#themenbox h2 {
font-size:16px;
line-height:130%;
}	
#themenbox h3 {
font-size:14px;
line-height:130%;
}		
	
#themenbox img {
display:block;
}	
	
	
	
	
#inhaltbox
{
	float:right;
	width:550px;
	padding-top:50px;
}

#inhaltbox h1 {

}
#inhaltbox h2 {

}
#inhaltbox h3 {
font-size:14px;
width:350px;
font-weight:bold;
}

/*------------------------Formular-----------------------*/
#anfrage
{
	float:right;
	width:550px;
	padding-top:50px;
}
#anfrage h1 {
font-size:16px;
margin-bottom:20px;
}

form {
width:500px;
margin-bottom:15px;
}
label {
	float:left;
	width:130px;
	font-size:12px;
	text-align:right;
	padding-right:6px;
}
input, textarea {
	width:300px;
	font-size:12px;
	padding-left:5px;
}
.formularzeile
{
	width:450px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767561;
	background-color: #C9C9B6;
}
.codezeile {
	width:490px;
	font-size:12px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ABAA8C;
	border-bottom-color: #ABAA8C;
}
.codezeile input {
	width:150px;
	margin-bottom:15px;
}
.codezeile p {
margin-bottom:12px;
}

legend {
margin-bottom:20px;
}


/*---------------------------Ende Formular-----------------------*/
#homebox
{
	float:left;
	width:330px;
	padding-top:50px;
}
#homebox h1{
	font-size:20px;
	margin-bottom:20px;
	color:#2905D9;
	line-height: 125%;
}

#homebox h2{
	font-size:14px;
	line-height:140%;
	margin-bottom:15px;
}

#homebox p {
}
#homebilder {
	width:175px;
	float:left;
	margin-left:10px;
	margin-top: 450px;
}
#homebilder img
{
	display:block;
	margin-bottom:20px;
}

#impressum
{
	float:right;
	width:550px;
	padding-top:50px;
}
#impressum h1{
font-size:16px;
margin-bottom:20px;
}
#impressum h2{
font-size:14px;
margin-bottom:15px;
}


#fuhrpark
{
	float:right;
	width:450px;
	padding-top:50px;
	padding-right: 80px;
}

#fuhrpark h1
{
font-size:16px;
margin-bottom:20px;
}

.autotabelle
{
	border: 1px solid #747461;
	margin-bottom:18px;
}

.autotabelle th
{
font-size:12px;
	color:#FFFFCC;
	background-color:#747461;
	border:1px solid #747461;
}
.autotabelle td
{
	font-size:12px;
	line-height:140%;
	border:1px solid #747461;
	
}

.autospalte1
{
width:80px;
padding-left:7px;
padding-right:7px;
/*padding-top:3px;
padding-bottom:3px;*/
}
.fuellspalte
{
	width:100%;
	padding-left:7px;
	padding-right:7px;
	/*padding-top:3px;
	padding-bottom:3px;*/
}

#leistungen
{
	float:right;
	width:450px;
	padding-top:50px;
	padding-right: 80px;
}

#leistungen h1
{
font-size:16px;
margin-bottom:20px;
}

#leistungen h2
{
font-size:14px;
margin-top:15px;
margin-bottom:8px;
}

#leistungen p
{
font-size:12px;
line-height:140%;
}

#tarife
{
	float:right;
	width:500px;
	padding-top:50px;
	z-index: 8;
	position: relative;
	margin-right: 50px;
}

#tarife h1
{
font-size:16px;
margin-bottom:20px;
}
#tarife h2
{
font-size:14px;
margin-top:15px;
margin-bottom:10px;
}
#tarife p
{
font-size:12px;
line-height:140%;
}
.tariftabelle
{
	margin-top:30px;
	margin-right:10px;
	font-size:14px;
	border: 1px solid #747461;
	width: 270px;
	float:left;
}

.tariftabelle td
{
	padding-left:8px;
	padding-bottom:3px;
	padding-top:3px;
	font-size:12px;
	border:1px solid #747461;
}
.tariftabelle th
{

	font-size:12px;
	color:#FFFFCC;
	background-color:#747461;
	border:1px solid #747461;
}

.fahrziel
{
	width:190px;
}

.tarifangabe
{
	width:50px;
	text-align:right;
	padding-right:8px;
}


#fussleiste
{
	clear:both;
	height:20px;
	color:#FFFFCC;
	background-color:#747461;
	font-size:10px;
	text-align:center;
	line-height:20px;
}

#headernavi li
{


}

.FLlinks
{
	float:left;
}

#navigation a
{
	color: #FFFFCC;
	font-size: 12px;
	line-height:12px;
	display:block;
	height:16px;
	width:90px;
	text-decoration:none;
	padding-left:10px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #747461;
	border-left-color: #747461;
}

#navigation a:link
{
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #747461;
	border-left-color: #747461;

}
#navigation a:visited
{
border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #747461;
	border-left-color: #747461;

}
#navigation a:hover
{
	border-left-color:#FFFFCC;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFCC;
}

.aktivnavi
{
	color: #FFFFCC;
	font-size: 12px;
	line-height:12px;
	height:16px;
	width:90px;
	padding-left:10px;
	border-bottom-width:1px;
	border-left-width:4px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-bottom-color:#FFFFCC;
	border-left-color:#FFFFCC;
}
#navigation li
{
	padding-top: 8px;

}
.fett12
{
font-weight:bold;
}
.endeFL
{
clear:both;
}
.textspalte
{
position:relative;
}
