/* CSS Document */

/* InCar® Print-Styles
-------------------------------------------------------------------------------------------------------*/

/* Body 
-------------------------------------------------------------------------------------------------------*/

body {
	margin: 0 1em 0 3em;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: .9em;
}

#title {
	background: url(images/logo_print.jpg) top right no-repeat;
	height: 80px;
}


/* Display None 
-------------------------------------------------------------------------------------------------------*/

#navGlobal, #navBreadcrumbs, #sidebar, #context {
	display: none;
}

ul#navService, #footer ul, a.top, p.top, dd.top {
	display: none;
}

/* Content
-------------------------------------------------------------------------------------------------------*/

a {	color: #000; text-decoration: none; }

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em; padding-bottom: 3px;border-bottom: 1px solid #999;}

img.alignleft {
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
	margin-right: 10px;
}

img.alignright {
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
	margin-right: 10px;
}


/* Tables 
-------------------------------------------------------------------------------------------------------*/

table {
	width: 100%;
	color: #333;
	border-collapse: collapse;
	margin-bottom: 2em;
	font-size: 12px;
}

table caption {
	display: none;
}

thead th, thead td {
	padding: 3px;
	border: 1px solid #ddd;
	font-weight: normal;
	background-color: #999;
	color: #fff;
	text-align: left;
}

tbody th {
	padding: 3px;
	border: 1px solid #ddd;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	text-align: left;
}

tbody td {
	padding: 3px;
	border: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
}

	tbody .tdOdd { background-color: #666; }/* mittel grau */
	tbody .tdEven { background-color: #999; }/* hell grau */

	tbody .trOdd { background-color: #ccc; }
	tbody .trEven { background-color: #E5E5E5; }


/* Vertriebsstellen 
-------------------------------------------------------------------------------------------------------*/

#visualFlash {
	display:none;
}

DIV.contactBox {
	border-bottom: 1px solid #000;
}

