﻿/*******************************************************************************
 Basic Styles
*******************************************************************************/
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 62.5%;
	background-color: transparent;
	color: #000;
	margin: 0px;
    padding: 0px;
    height: 100%;
    min-height: 100%;
}

body {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 62.5%;
	background-color: transparent;
	color: #000;
	height: 100%;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    cursor: crosshair; 
    /* background-image: url(images/body_back.png); */
	background-repeat: repeat-x;
	background-position: left top;
}

/* IE Hack */
* html html, body {
	background-color: #F2F3ED;
}
/* Opera Hack */
@media screen{ 
	html * body body { 
		background-color: #F2F3ED; 
    }
}

p, li, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 10pt;
}
/*******************************************************************************
 Basic Container
*******************************************************************************/
/* Wrapper, div */
#wrapper {
    width: 721px;
    min-height: 100%;
    margin: auto auto;
    padding: 0px;
    position: relative;
    background-image: url(images/content.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/* IE Hack */
* html #wrapper {
	height: 100%;
}

/* Header, div */
#header {
    position:absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 721px;
    height: 175px;
    background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Navigation, div */
#topmenue {
    position: absolute;
    float: left;
    left: 310px;
    top: 120px;
    width: 400px;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

/* Content, div */
#content {
    position: relative;
    float: left;
    left: 50px;
    top: 0px;
    width: 621px;
    margin: 180px 0px 0px 0px;
    padding: 0px 0px 120px 0px;
    text-align: justify;
}

/* Footer, div */
#footer {
    position: absolute;
    float: left;
    left: 0px;
    bottom: 0px;
    width: 721px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*******************************************************************************
 Inhalt - h, p, hr, img
*******************************************************************************/
/* Header Claim */
.claim {
    position: absolute;
    float: left;
    left: 308px;
    top: 50px;
    font: lighter 14pt verdana, arial, helvetica, sans-serif;
    color: #0f0f0f;
    font-weight: bold;
    text-align: center;
}

.claim small {
	font-size: 10pt;
}

li {
text-align: left;
}
/* Textboxen , divs */
.textbild_1 {
    float: right;
    margin: -80px 0px 0px 0px;
}

.textbox_1 {
    position: relative;
    float: left;
    width: 350px; 
    margin: 0px 0px 0px 0px;
}

