@charset "utf-8";
/* CSS Document */

/* RESET ----------------------------------------------------------------- */
*{
margin: 0;
padding: 0;
border: 0;
}

img, a img {
border: 0;
}

a:focus {
outline: none;
}

/* ----------------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #596b82;
	background-color: #738294;
	height: 100%;
}

img, div, a, input { behavior: url(iepngfix.htc) }

.cleaner {
	clear: both;
}

h1 {
	font-size: 21px;
	color: #147deb;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 14px;
	color: #596b82;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 910px;
	min-height: 100%;
	padding: 0 35px;
	background-image: url(images/hg_wrapper.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#innen {
	width: 910px;
	background-image: url(images/hg_innen.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
}

#header {
	position: relative;
	width: 910px;
	height: 171px;
	background-image: url(images/hg_header.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#bild {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 171px;
	overflow: hidden;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 23px;
	left: 24px;
}

/*------------------ Menü --------------*/

#menu {
	position: absolute;
	z-index: 2;
	top: 128px;
	left: 62px;	
}

.horizontal ul {
	list-style-type: none;
	display: block;
}

.horizontal li {
	float: left;
}

.horizontal li a {
	float: left;	
	display: block;
	width: 95px;
	height: 43px;
	background-image: url(images/menu_inaktiv.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.horizontal li a:hover, .horizontal li a.aktiv {
	background-image: url(images/menu_aktiv.png);
	background-repeat: no-repeat;
	color: #147deb;
} 

.horizontal li li a {
	display: block;
	background-image: none;
	background-color: #ebebeb;
	color: #738294;
	font-size: 10px;
	width: 116px;
	padding: 0 7px 0 7px;
	height: auto;
	text-align: left;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}

.horizontal li li li a {
	border-right: 0;
}

.horizontal li li a:hover, .horizontal li li a.aktiv  {
	background-image: url(images/hg_subsub.gif);
	background-repeat: no-repeat;
	background-color: #3399ff;
	background-position: 6px 7px;
	color: #ffffff;
	width: 106px;
	padding: 0 7px 0 17px;
}

.horizontal li ul {
	position: absolute; 
	margin-left: 0 !important;
	margin-left: -95px;
	margin-top: 43px;
	width: 130px;
	border: none;
	display: none;
	height: auto;	
}

.horizontal li.haschild ul {
	display: block;
}

/*IE7*/
*+html .horizontal li ul {
	margin-left: -95px !important;
}

.horizontal li li ul {
	position: absolute;
	width: 130px;
	left: 132px !important;
	left: 227px;
}

/*IE7*/
*+html .horizontal li li ul {
	left: 227px !important;
}

#submenu {
	position: absolute;
	z-index: 2;
	top: 152px;
	right: 91px;
	height: 21px;	
}

#submenu ul {
	list-style-type: none;
}

#submenu ul li {
	float: left;
}

#submenu ul li a {
	font-size: 9px;
	color: #738294;
	text-decoration: none;
	margin-left: 15px;
}

#submenu ul li a:hover, #submenu ul li a.aktiv {
	color: #E32522;
}

#flagge {
	position: absolute;
	z-index: 2;
	top: 154px;
	right: 17px;
}

#breadcrumb {
	width: 858px;
	height: 19px;
	padding: 8px 26px;
	background-color: #FFFFFF;
	font-size: 9px;
	color: #738294;
	text-align: left;
}

#breadcrumb a {
	font-size: 9px;
	color: #738294;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #E32522;
}

/*----------------- Thema ------------------*/

#themen {
	width: 884px;
	padding: 17px 0 0 26px;
	background-color: #eefaff;
}

.thema_wrapper {
	float: left;
	width: 192px;
	margin: 0 29px 0 0;
	text-align: left;
	cursor: pointer;
}

.thema_wrapper h1 {
	font-size: 14px;
	line-height: 16px;
	color: #147deb;
	margin: 0 0 20px 0;
	font-weight: bold;
	background-image: url(images/pfeil_thema.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	height: 32px;
	padding: 0 0 0 15px;
}

.thema_wrapper h1 img {
	margin: 0 5px 0 0;
}

.thema_wrapper .bild {
	position: relative;
	width: 192px;
	height: 135px;
	margin: 0 0 17px 0;
}

.thema_wrapper .bild .neu {
	position: absolute;
	top: -20px;
	left: 155px;
	background-image: url(images/thema_neu.png);
	background-repeat: no-repeat;
	width: 53px;
	height: 54px;
}

.thema_wrapper .bild .image {
	width: 192px;
	height: 135px;
	overflow: hidden;
}

.thema_wrapper .bild .image img {
	width: 192px;
}

.thema_wrapper p {
	font-size: 10px;
	line-height: 13px;
	margin: 0 0 15px 0;
	background-image: url(images/pfeil_thema_p.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 15px;
}

.thema_wrapper p img {
	margin: 0 5px 0 0;
}

/*-------------------- Produkt --------------------*/

#produkt {
	width: 884px;
	padding: 17px 0 0 26px;
	text-align: left;
}

#produkt h1 {
	font-size: 14px;
	color: #147deb;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.produkt_wrapper {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
	text-align: left;
}

