html {
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: left;
	background-color: #EBF0F4;
	background-position: top;
	background-repeat:repeat-x;
}
body, th, td, p, a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
}

form {
	margin: 0;
	padding: 0;
}
.logo a,
.head_left a,
.head_content a,
.head_right a,
.head_nav a,
.row1 a,
.row3 a {
	text-decoration: none;
}

.logo_print,
.contentrow .row3print {
	display: none;
}
/*------------------------------------------------------------------------------*/
tr.logo {
}
.logo td.left {
	height: 75px;
	background-image: url(../images/content_l.jpg);
/*	background-image:url(../images/logo_bg_left.jpg); */
	background-position:top right;
	background-repeat: repeat-y;
}

.logo .content {
	width: 987px;
	background-image:url(../images/logo_bg.jpg);
	background-position:top;
}

.logo td.right {
	height: 12px;
/*	background-image:url(../images/logo_bg_right.jpg); */
	background-image: url(../images/content_r.jpg);
	background-position:top left;
	background-repeat: repeat-y;
}

/*------------------------------------------------------------------------------*/


td.head_left {
	height: 28px;
	background-image: url(../images/content_l.jpg);
	background-position:top right;
	background-repeat: repeat-y;
}

td.head_content {
	height: 28px;
	background-image:url(../images/head_bg.jpg);
	background-position:top;
	border-width: 0 0 1px;
	border-style: solid;
	border-bottom-color: #FFFFFF;
}

td.head_right {
	height: 28px;
	background-image: url(../images/content_r.jpg);
	background-position:top left;
	background-repeat: repeat-y;
}



	.head_content div.seach {
		width: 255px;
		float: left;
		padding: 5px 0 2px 2px;
	}
	.head_content .seach .text {
		height: 13px;
		width: 185px;
		border: 1px solid #ffffff;
		font-size:10px;
		background-image:url(../images/seach_in_bg.jpg);
		background-position:right;
		float:left;
		margin-right: 5px;
	}
	.head_content .seach img {
		float:left;
	}
	

	.head_content .sprache {
		float:left;
		height: 17px;
		width: 250px;
		padding: 3px 0 2px;
	}
	.head_content .sprache img {
		padding: 5px;
	}
	
	
	
	.head_content .hmenue {
		float:right;
		padding: 0 5px;
		width: 400px;
	}
	.head_content .hmenue a {
		display:block;
		padding: 6px 7px 6px;
		font-size: 11px;
		color: #28394B;
		text-transform: uppercase;
	}
	.head_content .hmenue .caktiv a,
	.head_content .hmenue .cselected a {
		font-weight: bold;
		background-image: url(../images/hmenue_aktiv.gif);
		background-position:center top;
		background-repeat:no-repeat;
	}
	
/*------------------------------------------------------------------------------*/

