@import url("/application/js-calendar/calendar-blue2.css");

/* ------- Lightbox ------------ */
#lightbox {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer {
	padding: 10px;
	}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.jet-contact.com/images/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { 
	left: 0; 
	float: left;
	}

#nextLink {
	right: 0; 
	float: right;
	}
	
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.jet-contact.com/images/lightbox/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(http://www.jet-contact.com/images/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font: 10px Verdana, Helvetica, "sans-serif";
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData {padding:0 10px;	}

#imageData #imageDetails {
	width: 70%; 
	float: left; 
	text-align: left; 
	}
	
#imageData #caption { font-weight: bold; }

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}
	
#imageData #bottomNavClose { 
	width: 99px; 
	float: right;  
	padding-bottom: 0.7em;	
	}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* End:Lightbox */




/* ---- Globale -------*/
body, div, p, img, form, textarea, input, select, td, th, h1, h2, h3 {
	font:12px Arial, "sans serif";
}

* {
	padding:0px;
	margin:0px;
}

body, div, p, img, form, td {
	border:0px;
	border-collapse:collapse;
}

body, td {
	font-family: Arial, "sans serif";
	font-size:80%;
}

body {
background: #FFFFFF url(images/background.gif) repeat-x;
}

/*-------- Formulare -----*/
fieldset {
    padding:5px;
}
fieldset p {
	clear: both;
	position: relative;
	margin-bottom:3px;
}
.fieldsetborder {
    border:1px solid black;
}
label, fieldset p.cr p {
	display: block;
	width: 10em;
	text-align: left;
	float: left;
    border-top:1px dotted #cccccc;
}
fieldset p.cr label {
	text-align: left;
	margin-left: 11em;
	width: auto;
	float: none;
}
fieldset p span {
	display: none;
}
fieldset p:hover span {
	margin-left: 17em;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}
* html fieldset p span {
	display: block;
}
input, textarea, select {
    background-color:#eeeeee;
    border:1px solid #000000;
}
input:focus, textarea:focus {
    color: #000;
    background: #dedede;
}
.buttons {
    text-align:center;
}
/*
textarea {
    width:100%;
    height:50%;
}
*/


/*------ Links ---------*/
a {
	text-decoration: none;
	text-align: left;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: red;
	}

a:focus {
	outline: none;
	}
	
/* Extern-Icon vor externem Link*/
a[class ="ext"] { 
	padding-left: 15px;
	background: transparent url(images/extern.gif) no-repeat center left;
}

/* Intern-Icon vor internem Link [hello="Cleveland"][goodbye="Columbus"]*/
a[href ^="/"][class~="int"]  { 
	padding-left: 15px;
	background: transparent url(images/intern.gif) no-repeat center left;
	white-space: nowrap;
}

/* PDF Icon vor Link auf PDF-Dokument */
a[href $='.pdf'] { 
	padding-left: 18px;
	background: transparent url(images/pdficon.gif) no-repeat center left;
}

/* ZIP-Icon vor Link auf ZIP-Dokument */
a[href $='.zip'] { 
	padding-left: 18px;
	background: transparent url(images/zipicon.gif) no-repeat center left;
}

/* Brief Icon vor E-Mail-Link*/
a[href ^="mailto:"] { 
	padding-left: 14px;
	background: transparent url(images/mailtoicon.gif) no-repeat center left;
}

/* Video-Icon vor externem Link*/
a[href $='.wmv'] { 
	padding-left: 17px;
	background: transparent url(images/videoicon.gif) no-repeat center left;
}

/* To-top-link */
a.top { 
	margin-left:165px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image : url('images/top.gif');
	padding-left: 14px;
	text-decoration: none;
	text-align:left;
	}
	
/* Print-link */
a.print { /* Print-link */
	margin-left:10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image : url('images/druckericon.gif');
	padding-left: 16px;
	text-decoration: none;
	text-align:left;
	}

#footer a.foot:hover {
	color: #7BA0C5;
	text-decoration: none;
	}

/*------- Module ----------*/
.module {
}

.module .topic {
    padding:3px;
    color:#043a71;
    font-size:14px;
    font-weight:bold;
}

.module .content {
    padding:3px;
    text-align:justify;
}

img .bildli	{ /* Bild im Flieï¿½text links anordnen*/
	padding-right: 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	}

img .bildre	{ /* Bild im Flieï¿½text rechts anordnen*/
	margin-left:  6px;
	margin-bottom: 6px;
	float: right;
	}

/*-------- Positionen -------------*/

#editor {
    display:block;
    position:relative;
}

#layout {
	text-align: left;
	position:relative;
	width:1040px;
	margin:auto;
	/* background-repeat:repeat-y;
    background-image:url('images/rightback.gif');
	background-position: right;
	height:100%; */
}

