body, table
{
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

sup
{
	font-size: 8px;
}

img
{
	border: 0px;
} 

a, a:link, a:visited
{
	color: #989898;
	font-weight: normal;
	text-decoration: none;
}

/* ================================================================ */
/* LAYOUT */
/* ================================================================ */
/* this to shrink the layout to the width of the outer frame */
#wrapper
{
	width: 510px;
}

#headline
{
	width: 100%;
	/* background: #abcdef; */
	margin: 40px 0px 22px 0px;
}

#content
{
	/* background-color: #ccc; */
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
}

/* ================================================================ */
/* LAYOUT ADDITIONAL STYLES FOR POPUP                               */
/* ================================================================ */
#popupwrapper
{
	width: 710px;
	/* background: #abcdef; */
}

/* this one is only used in the popup */
#header
{
	width: 100%;
	height: 88px;
	margin: 0px;
	padding: 0px;
	/* background: red; */
}

/* this one only exists in the popup */
#navigation
{
	height: 26px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

/* holds commmon navigation buttons - left aligned */
#navigation_left
{
	/* background-color: red; */
	float: left;
	padding: 0px;
	margin: 0px;
	height: 26px;
}

#navigation_left img
{
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

/* holds the buttons to switch da map - right aligned*/
#navigation_right
{
	/* background-color: red; */
	position: relative;
	top: 0px;
	right: 15px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 26px;	
}

#navigation_right img
{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#headerclaim
{
	position: relative;
	top: 40px;
	right: 15px;
	float: right;
}

#teaser
{
	height: 122px
}

#result_header
{
	position: relative;
	left: 0px;
	width: 280px;
	height: 50px;
	padding-left: 5px;
}

#result_list
{
	position: relative;
	left: 0px;
	width: 275px;
	height: 365px;
	overflow: auto;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#result_header2
{
	position: relative;
	left: 0px;
	width: 280px;
	height: 90px;
	padding-left: 5px;
}

#result_list2
{
	position: relative;
	left: 0px;
	width: 275px;
	height: 325px;
	overflow: auto;
	padding-left: 5px;
}

#disclaimer
{
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 280px;
	overflow: hidden;
	margin: 0px 2px;
}

#map
{
	position: absolute;
	top: 114px;
	left: 280px;
	width: 430px;
	height: 600px;
	background: url(http://img.customer.map24.com/suzuki/waitscreen.de.gif);
	margin: 0px;
	padding: 0px;
}

/* the css for the destination address is o.k. but we need */
/* no whitespace after this one */
#result_header .dest_address
{
	margin-bottom: 0px;
}


/* ================================================================ */
/* CONTENT STYLES */
/* ================================================================ */
.searchform_intro
{
	/* background-color: green; */
	padding: 0px 15px 15px 0px;	
}

.line
{
	border-top: 1px solid #989898;
	margin: 20px 0px 0px 0px;
}

.sub_headline
{
	border-bottom: 1px solid #989898;
	margin: 20px 0px 0px 0px;
	padding-bottom: 5px;
}

.buttons
{
	margin-top: 20px;
}

.searchresult
{
	width: 100%;	
	border-collapse: collapse;
}

.searchresult td
{
	border-bottom: 1px solid #989898;
	padding: 5px 2px;
	
}
a:link.searchresult
.searchresult a, .searchresult a:link, .searchresult a:visited,
.routingstep_desc a, .routingstep_desc a:link, .routingstep_desc a:visited
{
	color: #000;; 
}

.searchresult a:hover, .routingstep_desc a:hover
{
	color: #989898;
}

.dest_address
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

.dest_address td
{
	border: 0px;
	padding: 5px 10px 5px 0px;
}

.routing_summary
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
}

.routingstep_no
{
	font-size: 11px;
	font-weight: bold;
}

.routingstep_desc
{
	padding: 0px 10px 15px 25px;
}

#routing_map
{
	text-align: center;
	padding: 10px;
}

#routing_print
{
	padding: 10px 20px;
}

#routing_print #disclaimer
{
	padding: 10px 20px;
	width: 90%;
}

#routinghead
{
	text-align: left;
	padding: 10px;
	width: 675px;
	height: 60px;
}

#routinghead_left
{
	position: absolute;
	top: 610px;
	left: 15px;
	width: 320px;
}

#routinghead_right
{
	position: absolute;
	top: 610px;
	left: 360px;
	width: 320px;
}

#routinghead_right .dest_address
{
	/* background-color: green; */
}


/* ================================================================ */
/* FORM STYLES */
/* ================================================================ */
input
{
	width: 180px;
	margin: 5px 0px;
	font-size: 10px;
}

label
{
	width: 100px;
	/* background-color: red; */
	display: block;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
}

.form_section
{
	padding: 10px 0px 0px 0px;
}


/* ================================================================ */
/* STATIC NAVIGATION */
/* ================================================================ */
#staticnavform
{
	padding: 0px;
	margin: 0px;
}

#staticnav
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 49px;
	background: url(http://img.customer.map24.com/suzuki/staticnav/navbg.gif);
	z-index: 10;
}


/* ================================================================ */
/* ROUTING PRINT STYLES */
/* ================================================================ */
#routing_print .routingstep_no
{
	page-break-before: auto;
}

#routing_print .routingstep_desc
{
	page-break-before: avoid;
}

#routing_print .step
{
	page-break-before: auto;
	page-break-after: auto;
}


/* ================================================================ */
/* OTHER */
/* ================================================================ */
.error
{
	border: 1px solid #dd0000;
	padding: 5px;
	text-align:center;
	color: #dd0000;;
}

.disclaimer
{

	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #000;
}

