 /* allgemeine CSS-Angaben ***/

	html
	{
		background: #008BBF url(images/public/body_background.jpg) repeat-y top center;
	}

	html,body
	{ 
	}

 
	body
	{ 
		font-family:Arial,Helvetica,Verdane,sans-serif;
		font-size: 1em;
		font-weight:normal;
		text-align:left;
		color:#000000;
		padding:0px;
		margin:0px;
	}

	img 
	{
		border:0px solid #AAAAAA;
		margin:0px;
		padding:0px;
	}


	td 
	{ 
		vertical-align:top;
		text-align:left;
		font-size:12px;
		font-weight:normal;
	}


	hr
	{ 
		height:1px;
		width:100%;
		text-align:left;
	}



 /* Überschriften und Absätze ***/
 
	p
	{ 
		font-size: 1.0em;
		text-align:left;
		line-height: 150%;;
	}

	h1
	{
		color: #00AEEF;
		font-size: 1.4em;
		font-weight:bold;
		border-bottom: 2px solid #00AEEF;
		padding-bottom: 5px;
		margin: 0 0 20px 0;
		clear: left;
	}


	h2
	{
		color: #000;
		font-size: 1.0em;
		font-weight:bold;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
		margin:0 0 10px 0;
		clear: left;

	}


	h3
	{
		color: #333;
		font-size:1.2em;
		font-weight:bold;
		margin:0px;
	}


	h4
	{
		font-size:12px;
		font-weight:bold;
		margin:0px;
	}


	h5
	{
		font-size:10px;
		font-weight:bold;
		margin:0px;
	}


	h6
	{
		font-size:8px;
		font-weight:bold;
		margin:0px;
	}



 /* Listen ***/

	ul
	{ 
		margin:0px;
		padding:0px;
		padding-left:16px;
	}

	ol
	{ 
		margin:0px;
		padding:0px;
		padding-left:20px;
	}


	li 
	{ 
		padding:0px;
		margin:0px;
	}



 /* Formulareigenschaften */

	form
	{
		padding:0px;
		margin:0px;
	}


	input
	{ 
		width:200px;
		height:20px;
		padding:1px;
		margin:0px;
		border:1px solid #666;
		background-color:#eee;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}


	textarea
	{ 
		width:400px;
		height:100px;
		padding:1px;
		margin:0px;
		border:1px solid #666;
		background-color:#eee;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}


	select
	{ 
		width:140px;
		height:22px;
		padding:0px;
		margin:0px;
		border:0px solid #000000;
		background-color:#EFEFEF;
	}
	

	option
	{ 
		width:278px;
		background-color:#EFEFEF;
		padding:1px;
		border:0px solid #000000;
	}


	input.checkbox 
	{
		height:21px;
		width:21px;
		background-color:transparent;
		border-width:0px;
		padding:0px;
		margin:-4px;
	}

	input.button
	{ 
		width:200px;
		height:24px;
		padding:1px;
		margin:0px;
		border:1px solid #666;
		background-color:#bbb;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}

	input.button:active
	{ 
		padding-top:3px;
		border-style:inset;
	}


 /* Links */

	a:link,a:visited
	{
		color:#333333;
		text-decoration:underline; 
	}
	
	a:hover
	{
		color:#666666;
		text-decoration:underline; 
	}


	a.testlink:link, a.testlink:visited
	{
		color:#666666;
		text-decoration:none;
		border-bottom:1px dashed black;
		padding-left:15px;
		background-image:url(images/public/spotnav_active.gif);
		background-repeat:no-repeat;
	}

	a.testlink:hover
	{
		color:black;
		text-decoration:none;
		border-bottom:1px solid black;
		background-image:url(images/public/spotnav.gif);
		background-repeat:no-repeat;
	}


 
 /* Layout der Website ***/
 
	div#container
	{
		width:950px;
		margin:0px auto;
		text-align:left;
		height:100%;
		background-image:url(images/public/bg_main.gif);
		background-repeat:repeat-y;
	}

	div#topleiste
	{
		background:	#fff;
		height:		139px;
	}


	div#navigation
	{
		padding:0px;
		width:179px;
		float:left;
	}
	
	#menu
	{
		background: url(images/public/menu_header.jpg) no-repeat;
		padding: 50px 5px;
	}
	
	#quicklinks
	{
		padding-bottom: 50px;
	}



	div#content
	{
		width:750px;
		float:right;
		background: #fff url(images/public/wasserzeichen.gif) no-repeat 180px 250px;
	}
	
	div#content a
	{
		color: #008BBF;
	}



 /* Farben und Sonderformate */

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


	img.floatleft
	{
		float:left;
		margin:0px 10px 5px 0px;
	}

	img.floatright
	{
		float:right;
		margin:0px 0px 5px 10px;
	}

/* Navigation */

	ul#menu, ul#quicklinks
	{
		list-style-type: none;
		padding-left: 10px;
	}

	#menu a, #quicklinks a
	{
		background:		url(images/public/menu_bullet.jpg) no-repeat;
		color:			#333;
		font-size:		0.8em;
		font-weight:		bold;
		line-height:		180%;
		padding-left:		20px;
		text-decoration:	none;
	}
	
	#menu a:hover, #menu a.nav0active:hover, #quicklinks a:hover
	{
		color:			#008BBF;
	}

	#menu a.nav0active
	{
		background:		url(images/public/menu_bullet_active.jpg) no-repeat;
		color:			#00AEEF;
	} /* Spezielle CSS-Angaben ***/

/** Sprachwahl **/

html#sprachwahl
{
	background: #0079A8 url(images/pages/sprachwahl/body_background.jpg) repeat-x;
}
 
/*** Ansprechpartner ***/

.name
{
	float: left;
	width: 170px;
	font-size: 0.9em;
}

.phone
{
	text-align: right;
	font-size: 0.9em;
}

div.ansprechpartner
{
	border: 1px solid #000;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
	width: 375px;
}

.grey
{
	background: #eee;
}

div.ansprechpartner h2
{
	border: 0;
}

/*** Service ***/

ul#service
{
	list-style-type: square;
	line-height: 200%;
}

/*** Fuhrpark ***/

ul#fuhrpark
{
	list-style-type: square;
	line-height: 200%;
	width: 350px;
}

/*** Kontakt ***/

div#kontakt
{
	margin-right: 10px;
}

div#kontakt p
{
	font-size: 0.9em;
}

input:focus, textarea:focus
{
	background-color: #ddd;
}

/*** Unternehmen ***/

ul#unternehmen
{
	list-style-type: square;
	line-height: 200%;
}/* Popups */

	body.popup
	{
		background-color: #fff;	
		padding:10px;
		font-size: 0.9em;
	}

