*
{
	padding: 0;
	margin: 0;
}

html, body 
{
	font: 12px Arial, Verdana, "Trebuchet MS", sans-serif;
	font-weight: bold;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

.thermoform
{
	background: url('../images/thermoform/bg_main.gif');
}

div#body
{
	width: 844px;
	margin: auto;
	position:absolute;
	left: 50%;
	margin-left: -422px;
	margin-top: 30px;
	padding: 15px 9px 7px 9px;
	text-align: center;
	background: white;
	min-height: 650px;
}

div#main
{
	background: white url('../images/bg_left.gif') repeat-y;
}

#head
{
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#head #logo
{
	float: left;
}

#head #header_graphic
{
	float: right;
}

#left
{
	background-color: #E6E6E6;
	clear: left;
	width: 221px;
	float: left;
}

#right
{
	float: right;
	background-color: #E6E6E6;
	width: 622px;
}


#left h1
{
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #2C60B3;
	line-height: 25px;
	height: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 12px;
}

#left #sprachbox
{
	margin-top: 3px;
	background-color: #AABEE1;
	height: 20px;
	border-top: 1px solid white;
}

#left #sprachbox span.flaggen
{
	float: left; 
	margin-left: 10px;
}

#left #sprachbox span.home_link
{
	float: right;
	margin-right: 4px;
	color: white;
}

#left #sprachbox span.home_link a
{
	line-height: 20px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#left #sprachbox img
{
	float: left;
	padding-top: 3px;
	padding-right: 5px;
}

#left #left_images
{
	padding: 40px 0 20px 0;
}

#left #left_images img
{
	margin-bottom: 5px;
}

/* Menü 1. Ebene */

#right ul#navigation
{
	margin-top: 3px;
	border-top: 1px solid white;
	list-style: none;
	width: 622px;
	float: left;
	height: 20px;
	background: white;
}

#right #navigation li
{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 1px;
	background: none;
	position: relative;
}

#right #navigation li.last
{
	margin: 0;
}

#right #navigation li a
{
	display: block;
	width: 88px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	float: left;
	background-color: #1D4389;
	color: white;
	font-weight: normal;
	font-size: 12px;
}

#right #navigation li a.active,
#right #navigation li a:hover
{
	background-color: #FB690D;
	color: white;
}

/* Zweite Ebene */

#right ul#navigation ul
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	margin-top: 20px;
	border: 1px solid #CECECE;
	left:0;
	top: 0;
}

#right ul#navigation li:hover ul
{
	display: block;
}

#right ul#navigation ul li
{
	float: none;
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: left;
}

#right ul#navigation ul li a
{
	padding-left: 5px;
	padding-right: 5px;
	width: 160px;
	float: none;
	background-color: #FFFFFF;
	color: black;
}

#content
{
	text-align: left;
	padding: 15px 0 10px 35px;
	background: white;
	clear: left;
	height: 450px;
	overflow: auto;
	margin: 0;
	float: left;
	width: 587px;
}


#bottom_line
{
	clear: both;
	height: 20px;
	background-color: white;
}

#bottom_line #copyright
{
	float:left; 
	width: 221px;
	background-color: #6180BA;
	color: white;
}

#bottom_line #copyright a
{
	color: white;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
}

#bottom_line #drucken
{
	margin-left: 260px;
}

#bottom_line #drucken a
{
	color: #7C99CD;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
}

#footer
{
	clear: both;
	background-color: white;
	height: 20px;
	border-top: 1px solid white;
}

#footer #footer_left
{
	float:left; 
	width: 221px;
	height: 20px;
	background-color: #AABEE1;
}

#footer #footer_right
{
	text-align: right;
	float: right;
	background-color: #1D4389;
	width: 622px;
	margin-left: 1px;
}

@media print
{
	#content
	{
		height: auto;
		overflow: visible;
		width: 500px;
	}
}
