@charset "utf-8";

/* --< defaults >----------------------------------- */

*{ margin:0; padding:0; }

body {
	background: #6599ff;
	color:#505050;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table { font-size:8pt; }
img { border:0; }
ul { list-style-type: square; margin-left: 10px; }
li { list-style:square outside none; }
input, textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
input, select, textarea { vertical-align:middle; font-weight:normal;  }
select {  border:1px solid #818181; font-size:10px; text-indent:2px; }
h1 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:18px; color:#002F75; font-weight:bold; }
h2 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:15px; color:#002F75; font-weight:bold; }
h3 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:13px; color:#002F75; font-weight:bold; }

a:link          { color:#505050; text-decoration:none; }
a:hover         { color:#9c0003; text-decoration:none; }
a:visited       { color:#505050; text-decoration:none; }
a:visited:hover { color:#CC0000; text-decoration:none; }

.white { color:#FFFFFF; }
a:link.white	{color:#FFFFFF; text-decoration:none;}
a:visited.white	{color:#FFFFFF; text-decoration:none;}
a:active.white	{color:#404040; text-decoration:none;}
a:hover.white	{color:#404040; text-decoration:none;}

/* --< general >----------------------------------- */

.textblock {
	font-size:9pt;
	line-height:14pt;
}

.imageleft {
	float:left;
	left:auto;
	right:auto;
	margin:5px 10px 10px 0;
}

.contentblockright {
	float:right;
	left:auto;
	right:auto;
	margin:0px 0px 10px 10px;
}

.zoomImage {
	padding: 0px;
	background-color: #EFF3F8;
}

.formerror {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
}

.flowgrid {
	float:left;
	margin:10px;
	overflow:hidden;
	width:180px;
}

.exLink {
	background:url(../images/icons/page_link.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.inLink {
	background:url(../images/icons/page_white_go.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.infoLink {
	background:url(../images/icons/information.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.pdfLink {
	background:url(../images/icons/page_white_acrobat.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.dateLink {
	background:url(../images/icons/date.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.printLink {
	background:url(../images/icons/printer.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.picturesLink {
	background:url(../images/icons/pictures.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.phoneLink {
	background:url(../images/icons/telephone.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.presentationLink {
	background:url(../images/icons/user_comment.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.contentLink {
	background:url(../images/icons/page_white_text.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}

.zoomLink {
	background:url(../images/icons/zoom.png) no-repeat;
	padding-left:18px;
	display:inline-block;
	min-height: 16px;
}


.tabpane {
	
}

.tabpane a {
	color:#002F75;
	text-decoration: none;
}
	
.tabpane a:hover {
	color: #009;
}

.tabnav li {
	list-style: none;
	padding: 3px;
}
	
.tabnav li a {
	outline: none;
}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	font-weight: bold;
}


/* --< required by jquery >-----------------------------------------------------------*/

.ui-tabs-hide {
     display: none;
}

/* --< page frame >----------------------------------- */

#page {
	position: relative;
	left: 50%;
	margin-left: -500px;
	width:1000px;
	background-image:url(../images/page/bgPage.jpg);
	background-repeat:repeat-y;
}

#page .pageInfocontent {
	margin:0px 7px 0px 7px;
	padding:3px 10px 3px 10px;
	background-color:#3468ce;
	vertical-align:middle;
	color:#FFFFFF;
	text-align:right;
}

#page .pageHeader {
	margin:0px 7px 0px 7px;
	padding:0px;
	height:172px;
}

#page .pageFooter {
	margin:0px 7px 0px 7px;
	padding:0px;
	height:120px;
	color:#ffffff;
	vertical-align:top;
}

#page .pageContent {
	margin:0px 7px 0px 7px;
	padding:0px;
	width:986px;
	background-color:#f7f3c6;
	background-image:url(../images/page/bgContent.jpg);
	background-repeat:repeat-y;
}

#page .ctFrame {
	width:986px;
	background-image:url(../images/page/page06.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#page .ctNavigation {
	width:178px;
	float:left;
	margin-bottom:200px;
}

#page .ctContent {
	
	width:808px;
	float:right;
	background-color: #f7f3c6;
}

#page .ctContentInline {
	display:block;
	margin-top:20px;
	margin-left:42px;
	margin-right:42px;
	margin-bottom:30px;
}

#infotext {
	font-size: 6pt;
	font-weight: normal;
	color: #6599ff;
}

/* --< navigation >---------------------------------------------------------*/ 

.navigationLine { width:100% display:block; height:2px; margin:0px; padding:0px;  }
.navigationLinks { text-align: center; color: white; }

.navigation		{ height:16px; padding-top:2px; text-align:left; font-size:8pt; font-weight:bold; color:#ffffff; text-decoration:none; display:block; background-image: url(../images/page/menuLine.gif); background-repeat: no-repeat;}
a:link.navigation { color:#ffffff; }
.navigation:hover, a:active.navigation { color:#ffffff; background-color:#4175db; }
a:visited.navigation { color:#ffffff; }

a.ACTnavigation	{ height:16px; text-align:left; font-size:8pt; font-weight:bold; color:#ffffff; text-decoration:none; display:block; background-color:#9c0003; }
a:link.ACTnavigation { color:#ffffff; }
a:hover.ACTnavigation, a:active.ACTnavigation { color:#ffffff; background-color:#4175db; }
a:visited.ACTnavigation { color:#ffffff; }

.AREAnavigation	{ height:16px; text-align:left; font-size:8pt; font-weight:bold; color:#ffffff; text-decoration:none; display:block; background-color:#5387ed; }
a:link.AREAnavigation { color:#ffffff; }
a:hover.AREAnavigation, a:active.AREAnavigation { color:#ffffff; background-color:#4175db; }
a:visited.AREAnavigation { color:#ffffff; }

.ACTAREAnavigation { height:16px; text-align:left; font-size:8pt; font-weight:bold; color:#ffffff; text-decoration:none; display:block; background-color:#9c0003; }
a:link.ACTAREAnavigation { color:#ffffff; }
a:hover.ACTAREAnavigation, a:active.ACTAREAnavigation { color:#ffffff; background-color:#4175db; }
a:visited.ACTAREAnavigation { color:#ffffff; }

/* --< toolbox white >------------------------------------------- */

h2.rBHeadline_w {
	background-color:#ffffff;
	border-left:1px solid #dee2e0; border-right:1px solid #dee2e0;
	text-align:left; font-size:1.2em; color:#002F75;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}

div.rBContent_w {
	background-color:#ffffff;
	border-left:1px solid #dee2e0; border-right:1px solid #dee2e0;
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px; 
}

div.rTC_w {
	height:10px; clear:both;
	background: transparent url(../images/toolbox/navig_rTC10w.gif) top left repeat-x;
	overflow:hidden;
}

div.rTL_w {
	float:left; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rTL10w.gif) top left no-repeat;
}

div.rTR_w {
	float:right; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rTR10w.gif) top left no-repeat;
}

div.rTC5_w {
	height:5px; clear:both;
	background: transparent url(../images/toolbox/navig_rTC5w.gif) top left repeat-x;
	overflow:hidden;
}

div.rTL5_w {
	float:left; width:10px; height:5px;
	background: transparent url(../images/toolbox/navig_rTL5w.gif) top left no-repeat;
}

div.rTR5_w {
	float:right; width:10px; height:5px;
	background: transparent url(../images/toolbox/navig_rTR5w.gif) top left no-repeat;
}

div.rBC_w {
	height:10px; clear:both;
	background: transparent url(../images/toolbox/navig_rBC10w.gif) top left repeat-x;
	overflow:hidden;
}

div.rBL_w {
	float:left; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rBL10w.gif) top left no-repeat;
}

div.rBR_w {
	float:right; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rBR10w.gif) top left no-repeat;
}

/* --< toolbox blue >------------------------------------------- */

h2.rBHeadline_b {
	background-color:#EFF3F8;
	border-left:1px solid #dee2e0; border-right:1px solid #dee2e0;
	text-align:left; font-size:1.2em; color:#002F75;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px; 
}

div.rBContent_b {
	background-color:#EFF3F8;
	border-left:1px solid #dee2e0; border-right:1px solid #dee2e0;
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px; 
}

div.rTC_b {
	height:10px; clear:both;
	background: transparent url(../images/toolbox/navig_rTC10.gif) top left repeat-x;
	overflow:hidden;
}

div.rTL_b {
	float:left; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rTL10.gif) top left no-repeat;
}

div.rTR_b {
	float:right; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rTR10.gif) top left no-repeat;
}

div.rBC_b {
	height:10px; clear:both;
	background: transparent url(../images/toolbox/navig_rBC10.gif) top left repeat-x;
	overflow:hidden;
}

div.rBL_b {
	float:left; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rBL10.gif) top left no-repeat;
}

div.rBR_b {
	float:right; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rBR10.gif) top left no-repeat;
}

/* --< toolbox blue / white >------------------------------------------- */

h2.rBHeadline_bw {
	background-color:#6599ff;
	border-left:1px solid #dee2e0; border-right:1px solid #9fbfff;
	text-align:left;
	font-size:1.2em;
	color:white;
	font-weight:bold;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px; 
}

div.rBContent_bw {
	background-color:#6599ff;
	border-left:1px solid #dee2e0; border-right:1px solid #9fbfff;
	color:white;
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px; 
}

div.rTC_bw {
	height:10px; clear:both;
	background: transparent url(../images/toolbox/navig_rTC10bw.gif) top left repeat-x;
	overflow:hidden;
}

div.rTL_bw {
	float:left; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rTL10bw.gif) top left no-repeat;
}

div.rTR_bw {
	float:right; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rTR10bw.gif) top left no-repeat;
}

div.rBC_bw {
	height:10px; clear:both;
	background: transparent url(../images/toolbox/navig_rBC10bw.gif) top left repeat-x;
	overflow:hidden;
}

div.rBL_bw {
	float:left; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rBL10bw.gif) top left no-repeat;
}

div.rBR_bw {
	float:right; width:10px; height:10px;
	background: transparent url(../images/toolbox/navig_rBR10bw.gif) top left no-repeat;
}



/* -< product view >------------------------------------------ */

/* -- list of products -- */

.ctContinent{
	background-color:#004389;
	color:white;
	margin:0px;
	padding:2px;
}

.productsGrid {
	width: 162px;
	margin:6px 6px 0px 6px;
	float: left;
	overflow: hidden;
}



.rBHeadline_productsHeadline {
	height:30px;
	background-color:#ffffff;
	border-left:1px solid #dee2e0; border-right:1px solid #dee2e0;
	text-align:left;
	font-weight:bold;
	text-align:center;
	color:#002F75;
}

.rBContent_productsContent {
	height: 200px;
	background-color:#ffffff;
	border-left:1px solid #dee2e0; border-right:1px solid #dee2e0;
}

.productsTeaser {
	height:62px;
}

.productsSpecial {
	float:left;
}

.productsLink {
	float:right;
	font-weight: bold;
}

/* -- detail pages -- */

.productContent {
	width:450px;
	float:left;
	text-align:justify;
}

.productSidebar {
	width:220px;
	float:right;
}

.productToollink {
	padding-bottom:10px;
}

/* -- overview -- */

.productPictureviewFrame{
	height:450px;;
	width:600px;
	background-image: url(../images/product_bgline.jpg);
	
}
.pictureviewImage {
	width:300px;
	height:225px;
	float:left;
}
.pictureviewContent {
	width:300px;
	height:225px;
	float:left;
	background-image:url(../images/product_wave.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.pictureviewLinks {
	background-color:#3468cd;
	padding: 5px;
	text-align:right;
	color:#FFFFFF;
}

/* -< gallery / highslide >------------------------------------------ */

.gallerySelection {
	background-image:url(../images/bg_gallery_170x140.gif);
	background-repeat:no-repeat;
	padding:20px;
}

/* Center the text in the caption */
.highslide-caption {
	width: 100%;
	text-align: center;
}
/* Remove the close button from the controls since we already have one in the corner of the image */
.highslide-close {
	display: none !important;
}
/* Put the image number in front of the caption */
.highslide-number {
	display: inline;
	padding-right: 1em;
	color: white;
}

/* --< sliding-boxes >-----------------------------------------------------------*/ 

.boxgrid{ 
	width: 300px; 
	height: 225px; 
	margin:0px 10px 10px 0; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 5px; 
	color:#ffffff; 
	font-weight:bold; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.caption .boxcaption {
	top: 195;
	left: 0;
}
.boxheadline { margin: 5px; color:#FFF; letter-spacing:-1px; font-weight: bold;  }
