/* CSS Document */


/*Formatierung der Links allgemein*/ 

a:link {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size:13px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}
A:visited { color:#ffffff; text-decoration:none; background-color:transparent; font-weight:bold; font-size:13px; font-family:"Georgia", Arial, Helvetica, sans-serif; }
A:hover { color:#f9701d; text-decoration:none; background-color:transparent; font-weight:bold; font-size:13px; font-family:"Georgia", Arial, Helvetica, sans-serif; }
A:active { color:#50b476; text-decoration:none; background-color:transparent; font-weight:bold; font-size:13px; font-family:"Georgia", Arial, Helvetica, sans-serif; }


#current{
color: #f9701d;
}

/*Links der Klasse Test (Für Sortimente)*/

A.test:link {
	background-color : transparent;
	color: #50b476;
	text-decoration : none;
	font-weight : normal;
	font-size:13px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}
A.test:visited {
	background-color : transparent;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

A.test:hover {
	background-color : transparent;
	color : #f9701d;
        /*font-weight : bold;*/
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

A.test:active {
	background-color : transparent;
	color: #f9701d;
	/*font-weight : bold;*/
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

/*Links der Klasse linkSortiment (Für Sortimente)*/

A.linkSortiment:link {
	background-color : transparent;
	/*color: #50b476;*/
	color: #000000;
        text-decoration : none;
	font-weight : normal;
	font-size:16px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}
A.linkSortiment:visited {
	background-color : transparent;
	color : #6a6a6a;
	font-weight : normal;
	text-decoration : none;
	font-size:16px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

A.linkSortiment:hover {
	background-color : transparent;
	color : #f9701d;
        /*font-weight : bold;*/
	text-decoration : none;
	font-size:16px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

A.linkSortiment:active {
	background-color : transparent;
	color: #6a6a6a;
	/*font-weight : bold;*/
	text-decoration : none;
	font-size:16px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}



/*Links der Klasse Test (Für Sortimente)*/

A.test1:link {
	background-color : transparent;
	color: #ffffff;
	text-decoration : none;
	font-weight : normal;
	font-size:13px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}
A.test1:visited {
	background-color : transparent;
	color : #dcdcdc;
	font-weight : normal;
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

A.test1:hover {
	background-color : transparent;
	color : #f9701d;
        /*font-weight : bold;*/
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

A.test1:active {
	background-color : transparent;
	color: #f9701d;
	/*font-weight : bold;*/
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}






<!--#content {
font-family : verdana,arial,helvetica;
font-size : 10px;
font-weight : 500;
height: 379px;
width: 438px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
overflow: auto;
color: #000000;
scrollbar-face-color: #b80404;
scrollbar-shadow-color: ##b80404;
scrollbar-darkshadow-color: #c60505;
scrollbar-highlight-color: #b80404;
scrollbar-3dlight-color: #b80404;
scrollbar-track-color: #b80404;
scrollbar-arrow-color: #c60505;
}
-->

/*Hier wird der Teil der Tabelle, welcher die "id=haupttext" hat, eine #Schriftart zugewiesen*/
#haupttext{
color: #000000;
font-family: "Georgia", Arial, Helvetica, sans-serif;
}



#body_main{
margin: 0px;
width: 100%;
height:100%;
background-color:#0099FF;
font-family :"Georgia", Arial, Helvetica, sans-serif;
}

#table_body {
width			: 100%;
height			: 100%;
background-color: #51b376;
margin			: 0px;
border:1px solid red;
font-family :"Georgia", Arial, Helvetica, sans-serif;
}

#table_main { 
width 	:	760px;
height	:	580px;
padding	:	0px;
margin	:	0px;
font-family :"Georgia", Arial, Helvetica, sans-serif;
}

/*Formatierung des DIV's für die Platzierung der NAVI3 in diesem Fall der Kontakt
Das "d1" wir dem jeweiligen DIV mit der "id=..." zugewiesen */
#d1{
width:150px;
height:8px;
text-align:right;
padding-left:595px;
padding-top:3px;
}


#d2{
width:150px;
height:330px;
align:center;
text-align:left; 
valign:top;
padding-left:35px;
}



/* Layer zum Scrollen in Tabelle */
.scrollcontentlayer {
height						: 100%;
width						: 100%;
z-index						: 1;
overflow					: auto;
scrollbar-face-color		: #b80404;
scrollbar-highlight-color	: #b80404;
scrollbar-shadow-color		: #b80404;
scrollbar-3dlight-color		: #b80404;
scrollbar-arrow-color		: #000000;
scrollbar-track-color		: #b80404;
scrollbar-darkshadow-color	: #b80404;
font-family					: Verdana;
font-size					: 12px;
color						: #000000;
}


/*News Modul*/
/*Schriftgröße für die News Liste*/
.news-list-item, .news-list-item a:link, .news-list-item a:active, .news-list-item a:hover, .news-list-item a:visited{
	padding		: 1px;	
	margin		: 1px;
	font-size	: 7px;
	font-family :"Georgia", Arial, Helvetica, sans-serif;
}	

.news-list-title{
font-size	:12px;
font-weight	:700;
color		:#000000;
}



/*Linktext in  Navi Single News*/
.news-list-browse A:LINK, .news-list-browse A:VISITED, .news-list-browse A:ACTIVE{
	text-align	: center;
	font-size	: 9px;
	color		: #000000;
	font-weight : 200;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

/*Datum in der News-Liste*/
.news-list-date {
	float		: left;
	color		: #000000;
	width		: 140px;
	text-align	: left;
	height		: 18px;
	margin-top	: -2px;
	margin-right: -2px;
	font-size	: 9px;
	font-weight	: normal;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}



/*Single View*/
.news-single-item {
	padding:1px;
	margin-bottom:1px;
	font-size:14px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}

.news-single-item A:LINK, .news-single-item A:active, .news-single-item A:visited, .news-single-item A:hover {
color: #5d9773;
font-size:10px;
font-weight:bold;
font-family:"Georgia", Arial, Helvetica, sans-serif;
} 

.news-list-item A:LINK, .news-list-item A:active, .news-list-item A:visited, .news-list-item A:hover {
color: #5d9773;
font-size:10px;
font-weight:bold;
font-family:"Georgia", Arial, Helvetica, sans-serif;
} 

.news-single-item H2{
font-size:12px;
font-weight: bold;
color:#FFFFFF;
font-family:"Georgia", Arial, Helvetica, sans-serif;
}

.news-single-timedata, .news-single-imgcaption {
font-size: 11px;
font-family:"Georgia", Arial, Helvetica, sans-serif;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:both;
	height:1px;
	border:1px solid #5d9773;
}

.test1{
}


/*Lightbox BildKlickVergrößern*/
#lightbox{
	position: absolute;
	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(fileadmin/scripts/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(fileadmin/scripts/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(fileadmin/scripts/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;
	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;
	}

.glTab{
font-size:13px;
font-family: "Georgia", Arial, Helvetica, sans-serif;
}

A.zurueck:link{
font-size:13px;
font-family: "Georgia", Arial, Helvetica, sans-serif;
color:#51b376;
}

A.zurueck:visited{
font-size:13px;
font-family: "Georgia", Arial, Helvetica, sans-serif;
color:#51b376;
}

A.zurueck:hover {
	background-color : transparent;
	color : #f9701d;
        /*font-weight : bold;*/
	text-decoration : none;
	font-size:13px;
	font-family:"Georgia", Arial, Helvetica, sans-serif;
}
