@charset "utf-8";
/* CSS Document */

body, html
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}


/* Layout */

#site
{
	width: 600px;
	
	margin: 20px auto;
	border: 1px solid #000;
}

#header
{
	width: 100%;
	height: 80px;
	
	background-image: url(../img/schriftzug.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#navi
{
	vertical-align: middle;
}

#content
{
	width: 528px;
	
	margin: 15px;
	padding: 10px 20px 10px;
	
	border: 1px solid #CCC;
}


/* Allgemeine Styles */

.breaker
{
	float: none;
	clear: both;
}

.fein_schrift
{
	font-family: Times, Arial, Verdana, Helvetica;
	font-style: italic;
	color: #333;
}


/* Navigation */

.center_pos
{
	margin: auto;
}

#navi a, #navi a:hover, #navi a:visited, #navi a:active
{
	display: block;
	float: left;
	
	width: 99px;	
	padding: 5px 10px;
	
	text-align: center;
	text-decoration: none;
	color: #666;
	
	font-size: 13px;
	
	background-color: #EEE;
	border: 1px solid #000;
	border-left: none;
}

#navi a.last
{
	width: 100px;
	border-right: none;
}

#navi a:hover, #navi a:active, #navi a.active
{
	background-color: #666;
	color: #EEE;
}


/* Startseite */

.title, .inner-title
{
	font-family: Times, Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	
	font-style: italic;
	color: #333;
}
.subtitle, .inner-subtitle
{
	font-family: Times, Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	
	font-style: italic;
	color: #333;
}

.inner-title, .inner-subtitle {
	text-align: left;
	font-style: normal;
}


/* Fahrzeuge */

.image_title
{
	font-size: 10px;
	color: #333;
	text-align: left;
	margin-top: 5px;
}


table .right
{
	text-align: right;
	width: 100px;
	padding-right: 10px;
	vertical-align: top;
}

img {
	max-width: 100%;
}