/* styles_bsb.css
------------------------------------------------------------------------
Diese stylesheets enthalten die Basic-CSS Regeln fuer
die Firma BSB-Metalltechnik GmbH aus Woerth am Main


Author: dops.net
--------------------------------------------------------------------- */



/* Basic CSS Rules fuer den Seitenaufbau
--------------------------------------------------------------------- */

body {
	background: url(images/template/bg.jpg) top left repeat-x;
	background-color: #ecedee;
	margin: 0px;
	padding: 0px;
}

.logo_bg {
	background-image: url(images/template/bg_logo.jpg);
}
.logo {
	margin-left: 10px;
	margin-top: 15px;
}
.slogan {
	margin-left: 12px;
}
.head {
	background-image: url(images/template/head.jpg);
}

.navi {
	background-image: url(images/template/bg_navi.jpg);
}

.banner_li {
	background-image: url(images/template/bg_banner.gif);
}

.banner_re {
	background-image: url(images/template/bg_banner_re.gif);
}

.content {
	background-image: url(images/template/bg_inhalt2.jpg);
	text-align: left;
}
.inhalt {
	font-family: arial;
	font-size: 13px;
	color: black;
	FONT-WEIGHT: normal;
    text-align: justify;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	width: 700px;
}
.inhalt_left {
	font-family: arial;
	font-size: 13px;
	color: black;
	FONT-WEIGHT: normal;
    text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	width: 700px;
}
.akt_links {
	border: 1px solid silver; margin-left: 10px;margin-bottom: 15px;padding: 3px;width: 275px;text-align:left;overflow:hidden; float:left;
}

.akt_rechts {
	border: 1px solid silver; margin-right: 25px;margin-bottom: 15px;padding: 3px;width: 375px;text-align:left;overflow:hidden; float:right;
}

h1 {
	color: #004494;
	margin: 25px 0 0 10px;
}

h2	{
	font-family: arial;
	font-size: 1.5em;
	color: #004494;
	
	margin-bottom: 5px;
}
h2.h2-ref {
	text-align: center;
	font-size: 15px;
}

h3 	{
	font-family: arial;
	font-size: 1.2em;
	color: #004494;
	text-align: left;
/*	padding-left: 10px;*/
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h4 	{
	font-family: arial;
	font-size: 15px;
	color: #004494;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h5 	{
	font-family: arial;
	font-size: 1.00em;
	color: #004494;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a 			{text-decoration: none;color: black;}
a:link		{text-decoration: none;color: black;}
a:active	{text-decoration: none;color: black;}
a:visited	{text-decoration: none;color: black;}
a:hover 	{text-decoration: underline;color: #004494;}

td			{font-size: 13px;font-family: Arial;color: black;}

/* Fussleiste */
.fussleiste {
		background-image: url(images/template/fussleiste.gif);
		text-align: right;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
}
a.fuss {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:link {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:visited {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:active {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:hover {
		color: yellow;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}

/*Styles fuer Menue*/
#menue {
	padding-left: 8px;
}
a.navi {
		display: block;
		background-image: url(images/template/bg_button.jpg);
		width: 228px;
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 0px;
		margin: 0px;
}
a.navi:link {
		background-image: url(images/template/bg_button.jpg);
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi:visited {
		background-image: url(images/template/bg_button.jpg);
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi:active {
		background-image: url(images/template/bg_button.jpg);
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi:hover {
		background-image: url(images/template/bg_button_o2.jpg);
		color: #004494;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;	
		cursor: hand;
}
/* Styles fuer aktiven Navigationspunkt bei geoeffneter Seite */
a.navi_akt {
		display: block;
		width: 228px;
		background-image: url(images/template/bg_button_o2.jpg);
		color: #004494;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 0px;
		margin: 0px;
}
a.navi_akt:link {
		background-image: url(images/template/bg_button_o2.jpg);
		color: #004494;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_akt:visited {
		background-image: url(images/template/bg_button_o2.jpg);
		color: #004494;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_akt:active {
		background-image: url(images/template/bg_button_o2.jpg);
		color: #004494;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_akt:hover {
		color: #004494;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;	
		cursor: hand;
}
/* Styles fuer Unternavigation */
a.navi_sub {
		display: block;
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_sub:link {
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_sub:visited {
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_sub:active {
		color: #5c5c5c;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		cursor: hand;
}
a.navi_sub:hover {
		color: #004494;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
		cursor: hand;
}

/*Styles fuer Bildergalerie Referenzen (Lightbox)*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #004494; }

/* Styles fuer Thumbs Referenzen */
.ref_thumb {
	border: 5px solid white;
	margin-right: 7px;
}


.akt_weiter {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	OVERFLOW-X: hidden;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;;
    text-align: left;
}

a.weiter {
		color: #0066ff;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:link {
		color: #0066ff;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:visited {
		color: #0066ff;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:active {
		color: #0066ff;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:hover {
		color: black;
		text-decoration: underline;
		font-weight: normal;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
}

.quelle {
		color: gray;
		font-weight: normal;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
}

/* Styles fuer Maschinen + Ausstattung */
#ausstatt_tabelle {
/*		width: 325px;*/
		color: black;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: white;
		border: 1px solid #004494;
}

.ausstatt_tabkopf {
		color: white;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #004494;
}

.img_zert {border: 1px solid silver;}
/*

.Fussnote {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	OVERFLOW-X: hidden;
	COLOR: white;
	FONT-FAMILY: Arial;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
div#fuss a {
   	color: white;
	text-decoration: none;
}
div#fuss a:hover {
   	color: #ff9900;
	text-decoration: none;
}

.Umrandung {
		background-color: white;
      	border-left: 1px solid #003366;
		border-right: 1px solid #003366;
		border-top: 1px solid #003366;
		border-bottom: 1px solid #003366;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
}

.tabkopf {
		background-image: url(images/1px_braun.gif);
		font-family: Arial, Helvetica, sans-serif;
		color: white;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		padding: 3px;
		margin-bottom: 1px;
}

.spaltenkopf {
		background-color: #ffffcc;
		border-left: 1px solid #663333;
		border-right: 1px solid #663333;
		border-top: 1px solid #663333;
		border-bottom: 1px solid #663333;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
		font-weight: normal;
		padding: 3px;
		margin: 3px;
}
.tabinhalt {
		background-color: white;
		border-bottom: 1px solid #663333;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
		font-weight: normal;
}



*/
