@CHARSET "ISO-8859-1";

html, body {
	position:relative;
	
	margin:0px;
	font-family:Arial;
	color:#000;
	font-size:10pt;
	
	background-image:url("images/background.jpg");
	background-position:top left;
	background-attachment:fixed;
}

img, div, input, td { behavior: url("iepngfix/iepngfix.htc") }

a, a:active, a:visited {
	color:#4065aa;
	text-decoration:none;
}

a:active{outline:none;}

a:hover {
	color:#4065aa;
	text-decoration:underline;
}
	
div#main {
	width:985px;
	
	position:relative;
	
	margin: 0 auto;
	margin-top:45px;
	margin-bottom:10px;
	background-color:#fff;
	
	border-top:1px solid #4065aa;
	border-bottom:1px solid #4065aa;
	
}

div#main div#shadow_right {
	background-image:url("images/shadow_right.gif");
	background-position:top right;
	background-repeat:repeat-y;
	
	height:100%;
	width:3px;
	position:absolute;
	top:0px;
	right:-3px;
}

div#main div#shadow_bottom {
	background-image:url("images/shadow_bottom.gif");
	background-position:top left;
	background-repeat:no-repeat;
	
	width:100%;
	height:6px;
	
	position:absolute;
	bottom:-6px;
	margin-left:3px;
	line-height:2px;
	font-size:2px;
	
	/*border-top:1px solid #4065aa;*/
}

img#logo {
	margin-top:40px;
	margin-left:20px;
}


img#header {
	position:absolute;
	
	top:-15px;
	right:-20px;
}

#languages {
	position:absolute;
	left:30px;
	top:-20px;
	
	
}

table#topnavi {
	position:relative;
	
	margin-top:45px;
	margin-left:15px;
	
	width:922px;
	height:35px;
}

table#topnavi td {
	height:100%;
	cursor:pointer;
}

table#topnavi td.item {	
	color:#d2d2d2;
	text-align:center;
	vertical-align:top;
	
	padding:0px;
	background-image:url("images/topnavi_bg.gif");
	background-repeat:repeat-x;
	background-position:right top;
}

table#topnavi td.active {	
	color:#fff;
}

table#topnavi td.active a, table#topnavi td.active a:active, table#topnavi td.active a:visited {
	color:#fff;
	text-decoration:none;
}

table#topnavi td a, table#topnavi td a:active, table#topnavi td a:visited {
	color:#d2d2d2;
	text-decoration:none;
}

table#topnavi td a:hover {
	color:#fff;
}

table#topnavi td:hover a {
	color:#fff;
}

table#topnavi td div.wrapper {
	width:100%;
	height:100%;
}

table#topnavi td.border div.wrapper {
	background-image:url("images/topnavi_border.jpg");
	background-repeat:no-repeat;
	background-position:right top;
}

table#topnavi td.item div.wrapper {	
	position:relative;
}

table#topnavi td.item div.wrapper span {
	line-height:30px;
}

table#topnavi td.inactive div.wrapper div {	
	display:none;
}

table#topnavi td.active div.wrapper .underline {
	width:100%;
	height:4px;
	
	position:absolute;
	left:-1px;
	bottom:0px;
	
	padding:0px;
	
	line-height:1px;
	font-size:1px;
	
	background-image:url("images/topnavi_active_underline_left.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
}

table#topnavi td.active div.wrapper .underline .right {
	width:5px;
	height:4px;
	
	position:absolute;
	right:0px;
	bottom:0px;
	
	padding:0px;
	
	line-height:4px;
	
	background-image:url("images/topnavi_active_underline_right.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}

table#topnavi td#topnavi_left {
	width:209px;
	height:35px;
	
	background-image:url("images/topnavi_left.jpg");
	background-repeat:no-repeat;
}

table#topnavi td#topnavi_right {
	width:9px;
	height:35px; 
	
	background-image:url("images/topnavi_right.png");
	background-repeat:no-repeat;
}

#middle {
	margin-left:15px;
	margin-top:30px;
	margin-bottom:15px;
	
	width:100%;
}

#middle td {
	vertical-align:top;
}

#subnavi {
	width:190px;
	vertical-align:top;
	
	background-image:url("images/subnavi_bg.gif");
}

#subnavi div#subnavi_top {
	width:190px;
	height:22px;
	
	background-image:url("images/subnavi_top.jpg");
}

div#subnavi_bottom {
	width:190px;
	height:42px;
	
	background-image:url("images/subnavi_bottom.jpg");
}


#subnavi ul {
	list-style-type:none;
	margin:0px 5px 0px 15px;
	padding:0px;
}

#subnavi ul li {
	margin-bottom:5px;
	margin-top:5px;
}

#subnavi ul li.active {
	list-style-type:none;
	margin:0px;
	margin-left:0px;
	padding-left:20px;
	
	background-image:url("images/subnavi_bullet.gif");
	background-repeat:no-repeat;
	background-position:left 6px;
}

#subnavi ul li.subkat {
	padding-left:20px;
}

#subnavi ul li.subkat_active {
	padding-left:20px;
}

