
/*-------------Texte-----------------*/

.standart {font-family:Verdana; font-size: 14px; color: #494949; text-decoration: none; text-transform: none;}
.balkentextoben {font-family: Arial; font-size: 11px; color: #c9c9c7; letter-spacing: 1px; text-decoration:  none}
.dunklerfootertext {font-family: Arial; font-size: 8px; color: #c9c9c7; letter-spacing: 2px; text-decoration:  none}



/*-------------Teilueberschriften-----------------*/
.h0 {  font-family:Verdana; font-size: 17px; font-weight: bold; color: #000000; text-decoration: none; text-transform: none;}
.h1 {  font-family:Verdana; font-size: 16px; font-weight: normal; color: #000000; text-decoration: none; text-transform: none;}
.h2 {  font-family:Verdana; font-size: 15px; font-weight: normal; color: #000000; text-decoration: none; text-transform: none;}


/*-------------BODY-----------------*/
body {
   	margin: 0px;
   	border: 0px;
	background-color: #d7d8d9;
	background-image:url(images/background.png); background-repeat:repeat;
}

/*Hier kannst du die Hintergrundfarbe der Haupttabelle anpassen falls dir das helle Blau nicht gefällt, FFFFFF oder f8f8f8 sehen auch sehr gut aus!! */
.haupttablelle {
	background-color: #f2f7fa;
}

.anzeige {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	vertical-align:top;
	font-family: Verdana;
	font-size: 14px;
	color: #494949; 
	text-decoration: none;
	text-transform: none;
}

.heading {
	font-size: 14px;
	color: #1760a2;
	font-family: verdana;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}
.productinfo {
	font-size: 14px;
	color: #494949;
	font-family: verdana;
	letter-spacing: 0px;
	padding-left: 10px;
	text-align: left;
	vertical-align:top;
	font-weight: normal;
	text-align: left;
	cursor: crosshair;
}
.productinfoheading {
	font-size: 13px;
	color: #1760a2;
	font-family: verdana;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-top: 4px;
	text-align: left;
	vertical-align:middle;
	font-weight: bold;
}


.footer {
	font-size: 9px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: left;
	vertical-align:middle;
}

/*input, select, textarea, {
padding-left: 0px;
border-top: #524A42 solid 1px;
border-bottom: #524A42 solid 1px;
border-left: #524A42 solid 1px;
border-right: #524A42 solid 1px;
font-family: verdana;
font-size: 9px;
color: #FEC81A;
text-decoration: none;
background-color: #433B31;
*/


/*-----------------------LINKS----------------------*/

a:link {
	color: #1760a2;
	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #1760a2;
	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #1760a2;
	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: underline;
}

.trenner {
	height: 0px;
	color: #cdcdcd;
	BORDER-STYLE: dotted;
}
.trenner2 {
	height: 0px;
	color: #cdcdcd;
	BORDER-STYLE: dashed;
}

img
{
border-style: none;
}

a.navlink:active {  font-family: Arial; font-size: 13px; color: #CDCDCD; text-decoration: none}
a.navlink:link {  font-family: Arial; font-size: 13px; color: #FFFFFF; text-decoration: none}
a.navlink:visited {  font-family: Arial; font-size: 13px; color: #FFFFFF; text-decoration: none}
a.navlink:hover {  font-family: Arial; font-size: 13px; color: #FFFFFF; text-decoration: none}

a.footerlink:active {  font-family: Arial; font-size: 9px; color: #CDCDCD; text-decoration: none}
a.footerlink:link {  font-family: Arial; font-size: 9px; color: #FFFFFF; text-decoration: none}
a.footerlink:visited {  font-family: Arial; font-size: 9px; color: #FFFFFF; text-decoration: none}
a.footerlink:hover {  font-family: Arial; font-size: 9px; color: #CDCDCD; text-decoration: underline}

/* MENU */
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
color: #ffffff;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
font-family: Arial;
font-size: 13px;
padding: 14px 6px;
color: #ffffff;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
color: #ffffff;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 102px; /*width of sub menu levels*/
font-family: Arial;
font-size: 11px;
padding: 4px 8px;
background: #0f487c;
}

.horizontalcssmenu ul li a:hover{
/*background: url(menubgover.gif) center center repeat-x;*/
color: #ffffff;
}

.horizontalcssmenu ul li a:visited{
font-family: Arial;
font-size: 13px;
text-decoration: none;
color: #ffffff;
}

.horizontalcssmenu ul li ul li a:visited{
font-family: Arial;
font-size: 11px;
text-decoration: none;
color: #ffffff;
}


.horizontalcssmenu ul li ul li a:hover{
font-family: Arial;
font-size: 11px;
text-decoration: none;
background: #4283ba;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }

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

#lightbox a img{ border-style: 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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* End */