* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
}

#package {
	width: 100%;
	height: 100%;
}

#page {
	width: 979px;
	background: transparent url(../img/background-page.gif) repeat-y 0 0;
	margin: 0 auto 0 auto;
}

#header {
	background-color: #fff;
	overflow: hidden;
}

#header-bottom {
	width: 100%;
	background-color: #000;
}

#logo {
	background-color: #fff;
	height: 80px;
}

#logo-left {
	float: left;
	width: 244px;
	height: 100%;
	background-color: #cc0000;
	overflow: auto;
	margin-right: 10px;
}

#logo-center {
	float: left;
	width: 500px;
	height: 100%;
}

/*
#logo-right {
	width: 244px;
	height: 100%;
	float: right;
	background-color: #fff;
}
*/


#logo-right {
	height: 26px;
	float: right;
  width:157px;
  background-color: #000;
  padding-top: 5px;
  padding-right: 5px;
}


#main {
	float: left;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#main-left {
	float: left;
	width: 734px;
	padding: 0px 1px 1px 0px;
	background-color: #fff;
}

#main-left-start {
	float: left;
	width: 734px;
	padding: 0px 1px 1px 0px;
	background: #fff url(../img/background-main-start.gif) repeat-y 0 0;
}

#main-right {
	float: right;
	width: 244px;
	padding: 0px 0px 0px 0px;
}

#content-action {
	background-color: #000;
	margin: 0px 0px 1px 0px;
}

#content-left {
	float: left;
	width: 449px;
	padding: 20px 20px 0px 20px;
}

#content-left-start {
	float: left;
	width: 490px;
}

#content-right {
	float: right;
	width: 204px;
	overflow: auto;
	padding: 20px 20px 0px 20px;
}

#content-full {
	float: left;
	width: 692px;
	padding: 20px 20px 20px 20px;
	margin: 0px 1px 0px 0px;
}

#footer {
	clear: both;
	overflow: hidden;
	height: 110px;
}

#footer-left {
	float: left;
	width: 244px;
	height: 100%;
	background-color: #dedfcf;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	overflow: hidden;
}

#footer-center-left {
	float: left;
	width: 244px;
	height: 100%;
	background-color: #dedfcf;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	overflow: hidden;
}

#footer-center-right {
	float: left;
	width: 244px;
	height: 100%;
	background-color: #dedfcf;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	overflow: hidden;
}

#footer-right {
	float: left;
	width: 244px;
	height: 100%;
	background-color: #d1d1c3;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.footer-item {
	height: 110px;
}


div.clear {
	clear: both;
	line-height: 1px;
	height: 0px;
	font-size: 0px;
}


/*** headlines ***/

h1 {
	color: #cc0000;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
}

h2 {
	color: #cc0000;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
}


h3 {
	color: #cc0000;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}


/*** text ***/

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}


/*** links ***/

a {
	outline: none;
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: none;
	color: #635E3D;
}

a.link-image {
	padding: 10px 10px 10px 10px;
	background-color: #eee;
	display: block;
}

a.link-image:hover {
	padding: 10px 10px 10px 10px;
	background-color: #ccc;
	display: block;
}

/*
a.link-logo {
	float: left;
}
*/

a.link-logo {
	float: left;
	margin-left: 5px;
}


/*** news ***/

.news-list-item {
	overflow: auto;
	margin-bottom: 10px;
}

.news-list-item-title {
	overflow: auto;
	margin-bottom: 10px;
}

.news-list-item-image {
	padding: 10px 10px 10px 10px;
	width: 260px;
	height: 100px;
	background-color: #ccc;
	margin-bottom: 15px;
}

.news-list-item-text {
	overflow: auto;
}


/*** modelle ***/

h2.title-model-group {
}

.model-list-item {
	float: left;
	width: 204px;
	margin: 0px 0px 20px 0px;
	overflow: auto;
}

.model-list-item-spacer {
	float: left;
	width: 40px;
	height: 120px;
}

.model-list-item-title {
	padding-bottom: 0px;
	overflow: auto;
}

a.model-overview-image {
	padding: 10px 10px 10px 10px;
	width: 280px;
	height: 150px;
	background-color: #eee;
	display: block;
}