/*-------- Positionen: #TOP -------------*/
#top {
    position:relative;
    width:100%;
	height:90px;
	background-image:url(images/top_back1.gif);
	margin-top:10px;
}

#top img {
    position:absolute;
   /* top:5px;
    left:5px; -*/
}
#login {
    position:absolute;
    top:90px;
	right: 50px;
	z-index:2;
}

/*-------- Positionen: #MENU -------------*/
#menu {
    margin-left:225px;
	height:24px;
	overflow:scroll-y;
	background-image:url('images/menu_back_right.gif');
}

/*-------- Positionen: #MAIN -------------*/
#main {
	float:left;
	width:555px;
	height:400px;
}

#main[id] {
    height:auto;
    min-height:400px;
}

#main .topic {
	font-size:16px;
}

#maincontent {
    background-color: #FFFFFF;
	position:relative;
    border-top:1px solid white;
    width:100%;
    background-repeat:repeat-y;
    background-image:url('images/content_back.gif');
}

* html .maincontent { display: inline; }

/*-------- Positionen: #LEFT -------------*/
#left {
	float:left;
	width:225px;
	margin-top:-24px;
	height:100px;
}

#left[id] {
    height:auto;
    min-height:100px;
}

#content-bottom {
    border-top:1px solid white;
    width:225px;
    height:15px;
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#CCD6E0;
}
div#left .newsdate {
	margin-top:10px;
	padding:0 6px;
	color: #fff;
	font-size: 8pt;
}

div#left .newstopic {
	color: #fff;
	padding:0 6px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 3px;
}

div#left h1 {
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
}

div#left a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	}

div#left a:hover {
	text-decoration: underline;
	}

div#left a:visited {
	color:#CCD6E0;
	}
	
div#left .topic {
	display: none;
}

div#left .newscontent  {
	color: #ffffff;
	background-color: transparent;
	font-size: 9pt;
	padding:0 6px;
}
/*--------
div#left .newscontent:hover  {
	color: #000000 ! important;
	background-color: #ffffff ! important;
}
*/

div#left .newscontent:hover a {
	color:#CCD6E0;
}

div#left .newscontent a{
	font-size: 9pt;
	color: #ffffff;
}

div#left a:hover{
	color:#CCD6E0;
}


/*-------- Positionen: #RIGHT -------------*/
#right {
	float:left;
	width:220px;
	margin-left: 20px;
}

#right .module .topic {
	width:210px;
	height:15px;
	line-height:15px;
	background-color: #B5BFC8;
	padding-left: 5px;
    color:#fff;
	font-family: Verdana, "sans serif";
	letter-spacing: 0.1em;
	font-size:12px;
}

#right .module .content {
    width:210px;
	border-top:1px solid #B5BFC8;
	border-bottom:1px solid #B5BFC8;
	border-left: 1px solid #B5BFC8;
	border-right: 1px solid #B5BFC8;
}

#right .module .content p{
	padding:3px 1px 3px 3px;
}

#right .module .content table td, #right .module .content table td a{
	font-size: 10px;
	text-align: left;
}

/*-------- Positionen: #FOOTER -------------*/
#footer {
    margin-top:30px;
    height:15px;
	background-color:#CCD6E0;
}

#footer .module .topic {
    display:none;
}
#footer .module .content {
    padding:0px;
}

#footer * {
    font-family: Verdana, "sans serif";
    color:#747474;
    font-size:10px;
    line-height:15px;
    font-weight:bold;
}

#clear {
	position:relative;
    clear:both;
}

/* Overrides */
#main .module, #right .module {
    margin-top:15px;
    margin-left:20px;
}







/* My Defintions */



#produktetab {
	width:100%;
	color:#636262;
	font-size:10px;
	margin:10px 50px 20px 50px;
	}

.produktetabinner td {
	color:#636262;
	font-size:10px;
	text-align: left;
	}

div.content ul, li 	{
	margin-left: 20px;
	font-size: 11px;
	line-height: 1.3;
	}

div#maincontent p {
	padding:5px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	}

div#maincontent h2 {
	font-size:13px;
	font-weight:bold;
	clear: both; 
	}

div#maincontent h3 {
	font-size:11px;
	font-weight:bold;
	clear: both; 
	}

div#right table.right {
	border-spacing:0;
	border-collapse: collapse;
	width:178px;
	}

#copytext {display:none;}



h2.underscore {
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 16px verdana, sans-serif;
	border-left:10px solid #6699cc;
	border-bottom:1px solid #6699cc;
	clear: both; 
	
	/* width:100%;
	height:22px;
	vertical-align: bottom;
	background-repeat:no-repeat;
    background-image:url('images/h2_underscore.gif'); */
}


/* Tabbellenformatierung Rollengrößen (Produkte) */
table.sizes {
	caption-side: top;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	text-align: center;
	width: 98%;
}

table.sizes th {
	text-align: center;
	font-weight: bold;
}