.produkt_wrapper h1 img, #produkt h1 img {
	margin: 0 5px 0 0;
}

.produkt_wrapper .bild {
	position: relative;
	width: 330px;
	height: 232px;
	margin: 0 0 17px 0;
}

.produkt_wrapper .bild .neu {
	position: absolute;
	top: -20px;
	left: 293px;
	background-image: url(images/thema_neu.png);
	background-repeat: no-repeat;
	width: 53px;
	height: 54px;
}

.produkt_wrapper .bild .image {
	width: 330px;
	height: 232px;
	overflow: hidden;
}

.produkt_wrapper .bild .image img {
	width: 330px;
}

.produkt_wrapper p {
	font-size: 10px;
	line-height: 13px;
	margin: 0 0 15px 0;
	background-image: url(images/pfeil_thema_p.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 15px;
}

.produkt_wrapper p img {
	margin: 0 5px 0 0;
}

#produkt .thumb_col {
	float: left;
	width: 151px;
	margin: 0 20px 0 0;
}

#produkt .thumb_col .thumbnail {
	width: 151px;
	height: 106px;
	background-color: #f2f2f3;
	margin: 0 0 21px 0;
	overflow: hidden;
}

#produkt .thumb_col .thumbnail img {
	width: 151px;
}

/*--------------- Content --------------------*/	

#content_start, #content, #content_standard {
	/*background-color: #F0F0F0;
	background-image: url(images/hg_content_start.gif);
	background-repeat: repeat-x;*/
	width: 858px;
	padding: 40px 26px;
	text-align: left;
}

#content_standard {
	width: 884px;
	padding: 17px 0 40px 26px;
	text-align: left;
}

#content_start p, #content p {
	margin: 0 0 20px 0;
}

#content_start .text {
	width: 415px;
	margin: 0 27px 0 0;
	line-height: 18px;
	float: left;
}

#content .text {
	width: 500px;
	margin: 0 22px 0 0;
	line-height: 18px;
	float: left;
}

#content_standard .text {
	width: 640px;
	margin: 0 52px 0 0;
	line-height: 18px;
	float: left;
}

div.text ul {
	margin: 0 0 0 14px;
}

#linked_docs {
	width: 195px;
	float: left;
	margin: 0 26px 0 0;
}

#linked_docs a {
	color: #738294;
	font-size: 9px;
	text-decoration: none;
	padding: 0 0 0 25px;
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin: 0 0 12px 0;
}

#news_wrapper {
	float: left;
	width: 192px;
	overflow: hidden;
	text-align: left;
}

#produkt #news_wrapper {
	margin: 0 0 0 0;
}

#content_standard #news_wrapper {
	float: right;
	margin: 0 0 40px 0;
}

#news_header {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	background-image: url(images/hg_news.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 162px;
	padding: 0 15px;
}

.news {
	width: 162px;
	margin: 2px 0 0 0;
	padding: 11px 15px 11px 15px;
	background-color: #d9dadb;
}

.news h2 {
	font-size: 11px;
	color: #1e73c8;
	font-weight: bold;
	margin: 0 0 4px 0;
}

#news_wrapper .news p {
	float: none;
	width: 162px;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
}

#news_wrapper .news p a {
	display: block;
	margin: 5px 0 3px 0;
	color: #1e73c8;
	text-decoration: none;
}

#big_image {
	width: 858px;
	padding: 26px 26px;
	text-align: center;
	border-bottom: 10px solid #ffffff;
	border-top: 10px solid #ffffff;
	overflow: hidden;
}

/*----------------------- News ------------------*/

#news {
	width: 884px;
	padding: 17px 0 0 26px;
	text-align: left;
}

#news .news_wrapper {
	float: left;
	width: 410px;
	margin: 0 30px 20px 0;
}

#news .news_wrapper h2 {
	background-image: url(images/pfeil_thema.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #147deb;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#news .news_text {
	padding: 0 0 0 15px;
	line-height: 18px;
	font-size: 11px;
}

#news .news_text p {
	margin: 0 0 15px 0;
}

#news .news_text img {
	float: left;
	margin: 5px 15px 5px 0;
	width: 164px;
}


/*----------------------- Footer ------------------*/

#footer {
	/*margin: 10px 0 0 0;
	background-color: #F0F0F0;*/
	border-top: 10px solid #ffffff;
	width: 884px;
	padding: 40px 0 40px 26px;
	text-align: left;
	font-size: 9px;
}

#footer_nav .footer_spalte {
	float: left;
	margin: 0 15px 50px 0 !important;
	margin: 0 15px 25px 0;
}

#footer_nav ul {
	list-style-type: none;
	margin: 0 0 20px 0 !important;
	margin: 0 0 10px 0;
}

#footer_nav li {
	width: 130px;
}

#footer_nav li a {
	font-size: 11px;
	font-weight: bold;
	color: #147deb;
	text-decoration: none;
	line-height: 15px;
}

#footer_nav li li {
	float: none;
}

#footer_nav li li, #footer_nav li li a {
	font-size: 10px;
	font-weight: normal;
	color: #738294;
	line-height: 15px;
}