#subnavi ul li a, #subnavi ul li a:active, #subnavi ul li a:visited {
	color:#999999;
	text-decoration:none;
}

#subnavi ul li.subkat a, #subnavi ul li.subkat a:active, #subnavi ul li.subkat a:visited {
	color:#000;
	text-decoration:none;
}

#subnavi ul li.subkat a:hover {
	color:#4065aa;
	font-weight:normal;
}

#subnavi ul li.active a, #subnavi ul li.active a:active, #subnavi ul li.active a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#subnavi ul li a:hover {
	color:#000;
	font-weight:bold;
}

#subnavi ul li.subkat_active a, #subnavi ul li.subkat_active a:active, #subnavi ul li.subkat_active a:visited {
	color:#4065aa;
	text-decoration:none;
}

#subnavi ul li.subkat_active a:hover {
	color:#4065aa;
	font-weight:normal;
}



#content {
	padding-left:20px;
	padding-right:50px;
}

#content .intro {
	color:#999999;
	padding:0px;
	font-size:12pt;
}

#content span.intro {
	margin-top:-30px;
}

#content h1 {
	color:#4065aa;	
	font-size:14pt;
	margin-bottom:20px;
}

#content h2 {
	color:#4065aa;	
	font-size:14pt;
	margin-bottom:20px;
}

#content img {
	border-bottom:1px solid #4065aa;
	margin-right:25px;
	margin-bottom:15px;
}

#content img.kategorie {
	float:left;
	border-bottom:1px dashed #ccc;
}

#content td.kategorie {
	width:200px;
	height:160px;
	padding:0px 10px 20px 10px;
		
}

#content td.kategorie hr {
	border:none;
	border-bottom:1px dashed #ccc;
	height:1px;
	width:200px;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#content div.kategorie_tn {
	width:200px;
	height:140px;
	padding:0px;
	border:0px solid #000;
	position:relative;
	overflow:hidden;
	
	cursor:pointer;
	
	margin:0 auto;
	
}

#content div.kategorie_tn img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
	max-width:200px;
	width:auto !important;
	width:200px;
	
	max-height:140px;
	height:auto !important;
	height:140px;
	
	border:none;
	
}

#content a.black, #content a.black:active, #content a.black:visited {
	color:#000;
	text-decoration:none;
}

#content a.black:hover {
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

#content table.kategorie_overview {
	width:100%;
}

#content table.kategorie_overview td {
	text-align:center;
}

#content table.produkte {
	empty-cells:show;
	width:730px;
	height:auto;
	table-layout:fixed;
}

#content table.produkte td {
	width:25%;
	height:auto;
	border-right: 1px solid #224da1;
	padding:10px;
	margin:0px;
	
	vertical-align:top;
	font-size:8pt;
}

#content table.produkte td.empty {
	border:none;
	background-color:#fff;
}

#content table.produkte td.img {
	text-align:center;
	vertical-align:bottom;
}

#content table.produkte td.img img {
	border:none;
	margin:0px;
	width:auto !important;
	width:140px;
	max-width:140px;
	
	height:auto !important;
	height:130px;
	max-height:130px;
}

#content table.produkte td.name {
	font-weight:bold;
	font-size:10pt;
}

#content table.produkte td.ability {
	text-align:right;
	font-weight:bold;
}

#content table.produkte_suche {
	width:100%;
	border-top:1px solid #224da1;
}

#content table.produkte_suche td {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #224da1;
}

#content table.produkte_suche td.img {
	text-align:center;
	padding-right:10px;
}

#content table.produkte_suche td.img img {
	border:none;
	margin:0px;
}

#content h2 {
	font-size:12pt;
	font-weight:bold;
	margin:0px;
}

#content ul li {
	margin-left:10px;
}

#news_overview {
	float:right;
	width:180px;
	padding-left:20px;
}

#news_overview h2 {
	font-size:14pt;
	color:#ffcc33;
	margin-bottom:20px;
}

#news_overview .date {
	font-size:7pt;
	color:#808080;
	border-top:1px dotted #808080;
	border-bottom:1px dotted #808080;
	padding-left:10px;
	height:16px;
	vertical-align:middle;
}

#news_overview .title {
	padding-bottom:20px;
	padding-top:5px;
	font-size:9pt;
}

span.highlight {
	background-color:#ff0;
}

#footer {
	width:980px;
	margin:0 auto 10px;
	text-align:center;
	
	font-size:8pt;
}

#footer a, #footer a:active, #footer a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}
	
	
#kataloge {
	width:600px;
}

#kataloge div {
	border-bottom:1px dotted #000;
	padding:10px 0px 10px 0px;
}

#kataloge div.kategorie {
	font-weight:bold;
	cursor:pointer;
	background-image:url("images/kataloge_plus.gif");
	background-repeat:no-repeat;
}

#kataloge div.kategorie:hover {
	background-color:#dcdcdc;
}

#kataloge div.katalog table img {
	border:0px;
	border-right:1px solid #666;
	vertical-align:middle;
	margin-right:5px;
	float:left;
}

#kataloge div.katalog table span.info {
	font-size:8pt;
}


