/* @group Globale Definitionen */

/* TinyMCE Allgemein Anfang */

/* @group Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
}

* html table
{
	border-collapse: collapse;
}

*+html table
{
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* @group Formulare */

input.button
{
	cursor: pointer;
}

/* @end */



/* @end */

/* @group Trenner */

hr 
{
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}

/* @end */

/* @group Links */

a
{
	color: white;
	outline: none;
}

a:hover
{
	
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @end */

/* @group Seite */

body
{	
	background: #1b252d url(/assets/site/images/site_background.png) repeat-x;
}

div.site
{
	position: relative;
	width: 975px;
	
	margin: 0 auto;
	
	color: white;
}

/* @end */

/* @group Inhalte */

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	font-size: 16px;
	margin-bottom: 15px;
}

div.content h4
{
	font-size: 14px;
}

div.content h5
{
	font-size: 12px;
}

div.content p
{
	margin-bottom: 12px;
	line-height: 18px;
}

div.content sup, div.content sub
{
	font-size: 9px;
	line-height: 0;
}

div.content small, div.content .small
{
	font-size: 10px;
}

/* @end */

/* @group Listen */

div.content ul
{
	margin-bottom: 12px;
	margin-left: 20px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: none;
}

div.content ul.icon li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
}

div.content ul.icon li.pdf a
{
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}
div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* TinyMCE Inhalt Ende */

/* @group Formulare */

/* @group Allgemein */

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 150px;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 10px;
}



/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 215px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 218px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: 0;
	top: 2px;
}

* html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: 0;
	top: 1px;
}

* html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Textarea */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 2px 4px;
	
	color: white;
	background: red;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: red;
	font-weight: bold;
}


/* @end */

/* @group Felder */

div.content form p.error input.text,
div.content form p.error textarea
{
	
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	height: 1%;
}

* html div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */

/* @group Bilder */

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 10px 5px 0;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 5px 10px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Optionale Module */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
	border: 1px solid #979797;
}

/* @end */

/* @group Transparenz und IE6-PNG */

div.ie6_png
{
	background: url(/assets/site/images/image.png);
}

* html div.ie6_png
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

.transparenz
{
	opacity: 0.8;
	filter: Alpha(opacity=80);
}



/* @end */



/* @end */



/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	width: 900px;
	height: 207px;
	
	margin-left: 38px;
	margin-bottom: 20px;
	
	background: url(/assets/site/images/head_image-stripe.jpg) no-repeat left bottom;
}

/* @group Logo */

div.head h1 
{
	width: 630px;
	height: 147px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	overflow: hidden;
}

/* @end */

/* @group Slogan */

div.head h2 
{
	display: none;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
}

div.head div.meta_navigation ul
{
	
}

div.head div.meta_navigation ul li
{
	float: left;
	display: inline;
	margin-right: 10px;
	
	font-size: 10px;
}

div.head div.meta_navigation ul li.last
{
	color: #1b252d;
	margin-right: 0;
}

div.head div.meta_navigation ul li a
{
	float: left;
	display: inline;
	margin-right: 10px;
	
	font-size: 10px;
	text-decoration: none;
}

div.head div.meta_navigation ul li.last a
{
	margin-right: 0;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	right: 0;
	top: 110px;
}

/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	position: relative;
	margin-left: 38px;
	width: 530px;
}

/* @group PDF-Download */

div.main p.pdf
{
	position: absolute;
	left: 600px;
	top: 0;
	
	width: 180px;
}

div.main p.pdf a
{
	display: block;
	padding-top: 17px;
	padding-left: 50px;
	background: url(/assets/site/images/icon_pdf_big.png) no-repeat;
}



/* @end */

/* @group Navigation */

div#navigation 
{
	position: relative;
	width: 900px;
	height: 30px;
	
	margin-top: 35px;
	visibility: hidden;
	
	background: url(/assets/site/images/slider_navigation_background.png) no-repeat;
}

div#navigation ul
{
	margin: 0;
	list-style-type: none;
}

div#navigation ul li
{
	float: left;
	padding-right: 2px;
	background: url(/assets/site/images/slider_navigation_divider.png) no-repeat top right;
}

div#navigation ul li a
{
	float: left;
	padding: 7px 15px 7px 15px;
	
	text-decoration: none;
	color: #d3d3d3;
}

div#navigation ul li a:hover
{
	color: white;	
}

div#navigation ul li a.active
{
	color: white;
	background: url(/assets/site/images/slider_navigation_background_active.png) repeat-x;
}

div#navigation ul li.first a.active
{
	background: url(/assets/site/images/slider_navigation_background_active_first.png) no-repeat;
}



