/*========================================================================
	Main Elements
========================================================================*/

@font-face {
	font-family: BMWTypeRegular;
	src: url('/fonts/BMWTypeRegular.otf');
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

/*========================================================================
	Headings
========================================================================*/

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-family: BMWTypeRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1 {
	font-size:21px;
	line-height:22px;
	margin-bottom:8px;
}


h2 {
	font-size:17px;
	line-height:19px;
}

h3 {
	font-size:13px;
	line-height:14px;
}

h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	margin-bottom:8px;
}

h5 {
	line-height:16px;
	margin-bottom:0px;
}

div#modelluebersicht div.spalten h1 {
	margin:4px 0px 0px 4px;
}


/*========================================================================
	Paragraphs
========================================================================*/
p {
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	font-size: 12px;
	line-height: 18px;
}

p.noMargin {
	margin-bottom:0px;
}

p.kontakt {
	float:left;
	font-size: 11px;
	line-height:16px;
}

/*========================================================================
	Tables
========================================================================*/
table td {
	vertical-align:top;
	padding-right:8px;
}

/*========================================================================
	Lists
========================================================================*/

div#contentBigTeaser ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-top:8px;
}



/*========================================================================
	Formulare
========================================================================*/

input.checkBox {
	float:left;
	margin-right:8px;
}

.defaultInput {
	border:1px solid #999;
	width:100%;
	margin-bottom:8px;
}

label.checkbox {
	float:left; 
	display:block;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

.defaultInputButton {
	text-align:left;
	background:#4c4c4c;
	color:#FFF;
	padding:2px 0px 2px 10px;
	border:none;
	width:120px;
}

.defaultInputButton:hover {
	background:#003399;
}

/*========================================================================
	Validator
========================================================================*/

input.validate_false, textarea.validate_false, select.validate_false {
	border:1px solid #FF0000;
}

label.validate_false {
	color:#FF0000;
	font-weight:bold;
}