td.head_nav_left {
	background-image: url(../images/content_l.jpg);
	background-position:top right;
	background-repeat: repeat-y;
}
td.head_nav {
	height: 228px;
	background-image:url(../images/nav_right_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color: #fff;
}
td.head_nav_right {
	background-image: url(../images/content_r.jpg);
	background-position:top left;
	background-repeat: repeat-y;
	
}
	
	.head_nav .illustration1 {
		background-color:#549dca;
		width: 987px;
		height: 228px;
		float: left;
		background-position:right;
		background-repeat: repeat-y;
		background-image:url(../images/illustration_bg.jpg);
		position:relative;
			z-index: 2;
	}
		.head_nav .illustration1 table {
			position: absolute;
/*			top: 121px;	*/
			top: 0px;
			left: 0;
			z-index: 5;
		}
	.head_nav .illustration2 {
		width: 106px;
		height: 228px;
		float: left;
		border-right: 1px solid #ffffff;
		background-repeat:no-repeat;
	}

/*------------------------------------------------------------------------------*/

div.line {
	border: 1px solid #ffffff;
	border-width: 1px 0;
	background-color: #5EB1D3;
	height: 1px;
}

/*------------------------------------------------------------------------------*/

td.contentrow {
	background-image:url(../images/content_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

	/*------------------------------------------------------------------------------*/
	.contentrow div.row1 {
		width: 240px;
		float:left;
		padding: 32px 0 0;
	}
		.contentrow .row1 .ibox {
			clear: both;
			background-image:url(../images/ibox_s.jpg);
			background-position: 217px 2px;
			background-repeat:no-repeat;
		}
		.contentrow .row1 .ibox h1 {
			border: 0;
			padding: 0;
			margin:0;
		}
		.contentrow .row1 .ibox h1 a {
			border: 0;
/*
			border-top: 1px solid #5CABCC;
			border-bottom: 1px solid #ffffff;
			background-color: #E2EFF5;
*/
			background-image: url(../images/ibox_h_bg.jpg);
			background-repeat:repeat-y;
			background-color: #86c7e5;
			font-size: 13px;
			color: #fff;
			font-weight: normal;
			
			padding: 9px 6px 8px 18px;
			margin:0;
			
			display: block;
			width: 193px;
		}
		.contentrow .row1 .ibox div.c {
			background-position: top;
			background-image:url(../images/ibox_c_bg.jpg);
			background-repeat:repeat-x;
			
			padding: 12px 26px 10px 18px;
			margin: 0;
			
			width: 173px;
		}
			.contentrow .row1 .ibox p {
				padding: 0;
				margin: 0;
			}
			.contentrow .row1 .ibox .more a.more {
				display:block;
				position: relative;
				left: 180px;
				top: -18px;
				width: 15px;
			}

	/*------------------------------------------------------------------------------*/

	.contentrow div.row2 {
		width: 500px;
		float:left;
		padding: 0 5px;
	}
	
	.contentrow .row2 div.path {
		height: 29px;
		font-size: 11px;
		color: #000000;
		padding: 9px 0 0 0;
	}
		
	.contentrow .row2 .path a {
		display: none;
	}
	.contentrow .row2 .path a.caktiv,
	.contentrow .row2 .path a.cselected {
		font-size: 11px;
		color: #000000;
		display: inline;
		text-decoration: none;
	}
	
	
	/*------------------------------------------------------------------------------*/
	.contentrow div.row3 {
		width: 230px;
		float:right;
		padding: 9px 0 0;
	}
		.contentrow .row3 .ibox {
			clear: both;
			background-image:url(../images/ibox_s2.png);
			background-position: 1px 2px;
			background-repeat:no-repeat;
			padding: 0 0 0 13px;
		}
		
		
		.contentrow .row3 .ibox h1 {
			border: 0;
			padding: 0;
			margin:0;
		}
		.contentrow .row3 .ibox h1 a {
			border: 0;
/*
			border-top: 1px solid #5CABCC;
			border-bottom: 1px solid #ffffff;
			background-color: #E2EFF5;
*/
			background-image: url(../images/ibox_h_bg.jpg);
			background-repeat:repeat-y;
			background-color: #86c7e5;
			font-size: 13px;
			color: #fff;
			font-weight: normal;
			
			padding: 9px 6px 8px 18px;
			margin:0;
			
			display: block;
			width: 193px;
		}
		
		.contentrow .row3 .ibox div.c {
			background-position: top;
			background-image:url(../images/ibox_c_bg.jpg);
			background-repeat:repeat-x;
			
			padding: 12px 6px 10px 18px;
			margin: 0;
			
			width: 193px;
		}
			.contentrow .row3 .ibox p {
				padding: 0;
				margin: 0;
			}
			.contentrow .row3 .ibox .c img.img {
				display:block;
				position: relative;
				left: -10px;
				top: -2px;
				float:left;
			}
			.contentrow .row3 .ibox .more a.more {
				display:block;
				position: relative;
				left: 180px;
				top: -18px;
				width: 15px;
			}
			
/*------------------------------------------------------------------------------*/
	
.contactform td {
	font-size: 10px;
	padding: 0 0 3px 0;
	width: 260px;
	color: #000000;
}

.table2 td {
	padding: 0;
	width: auto;
	color: #000000;
}

.contactform p {
	font-size: 10px;
	color: #000000;
}
.contactform h1 {
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin: 0;
}
.contactform input {
	font-size: 10px;
	padding: 3px 2px;
	color: #000000;
}
.contactform select {
	font-size: 10px;
	padding: 2px 2px;
	color: #000000;
}
			
/*------------------------------------------------------------------------------*/		
	
.ProductList .Item {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
	float: left;
}
.SuchList .Item {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
	float: left;
	width: 100%;
}


.ProductList .Item H1,
.SuchList .Item H1 {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 5px;
	padding: 0;
}
.ProductList .Item p,
.ProductList .Item .text h1,
.ProductList .Item .text h2,
.ProductList .Item .text h3,
.ProductList .Item .text h4,
.ProductList .Item .text h5,
.SuchList .Item p,
.SuchList .Item .text h1,
.SuchList .Item .text h2,
.SuchList .Item .text h3,
.SuchList .Item .text h4,
.SuchList .Item .text h5 {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 5px;
	padding: 0;
}
.ProductList .Item img,
.SuchList .Item img {
	padding: 3px;
	border: 1px solid #DCDCDC;
	float: right;
	margin: 0 0 5px 15px;
}
.ProductList .Item a.more,
.SuchList .Item a.more {
	font-weight: bold;
}
	
/*------------------------------------------------------------------------------*/	
	
.SubSites {
	margin-top: 24px;
	background-image:url(../images/subsite_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 160px;
}
.SubSites div.s {
	width: 13px;
	height: 160px;
	float: left;
	background-image:url(../images/subsite_s.jpg);
}
.SubSites .SubSites2 {
	background-image:url(../images/subsite_bg2.gif);
	background-position: center;
	background-repeat:repeat-y;
	height: 160px;
	width: 217px;
	float: left;
}
	.SubSites2 .Itemself {
		display: none;
	}
	.SubSites2 .Itemother {
		padding: 10px 0 0;
		float: left;
		width: 72px;
		height: 160px;
		text-align:center;
	}
	.SubSites2 .Itemother a {
		text-decoration:none;
		font-size: 11px;
	}
	
/*------------------------------------------------------------------------------*/		
			
			td.contentleft {
				background-image: url(../images/content_l.jpg);
				background-position:right;
				background-repeat:repeat-y
			}
			td.contentright {
				background-image: url(../images/content_r.jpg);
				background-position: left;
				background-repeat:repeat-y
			}
			
			td.row2 {
				background-position: bottom;
				background-repeat: repeat-x;
				background-image: url(../images/fuss_bg.jpg);
				background-color: #FFFFFF;
			}
			
			
a.Print {
	text-decoration:none;
}








	#ticker-container {
    position:relative;
    overflow:hidden;
    width: 152px;
    height: 146px;
    padding: 2px;
  	border: 0;
  }
	
	#ticker {
		position:relative;
		width:150px;
	}
	

.partner {
	line-height:35px;
	color: #3390ca;
	font-weight: bold;
	font-size: 16px;
}