/* @end */

/* @group Slider-Pfeile */

div#slider_arrows
{
	position: absolute;
	width: 900px;
	visibility: hidden;
}

div#slider_arrows a.previous
{
	position: absolute;
	left: -38px;
	top: 120px;
	
	width: 37px;
	height: 37px;
	overflow: hidden;
	
	text-indent: -100em;
	background: url(/assets/site/images/slider_arrow_left.png) no-repeat;
}

div#slider_arrows a.previous:hover
{
	background-position: bottom;
}

div#slider_arrows a.next
{
	position: absolute;
	right: -38px;
	top: 120px;
	
	width: 37px;
	height: 37px;
	overflow: hidden;
	
	text-indent: -100em;
	background: url(/assets/site/images/slider_arrow_right.png) no-repeat;
}

div#slider_arrows a.next:hover
{
	background-position: bottom;
}

/* @end */

/* @group Slider-Schatten */

div#slider_shadows
{
	position: absolute;
	z-index: 2;
	width: 900px;
	height: 1px;
	
	visibility: hidden;
	
	background: url(/assets/site/images/slider_shadow_top_border.png) no-repeat;
}

div#slider_shadows div.shadow_top
{
	position: absolute;
	left: 0;
	top: 0;

	width: 900px;
	height: 10px;
	overflow: hidden;
	
	background: url(/assets/site/images/slider_shadow_top.png) no-repeat;
}

* html div#slider_shadows div.shadow_top
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/slider_shadow_top.png', sizingMethod='crop');
	background-image: none;
}

div#slider_shadows div.shadow_bottom
{
	position: absolute;
	left: 0;
	top: 290px;
	
	width: 900px;
	height: 10px;
	overflow: hidden;
	
	border-bottom: 1px solid #31404c;
	background: url(/assets/site/images/slider_shadow_bottom.png) no-repeat;
}

* html div#slider_shadows div.shadow_bottom
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/slider_shadow_bottom.png', sizingMethod='crop');
	background-image: none;
}

div#slider_shadows div.shadow_left
{
	position: absolute;
	left: 0;
	top: 10px;
	
	width: 10px;
	height: 280px;
	overflow: hidden;
	
	background: url(/assets/site/images/slider_shadow_left.png) no-repeat;
}

* html div#slider_shadows div.shadow_left
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/slider_shadow_left.png', sizingMethod='crop');
	background-image: none;
}

div#slider_shadows div.shadow_right
{
	position: absolute;
	left: 890px;
	top: 10px;
	
	width: 10px;
	height: 280px;
	overflow: hidden;
	
	background: url(/assets/site/images/slider_shadow_right.png) no-repeat right;
}

* html div#slider_shadows div.shadow_right
{
	left: 896px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/slider_shadow_right.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Slidebox */

div#slidebox 
{
	position: relative;
	z-index: 1;
	clear: both;
	width: 900px;
	height: 300px;
	overflow: hidden;
	visibility: hidden;
	
	margin-bottom: 35px;
	background: #323b42 url(/assets/site/images/ajax-loader.gif) no-repeat center center;
}

div#slidebox div#slides
{
	position: relative;
}

div#slidebox div.slide
{
	position: absolute;
	width: 900px;
	height: 300px;
	overflow: hidden;
	
	background: #323b42;
}

/* @group Inhalte */

div#slidebox div.slide img.slide_image
{
	position: absolute;
	left: 0;
	top: 0;
}

div#slidebox div.slide div.content
{
	position: absolute;
	left: 550px;
	top: 20px;
	
	width: 330px;
}

/* @end */



/* @end */

/* @group Kontakt */

div.main div.contact
{
	position: relative;
	width: 900px;
	height: 180px;
}

div.main div.contact p.left
{
	float: left;
	width: 200px;	
}

div.main div.contact p.right
{
	
}

/* @group LoevenSportwagentouren Link */

div.main div.contact p.Loeven_Sportwagentouren
{
	position: absolute;
	left: 0;
	bottom: 0;
	
	font-size: 10px;
}

div.main div.contact p.Loeven_Sportwagentouren a
{
	font-size: 10px;
	text-decoration: none;
}

div.main div.contact p.Loeven_Sportwagentouren a:hover
{
	text-decoration: underline;
}



/* @end */

/* @group Medianotions-Link */

div.main div.contact p.Medianotions
{
	position: absolute;
	right: 0;
	bottom: 0;
}

div.main div.contact p.Medianotions a
{
	font-size: 10px;
	text-decoration: none;
}

div.main div.contact p.Medianotions a:hover
{
	text-decoration: underline;
}



/* @end */

/* @end */



/* @end */