.textbox_2 {
    position: relative;
    float: left;
    width: 350px;
    padding: 20px 0px 0px 135px;
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

.textbox_2 ul {
	list-style-type: square;
    list-style-position: inside;
}

.textbild_2 {
    float: left;
    margin: 0px 10px 0px 0px;
    border: 2px solid #ffcc00;
}

.textbild_3 {
    margin: 0px 0px 0px 0px;
    border: 2px solid #ffcc00;
}

html:first-child>b\ody .textbild_2 {
	border: 0px solid #ffcc00;
}

html:first-child>b\ody .textbild_3 {
	border: 0px solid #ffcc00;
}

.textbox_3 {
    position: relative;
    float: left;
    width: 650px;
    margin: 20px 0px 0px 0px;
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

.textbox_3 ul {
	list-style-type: square;
    list-style-position: inside;
}

.textbox_4 {
    position: relative;
    float: right;
    width: 520px;
    margin: 30px 0px 0px 0px;
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

.textbox_4 ul {
	list-style-type: square;
    list-style-position: inside;
}

.textbox_5 {
    position: relative;
    float: left;
    width: 350px;
    margin: 10px 0px 0px 0px;
}

.textbox_6 {
    position: relative;
    float: right;
    width: 350px;
    margin: 10px 0px 0px 0px;
}

.textbox_7 {
    position: relative;
    float: left;
    width: 350px;
    margin: 10px 0px 0px 0px;
}

.textbox_8 {
    position: relative;
    float: right;
    width: 350px;
    margin: 10px 0px 0px 0px;
}

.textbox_9 {
    position: relative;
    float: left;
    width: 350px;
    padding: 20px 0px 0px 0px;
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

.textbox_9 ul {
	list-style-type: square;
    list-style-position: inside;
}

.textbox_10 {
    position: relative;
    float: left;
    width: 400px;
    padding: 20px 0px 0px 110px;
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

.textbox_10 ul {
	list-style-type: square;
    list-style-position: inside;
}

.treff {
    color: #ff0000;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: 20px 0px 0px 100px;
    border: 2px solid #ffcc00;
    width: 410px;
    height: 125px;
}

.hinweis {
	float: left;
	width: 200px;
    margin: 10px 10px 0px 10px;
}

.hinweispics {
	border: 2px solid #ffcc00;
}

.service_pics {
	float: left;
    margin: 0px 0px 0px 0px;
}

.fahrerprofil {
	float: left;
    margin: 0px 0px 0px 0px;
    width: 400px;
}

.taxifahrer {
	float: left;
    margin: 20px 0px 0px 14px;
    width: 200px;
}

.fahrzeugausstattung {
    position: relative;
    float: right;
    width: 200px;
    margin: 0px 0px 0px 0px;
}

.aktion {
    position: relative;
    float: left;
    width: 621px;
    margin: -90px 0px 0px 0px;
}

.aktion h1 {
	color: #ff0000;
    font: normal 20pt/30pt verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    
}

.aktion .angebot_left {
	float: left;
    position: relative;
    top: 20px;
	color: #ff0000;
    font: normal 10pt/14pt verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}

.aktion .angebot_right {
	float: right;
    position: relative;
    top: 20px;
	color: #646464;
    font: normal 10pt/14pt verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
}

.aktion p {
	font: normal 8pt/10pt verdana, arial, helvetica, sans-serif;
	margin: 5px 0px 0px 90px;
}

#content .banner {
    position: relative;
    float: left;
    width: 440px;
    height: 260px;
    left: 180px;
    background-image: url(images/banner_weiss.jpg);
    background-repeat: repeat-x;
    background-position: 0px 10px;
}

#content .banner .text {
    position: relative;
    float: left;
    color: #646464;
    margin: 90px 0px 0px 30px;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

#content .banner a:link, a:visited, a:active {
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

#content .banner a:hover {
    color: #ff0000;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

/* Kontakt, div */
.kontakt_box {
    position: relative;
    float: left;
    width: 350px;
    padding: 20px 0px 0px 55px;
    color: #646464;
    font: normal 8pt/12pt verdana, arial, helvetica, sans-serif;
}

/* Preistabelle, table, td */
.preistabelle {
	color: #646464;
    font: normal 10pt/14pt verdana, arial, helvetica, sans-serif;
    border: 1px solid #e8e8e8;
    text-align: left;
    width: 430px;
    margin: 10px 0px 0px 91px;
    padding: 0px;
}

.preistabelle .table_header {
	color: #000;
    font: normal 10pt/14pt verdana, arial, helvetica, sans-serif;
    background-color: #e8e8e8;
    background-image: url(images/topmenue_n.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.preistabelle td {
	padding: 2px 2px 2px 5px;
    border: 1px solid #bfbfbf;
}

.preistabelle tr:hover {
	color: #ff0000;
}

.preistabelle td.second {
	background-color: #FFEA95;
	border: 1px solid #9f9f9f;
}

/* Headlines, h1 */
#content .headline {
	color: #000;
	letter-spacing: 2px;
	padding: 0px;
	text-align: left;
	font: lighter 10pt/20pt verdana, arial, helvetica, sans-serif;
    font-style: italic;
}

/* Subheadlines, h2 */
#content .subheadline {
	color: #646464;
	letter-spacing: 2px;
	padding: 0px;
	text-align: left;
	font: lighter 12pt/20pt verdana, arial, helvetica, sans-serif;
}

/* Text, p */
#content .fliesstext {
	font: normal 9pt verdana, arial, helvetica, sans-serif;
	color: #0f0f0f;
    background-color: transparent;
	padding: 0px;
	text-align: justify;
    line-height: 120%; 
    margin: 0px 0px 10px 0px;
}

/* Erster Buchstabe im Text */
#content .fliesstext:first-letter {
	color: #000;
    background-color: transparent;
	margin-left: 0px;
	margin-right: 1px;
	font: 12pt verdana, arial, helvetica, sans-serif;
    line-height: 100%; 
}

/* Bilder im Text, img */
.textbild {
    float: right;
    padding: 1px;
    margin: 5px 0px 5px 10px;
    background-color: #56A4DC;
}

/* Links im Fliesstext, a */
#content a:link, a:visited, a:active {
	color: #0f0f0f;
	text-decoration: none;
	font: normal 9pt verdana, arial, helvetica, sans-serif;
}

#content a:hover {
	color: #ff0000;
	text-decoration: none;
	font: normal 9pt verdana, arial, helvetica, sans-serif;
}

/* Footer, div, a */
#footer .footline {
	position: absolute;
    float: left;
    left: 90px;
    top: 20px;
	font: normal 8pt verdana, arial, helvetica, sans-serif;
    color: #0f0f0f;
    text-align: center;
}

#footer .footline a {
	font: normal 8pt verdana, arial, helvetica, sans-serif;
    color: #0f0f0f;
    text-decoration: none;
}

#footer .footline a:hover {
	font: normal 8pt verdana, arial, helvetica, sans-serif;
    color: #ff0000;
    text-decoration: none;
}

/* Suchmaschinen, span */
.seo {
	display: none;
}

/*******************************************************************************
 Navigation
*******************************************************************************/
#navcontainer {
    margin: 0px;
    padding: 0px;
    height: 0px;
}

#navcontainer ul {
    border: 0px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;  
}

#navcontainer ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border-top: none;
    border-right: 1px solid #a08000;
    border-bottom: none;
    border-left: 1px solid #a08000;
}

#navcontainer ul li a {
	float: left;
    background: #fff;
    width: 80px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #0f0f0f;
    text-decoration: none;
    display: block;
    text-align: center;
    font: 10pt/16pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
    background-image: url(images/topmenue_n.png);
    background-repeat: repeat-x;
    background-position: left top;
    
}

#navcontainer ul li a:hover {
    color: #000;
    background: #fff;
    background-image: url(images/topmenue_o.png);
    background-repeat: repeat-x;
    background-position: left top;
    letter-spacing: 2px;
}

#navcontainer a:active {
    background: #fff;
    color: #000;
    letter-spacing: 2px;
}

#navcontainer li#active a {
    background: #fff;
    color: #000;
    background-image: url(images/topmenue_o.png);
    background-repeat: repeat-x;
    background-position: left top;
    letter-spacing: 2px;
}

