﻿/* Standard CSS File */
body, p, div, table, h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#333333;
}

h4 {	font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:12px;
color:#333333;
text-align:center;
}

body {
	scrollbar-base-color: white;
	scrollbar-arrow-color: silver;
}

div#header {
	width: 810px;
	height: 150px;
	margin: auto; 
	margin-bottom: 8px;
}
div#header_l {
	background-image: url("../template/images/tt_logo_lo.jpg");
	height: 149px;
	width: 149px;
	float: left;
	background-color: #cccccc; 
	border-style: solid;
	border-width: 1px;
}

div#header_r {
	height: 150px;
	width: 650px;
	background-color: #ffcccc;
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	border-style: solid;
	border-width:1px;
}

div#torso {
	width: 810px;
	margin: auto;
	border: 1px solid #000;
	background-color: #cccccc;
	margin-bottom: 6px;
}

div#menu {
	width: 150px;
	float: left;
	background-color: #ccc;
}

div#menu ul {
	/*float: left;*/
	list-style-type: none;
}

div#content {
	width: 650px;
	height: #menu;
	float: right;
	background-color: #cccccc;
}

div#footer {
	height: 40px;
	width: 810px;
	margin: auto;
	text-align: center;
	background-color: #cccccc;
	border-style: solid;
	border-width:1px;
	border-color:#000000;
}

/* menu buttons */

.button_group  {
	background-image: url("../template/images/button.jpg");
	width:150px;
	height:30px;
	text-align: center;
	text-vertical-align: middle;
	padding-top:10px;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;	
	font-family: Times New Roman, Arial, Verdana, sans-serif; 
	font-size:20px;
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
}

div.button a, div.button a:visited {
	display: block;
	font-weight: bold;
	font-family:verdana, sans-serif;
	font-size: 11px;
	background-color:#99ccff;
	color:#000000; 
	width:150px;
	text-decoration:none;
	border:solid 1px #000000;
	border-left: none;
	border-top: none;
	/*padding: 4px 0px;
	margin: 4px auto;*/
}

div.active a {
	display: block;
	font-weight: bold;
	font-family:verdana, sans-serif;
	font-size: 11px;
	background-color:#6699ff;
	color:#000000; 
	width:150px;
	text-decoration: none;
	border:solid 1px #000000;
	border-left: none;
	border-top: none;
}

div.button a:hover {
	/*background-image: url(""); Maße: 150px 4px + 11px Schriftgröße */
	font-weight: bold;
	background-color: #ffcccc;
	color:#000000;
	width:150px;
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-top:solid 1px #000000;
	border-top: none;
	border-left: none;
	/*padding: 4px 0px;
	margin: 4px auto;*/
}

/* Allgemeine Buttons */
a:link, a:visited, a:active, a:focus {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #fff;	
}

/* Kundentabelle */
div.customer {
	width: 550px;
	margin: 10px auto;
}
div.customer div.left {
	float: left;
	width: 150px;
	height: 100px;
}
div.customer div.right {
	float: right;
	width: 390px;
	margin-left: 10px;
}

/* Fuhrpark */
div.fleet {
	width: 550px;
	margin: 10px auto;
}
div.fleet div.left {
	float: left;
	width: 150px;
	height: 100px;
}
div.fleet div.right {
	float: right;
	width: 380px;
	margin-left: 10px;
}

/* Kontaktformular */
.input_small 
{
border:1px;
border-style:solid;
border-color:#000000;
background:#666666;
width:250px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
}

.button_kontakt 
{
border:1px;
border-style:solid;
border-color:#000000;
background:#666666;
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
cursor:pointer;
}

.fliesstext 
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#333333;
}
