html, body {
	margin: 0;
	padding: 0;
	}

body {
	color: #333;
	background: #fff;
	font: 0.75em Verdana, Arial, sans;
	}

h2 {
	font-size: 1.4em;
	padding-top: 10px;
	clear: both;
}

a { color: #75b5cd; }

a img { border: 0; }

div#bottom a {
	color: #888;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: url(./images/arrow.gif) left center no-repeat;
	}

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

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

img#logo { float: left; }

img#schriftzug { margin-left: 380px; }

div.clear {
	clear: both; 
	overflow: auto;
	margin-bottom: 20px;
	}

div#ask_thomas {
	position: fixed;
	_position: absolute;
	top: 0;
	right: 0;
	}

input, textarea {
	background: #eef9f9;
	border: 1px solid #b5e8d3;
	}

div#top, div#center, div#bottom { width: 100%; }

div#top_content, div#bottom_content {
	width: 700px;
	margin: 0 auto;
	}

div#top {
	height: 58px;
	background: #eef9f9 url(./images/top.png) repeat-x top;
	}

div#top_content {
	height: 58px;
	background: #fff url(./images/top_content.png) repeat-x top;
	}

div#center { background: #eef9f9 url(./images/bg.png) repeat-x bottom center; }

div#center_content {
	width: 680px;
	padding: 10px;
	margin: 0 auto;
	_height: 600px;
	min-height: 600px;
	line-height: 1.75em;
	background: #fff url(./images/center_content.png) no-repeat bottom right;
	}

div#bottom {
	height: 41px;
	background: url(./images/bottom.png) repeat-x top center;
	}

div#bottom_content { padding-top: 10px; }

table#modelle { border: 0; }

table#modelle tr td { width: 180px; }

// start Navi

#menu {
	margin: 0;
	height: 30px;
	}

#menu a {
	color: #666;
	display: block;
	text-decoration: none;
	margin: 6px 10px 0 10px;
	_margin: 7px 10px 0 10px;
	}

#menu ul {
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
	}
	
#menu ul li ul {
	margin: 0;
	padding: 0 0 10px 0;
	width: 200px;
	_width: 170px;
	display: none;
	z-index: 1000;
	background: #fff;
	position: absolute;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	}

#menu li {
	float: left;
	position: relative;
	margin-right: 10px;
	}

#menu li a:hover { text-decoration: none; }
	
#menu li li {
	margin: 0;
	width: 170px;
	padding: 5px 15px 5px 15px;
	}

#menu li > ul {
	top: auto;
	left: auto;
	}
	
#menu li:hover ul, #menu li.over ul { display: block; }

// end Navi

// start sIFR

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

// end sIFR