a.model-overview-image:hover {
	padding: 10px 10px 10px 10px;
	width: 280px;
	height: 150px;
	background-color: #ccc;
	display: block;
}

ul#list-model {
	list-style: none;
}

#modeloverview {
	overflow: auto;
	padding: 20px 0px 20px 0px;
	margin: 0px 20px 0px 20px;
	border-bottom: 1px dotted #635E3D;
}

#modelinquiry {
	padding: 0px 0px 20px 0px;
	margin: 20px 20px 5px 20px;
	border-bottom: 1px dotted #635E3D;
}

#modelinquiryHome {
	/*overflow: auto;*/
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 20px 20px;
	border-bottom: 1px dotted #635E3D;
}



.model-image-item {
	margin-bottom: 20px;
}

#modelcallback {
	overflow: auto;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
}

/*** ansprechpartner ***/

h2.title-employee {
	margin-bottom: 10px;
}

.employee-list-item {
	float: left;
	width: 50%;
	overflow: auto;
	margin-bottom: 20px;
}

.employee-list-item-image {
	width: 80px;
	height: 93px;
	background-color: #eee;
	margin-right: 20px;
	float: left;
}

.employee-list-item-data {
	float: left;
	width: 240px;
}

/*** banner ***/

.banner {
	padding: 10px 10px 10px 10px;
	background-color: #eee;
	margin-right: 15px;
	float: left;
}


/*** service ***/

ul.check-list {
	margin: 0px 0;
	text-align:	left;
	padding: 0px 0px 0px 0px;
}

ul.check-list li {
	display: block;
}

/*** event ***/

.event-list-item {
	width: 100%;
	height: 180px;
}

.event-list-item-image {
	padding: 10px 10px 10px 10px;
	background-color: #eee;
	margin-right: 15px;
	float: left;
}

.event-list-item-data {
	float: right;
	width: 370px;
}

/*** standorte ***/

#location-select {
	border-bottom: 1px dotted #635E3D;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: auto;
}

h2.title-location-select {
	margin-bottom: 0px;
	margin-top: 2px;
}

#location-select-left {
	float: left;
	width: 224px;
}

#location-select-right {
	float: left;
	padding-left: 20px;
}

.location-list-item {
	overflow: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #d1d1c3;
}

.location-list-item-data {
	float: left;
	width: 488px;
}

.location-list-item-image {
	float: left;
	width: 204px;
}


#location-filter {
	padding: 20px 20px 20px 20px;
}

/*** map ***/

#mapcontrol {
	overflow: auto;
	padding-bottom: 20px;
}


/*** features ***/


#features {
	margin-top: 20px;
}
/*

.feature-item {
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #635E3D;
}


.feature-item-last {
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
*/

.feature-item {
	overflow: auto;
	margin-bottom: 10px;
}

.feature-item-title {
}

.feature-item-content {
	margin-bottom: 10px;
}

.feature-item-more {
	text-align: right;
	font-weight: bold;
}

/*** dienstwagen ***/

.dienstwagen-list-item {
	overflow: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #d1d1c3;
}


/*** button ***/

a.button {
	color: #333;
	display: block;
	overflow: auto;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	float: right;
	width: 90px;
	height: 15px;
	padding-top: 3px;
	background: transparent url(../img/fiat-button.gif) no-repeat 0 0;
	overflow: hidden;
}

a.button:hover {
	color: #fff;
	display: block;
	overflow: auto;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	float: right;
	width: 90px;
	height: 15px;
	padding-top: 3px;
	background: transparent url(../img/fiat-button.gif) no-repeat 0px -18px;
	overflow: hidden;
}

a.button-tiny {
	color: #333;
	display: block;
	overflow: auto;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	float: right;
	width: 18px;
	height: 15px;
	padding-top: 3px;
	background: transparent url(../img/fiat-button-tiny.gif) no-repeat 0 0;
	overflow: hidden;
}

a.button-tiny:hover {
	color: #fff;
	display: block;
	overflow: auto;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	float: right;
	width: 18px;
	height: 15px;
	padding-top: 3px;
	background: transparent url(../img/fiat-button-tiny.gif) no-repeat 0px -18px;
	overflow: hidden;
}


