/* Infos und Hilfe: http://www.css4you.de */



/* Universalselektor "*" */
/* noch näher zu definieren */





body {
   color: #020202; /* rgb = 255-128-0 */
   background-color: #3B74BB;
   font-size: 0.95em;
   font-family: Georgia, Arial, serif;
   min-width: 650px;
   padding: 5px;	
}

.all {
   width: 655px;
   margin: 0 auto;
}

/* ===================================================================================== */

.linke_spalte {
   padding: 0;
   width: 150px;
   float: left;
}

.ecke {
   padding: 0px;
   width: 150px;
   height: 150px;
}

.einloggecke {
   color: white;
   padding-left: 10px;
   padding-bottom: 30px;
}

.einloggecke p {
   font-size: 0.7em;
   margin: 2px;
}

.einloggecke p.schnell_neuanmelden {
   margin-top: 10px;
}

.einloggecke a {
   color: white;
   font-weight: normal;
}

.warenkorbecke {
   font-size: 0.8em;
   margin: 10px 10px 40px 10px;
   padding: 5px;
   background-color: #5389CF;
   border: 1px dotted #EFF8FF;
   text-align: center;
   color: white;
}

.warenkorbecke a {
   color: white;
   font-weight: normal;
}

.social_buttons {
   background-color: #FBFBFB;
   text-align: center;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 0.7em;
}


.navigation {
   padding: 0;
   width: 150px;
   background: url(navigation.jpg);
}

* html img.verfransterrand {        /* für IE */
 margin: 0 0 -3px 0;
}


.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;		
}

.navigation li.eb1 {
	padding: 2px 2px 10px 10px;
	border-top: 1px solid #98BBE5;
	font-size: 0.9em;
}

.navigation li.eb2, .navigation li.eb2_kein_link {
  font-size: 0.8em;
  border-left: 2px solid #CEDFF9;
}

.navigation li.eb2 {
	padding: 2px 2px 2px 15px;
}

.navigation li.eb2_kein_link {
  padding: 10px 2px 2px 15px;
  color: #191970;
  font-style: italic;
  font-weight: bold;
}
	
.navigation li.eb1 a, .navigation li.eb2 a {
	text-decoration: none;
	display: block;
}

.navigation li.eb1 a {
	font-weight: bold;
}

.navigation li.eb2 a {
	font-weight: normal;
}
	
.navigation li a:link, .navigation li a:visited {
	color: #040959;
}
	
.navigation li a:hover, .navigation li a:focus, .navigation li a:active {
	color: #b8860b;
}


a.navispot {
   background: url(navigation_spot.jpg);
   padding: 5px 0 5px 2px;
}

.googlelinks {
   padding: 20px 0 20px 0;
   width: 150px;
   text-align: center;
   background-color: #C3D9FF;
}

/* ===================================================================================== */

.box    {
   margin-left: 150px;
   padding: 0;
   width: 500px;
   text-align: left;
   background-color: white;
}

.box .top, .box .bottom  {
   display: block;
   background: #3B74BB;
}

.box .top b, .box .bottom b {
   display: block;
   height: 1px;
   overflow: hidden;
   background: white;
}

.box .top b {
   background: white;
}

.box .bottom b {
   background: #EFF8FF;
}

.box .r1 {margin: 0 5px;}
.box .r2 {margin: 0 3px;}
.box .r3 {margin: 0 2px;}
.box .top .r4, .box .bottom .r4 {margin: 0 1px;height: 2px;}

.boxinhalt {
   margin: 50px;
}

* html .boxinhalt {        /* für IE */
 height: 1550px;
}

.fusszeile {
   clear: both;
   text-align: center;
   border-top: 1px solid #3B74BB;
   padding-top: 10px;
   padding-bottom: 5px;
   background-color: #EFF8FF;
   font-size: 0.8em;
}

.printversion_header, .printversion_footer {
   display: none;
}



/* ==============================================================
	Generelle Gestaltungselemente
	--> wichtig: bitte ausreichend spezifische Namen verwenden, damit die entsprechenden Klassen einfach per Suche gefunden werden können	
	--> Sollten einige Klassen leer sein (d.h. keine expliziten Styleangaben enthalten), so kann dies sinnvoll sein, z.B. wenn man sich vorbehalten möchte, die jeweilige Klasse später anzupassen
	--> Für (wenige) bestimmte Design-Typen lieber eigenständige Klassen definieren als zu sehr zusammenzustückeln, damit diese Typen immer identisch dargestellt werden
	
	Achtung:
	--> In den Datenbanken können auch Klassen vorkommen!	
	--> Diese Klassen müssen in den einzelnen DB-Feldern gesucht werden	
============================================================== */

/* Überschriften und Standardabsätze */

h1	{
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 30px;
}

h2	{
	font-size: 1.0em;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 25px;
}

h3	{
	font-size: 0.8em;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 20px;		
}

h4	{
	font-size: 0.8em;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;		
}

p	{
	margin-top: 10px;
}

/*Anker Elemente */

a	 {
	text-decoration: none;
	font-weight: bold;
	color: #3B74BB;
}

a:focus, a:hover, a:active {
	background-color: #DCDCDC;
}

/* Image Elemente */

img {
	border: 0px;
	text-align: center;
}

/* Block Elemente, Rahmen und Box Elemente, Untergliederungen, Strukturen */

.gerahmt1 {	
	border: 1px solid #3B74BB;
	padding: 5px;
}

.h30			{height: 30px;}

.w50 			{width: 50px;}

.floatl 			{float: left;}

/* Abstandselemente und Leerräume */

.mart30			{margin-top: 30px;}
.mart50			{margin-top: 50px;}
.marr20			{margin-right: 20px;}
.marb50			{margin-bottom: 50px;}
.marb20			{margin-bottom: 20px;}
.martb20		{margin: 20px 0;}
.martb30		{margin: 30px 0;}

.pad0			{padding: 0}
.padt8			{padding-top: 8px;}
.padb5			{padding-bottom: 5px;}

/* Inline Elemente, Textformatierungen */

.fsize07		{font-size: 0.7em;}
.fsize08		{font-size: 0.8em;}

.colorsilver	{color: silver;}
.colorgruen		{color: #00963C;}

.backrot		{background-color: red;}
.backhellblau	{background-color: #D6E5FA;}

.textr			{text-align: right;}
.textl			{text-align: left;}

.langertext		{line-height: 1.5;}	/* z.B. für Diplomarbeit oder Seminararbeiten */

/* Tabellenformatierungen */

.tabelle_08_dotted	{
	width: 100%;  /* hier prozentualen Wert angeben, damit es auch bei der Druckversion passt */
	font-size: 0.8em;
}

.tabelle_08_dotted td {
   padding: 2px;
   border-bottom: 1px dotted #3B74BB;
   vertical-align: top;
}



.kunstwerkdetails {
   width: 400px;
   font-size: 0.8em;
}

.kunstwerkdetails td {
   border-bottom: 1px dotted #033B00;
   vertical-align: top;
}

.kunstwerkdetails td.sp1 {
   font-weight: bold;
   font-size: 0.9em; /* = 0.8 * 0.9 =  0.72em */
   width: 100px;
}

.kunstwerkdetails td.titel {
   font-weight: bold;
}


/* Status- und Aktionsmeldungen */

.meldung_fehler, .meldung_erfolg, .meldung_status	{
	border: 2px solid;
	padding: 5px;
	font-size: 0.8em;	
}

.meldung_fehler	{
	border-color: red;
	font-weight: bold;
	color: red;
}

.meldung_erfolg	{
	border-color: green;	
	background-color: #E2FFC2;
}

.meldung_status	{
	border-color: #3B74BB;
	background-color: #D6E5FA;
}

.zustimmung {
   font-size: 0.8em;
   font-weight: bold;
   padding-left: 20px;
   border-left: 2px solid #DE0108;
}

/* ==============================================================
	Ende Gestaltungselemente
============================================================== */





.formularfehler, .formularfehler_titel, .systemfehler {
   color: #DE0108;
   font-weight: bold;
}

.fehler {
   color: red;
   font-weight: bold;
}

.formularfehler, .systemfehler {
   font-size: 0.7em;
}




.bildnachweis {
   margin-top: 2px;
   margin-bottom: 100px;
   font-size: 0.7em;
   font-style: italic;
   color: #777777;
}

a.bildnachweis_link {
   color: #777777;
}

.tabellenueberschrift, .bildbeschriftung {
   font-size: 0.7em;
   margin-top: 50px;
   margin-bottom: 2px;
   font-style: italic;
}



/* ============== START zusätzliche styles für lebensspuren/ ============================== */




table.lebensspuren {
  width: 400px;
}

table.lebensspuren td.sp1 {
  width: 150px;
  padding: 5px 30px 5px 0;
  font-size: 30px;
  color: #C1C5C8;
  text-align: right;
  vertical-align: middle;
}

table.lebensspuren td.sp2 {
  width: 210px;
  padding: 5px;
  font-size: 0.8em;
  color: #58677C;
  vertical-align: middle;
}


/* ============== START zusätzliche styles für trainer/ ============================== */



.memos_zwischenkarte_links {
   height: 300px;
   font-size: 12px;
   font-weight: normal;
   margin-left: 230px
}

.button_vorne, .button_richtig, .button_falsch {
   border: 1px dotted black;
   height: 40px;
   cursor: pointer;
}

.button_vorne {
   width: 398px;
   background-color: #F4F4F4;
}

.button_richtig {
   width: 193px; /* 193 = 1/2 * (400px - 4*1px (Border) + 1*10px (Margin-right)) */
   background-color: #D9FFD9;
   margin-right: 10px;
}

.button_falsch {
   width: 193px; /* 193 = 1/2 * (400px - 4*1px (Border) + 1*10px (Margin-right)) */
   background-color: #FFD8B3;
}

.tabellentitel {
   font-size: 0.7em;
   font-weight: bold;
}

/* ============== START zusätzliche styles für memokarten ============================== */

table.karteien, table.bbcodeliste  {
   width: 400px;
   font-size: 0.7em;
}

table.karteien td, table.bbcodeliste td  {
   border-bottom: 1px dotted #033B00;
   vertical-align: top;   
}

table.bbcodeliste td.code {
	font-family: Courier, 'Courier New', monospace;
}

table.karteien td.statistikbalken {
   width: 202px;   
}


.memos_vorne, .memos_hinten {
   margin-top: 20px;
   background-repeat: repeat;
   padding: 20px;
}

.memos_vorne {
   background-image: url(../memo/hintergrund_v.jpg);
}

.memos_hinten {
   background-image: url(../memo/hintergrund_h.jpg);
}

.memos_trennlinie	{
	border-bottom: 3px solid #3B74BB;
}


img.img_in_memo	{
   max-width: 300px;
}

.unicode , .unicode_s{ 
	font-family: "Arial Unicode MS", Arial, sans-serif;
}

.unicode_s{ 
	font-size: 0.7em;
}

.suchtitel1	{
	padding: 5px;
	background-color: #C7DCF7;
}
.suchtitel2	{
	color: white;
	padding: 5px;
	background-color: #3B74BB;
}

.abstand_50px	{
	margin-top: 50px;
}


/* ============== START zusätzliche styles für fotografie und kunstwerke ============================== */

.foto_kategorien {
   margin-top: 30px;
   width: 388px;  /* 388 + 2*5 +2*1 = 400 */
   border: 1px solid #3B74BB;
   padding: 5px;
   height: 50px;
}

.foto_kategorien_icon {
   width: 70px;
   float: left;
}

.foto_kategorien_text {
   padding-top: 15px;
}

.kamera_kategorien {
   margin-top: 30px;
   width: 388px;  /* 388 + 2*5 +2*1 = 400 */
   border: 1px dotted #BABABA;
   padding: 5px;
   height: 75px;
}

.kamera_kategorien_text {
   padding-top: 10px;
   padding-left: 5px;
   width: 315px;
   float: left;
}

.kamera_kategorien_icon {
}

.gesamte_fotovorschau {
   margin-bottom: 50px;
}

a.fotovorschau {
   width: 76px;
   height: 76px;
   padding: 11px;
   border: 1px solid white;
   background-color: #D0D0D0;
   float: left;
}

a.fotovorschau:focus, a.fotovorschau:hover, a.fotovorschau:active {
   border: 1px solid #3B74BB;
   background-color: #EFF8FF;
}

.nach_fotovorschau {
   margin-top: 50px;
   margin-bottom: 50px;
   width: 400px;
   float: left;
}

.foto_kommentar {
   width: 388px;  /* 388 + 2*5 +2*1 = 400 */
   border: 1px solid #3B74BB;
   padding: 5px;
   background-color: #EFF8FF;
   margin-bottom: 20px;
}





/* ============== START zusätzliche styles für lesenswert/ ============================== */

a.fussnotenlink {
   font-weight: normal;
}

a.kapitellink_haupt {
   font-weight: bold;
}

a.kapitellink_mittel {
   font-weight: normal;
   font-size: 0.9em;
}

a.kapitellink_unter {
   font-weight: normal;
   font-size: 0.8em;
   font-style: italic;
}

.fussnotenbereich {
   margin-top: 75px;
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
}

.fussnote {
   font-size: 0.8em;
}

.kapitelnavi {
   text-align: center;
   margin-top: 75px;
}

table.philotabelle, table.archivliste, table.kuriositaet {
   width: 400px;
   font-size: 0.8em;
   margin-bottom: 50px;
}

table.philotabelle td, table.archivliste td, table.kuriositaet td {
   padding: 3px;
   border: 1px dotted silver;
   vertical-align: top;
}

table.archivliste td.sp1 {
   width: 55px;
}

p.abbildungsbeschriftung {
   margin-top: 2px;
   margin-bottom: 25px;
   font-size: 0.7em;
   text-align: center;
}


/* ============== START zusätzliche styles für kleinanzeigen & links ============================== */

.kleinanzeigendetails {
    font-size: 0.8em;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

table.kleinanzeigen_uebersicht, table.kleinanzeigen_useruebersicht, table.kleinanzeige_angaben, table.kleinanzeige_richtig, table.anfrage_richtig, table.werben_rubrik_preistabelle {
   width: 400px;
}

table.legende {
   width: 100%;  /* damit wird ermöglicht, dass die Tabelle neben der Google-Anzeige den ganzen Platz füllt und nicht darüber hinaus geht */
}

table.neu_eintragen {
   margin-top: 75px;
}

table.neu_eintragen tr  {
  height: 75px;
}

table.neu_eintragen td  {
  text-align: center;
  width: 150px;
}

table.neu_eintragen td.k  {
  background-color: #D3DE6A;
}

table.neu_eintragen td.l  {
  background-color: #DBCB97;
}

table.kleinanzeigen_useruebersicht {
   width: 200px;
}

table.kleinanzeigen_useruebersicht td, table.kleinanzeige_angaben td, table.kleinanzeige_richtig td, table.anfrage_richtig td, .links_gesamtfeld, table.werben_rubrik_preistabelle td {
   border-bottom: 1px dotted #033B00;
}

table.kleinanzeigen_uebersicht {
   border: 1px dotted #033B00;
   margin-bottom: 10px;
}

table.kleinanzeigen_useruebersicht td.sp2 {
   width: 30%;
   text-align: right;
}

table.kleinanzeigen_uebersicht td.z2 {
   font-size: 0.7em;
}

table.kleinanzeige_angaben td.sp1, table.kleinanzeige_richtig td.sp1, table.anfrage_richtig td.sp1 {
   width: 30%;
   font-size: 0.7em;
}

table.legende td.symbol, table.kleinanzeigen_uebersicht td.symbol {
   width: 10%;
}

.links_gesamtfeld, .links_gesamtfeld_vorschau {
   width: 400px;
   margin-bottom: 30px;
}

.links_bannerfeld {
   width: 400px;
   height: 60px;
   overflow: hidden;
}

.links_bannerfeld_text {
   background-image: url(../kleinanzeigen/textbanner.jpg);
   background-repeat: no-repeat;
   width: 400px;
   height: 40px;
   font-weight: bold;
   text-align: center;
   font-family: Arial, sans-serif;
   font-size: 25px;
   padding-top: 5px;
}

.links_infofeld {
   width: 380px;
   font-size: 0.7em;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;

}


/* ============== START zusätzliche styles für flohmarkt ============================== */


.angebotsvorschau {
   margin-top: 30px;
   width: 388px;  /* 388 + 2*5 +2*1 = 400 */
   border: 1px solid #3B74BB;
   padding: 5px;
}

.angebotsvorschau_bild {
   height: 75px;
   width: 75px;
   padding-right: 25px;
   float: left;
}

.angebotsvorschau_titel {
   padding-top: 20px;
   height: 55px; /* = 75 - 20 */
   width: 250px;
   float: left;
}

.angebotsvorschau_warenkorb {
   padding-top: 22px;
   height: 53px; /* = 75 - 22 */
}



.angebotstitel {
   padding: 5px;
   width: 390px;
   height: 150px;
}

.angebotstitel_bild {
   width: 150px;
   height: 150px;
   padding-right: 20px;
   float: left;
   overflow: hidden;
}

.angebotstitel_titel {
   padding-top: 10px;
   height: 140px;
}

.angebotstitel_titel h2 {
   margin-top: 0px;
   text-align: center;
}

.angebotstitel_titel_inline {
   background-color: #EFF8FF;
   padding: 10px;
   line-height: 40px;
    border-right: 4px ridge #3B74BB;
    border-left: 4px ridge #3B74BB;
}

.angebotsdetails {
    border-top: 1px dotted #3B74BB;
    border-right: 1px dotted #3B74BB;
    border-bottom: 1px dotted #3B74BB;
    border-left: 1px dotted #3B74BB;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #EFF8FF;
}

table.angebotspreisangaben  {
   padding: 5px;
   width: 400px;
   background-color: #EFF8FF;
   border-left: 4px ridge #3B74BB;
}

table.angebotspreisangaben td {
   border-bottom: 1px dotted #3B74BB;
}

table.angebotspreisangaben td.preis {
   font-size: 16px;
   font-weight: bold;
}

.angebotsfoto {
   width: 400px;
   padding-bottom: 30px;
   text-align: center;
   overflow: hidden;
}



.warenkorb {
   padding: 10px;
   width: 378px;
   background-color: #EFF8FF;
   border: 1px dotted #3B74BB;
}


/* ====== alte Styles Flohmarkt ============= */


i.fett {
       color: #4C4C4C;
       font-style: normal;
       font-size: 1em;
       font-weight: bold;
}

.angebot {
       width: 400px;
       text-align: left;
       padding-bottom: 20px;
       margin-bottom: 30px;
       border-bottom: 1px dotted #5B0013;
}

/* minibild1: für solche Vorschauen, bei denen kein ganz große Bildversion per Klick aufgerufen werden kann (Standard)
 * minibild2: hier kann zusätzlich per Klick ein ganz großes Bild in neuem Tab geöffnet werden
*/

.minibild1, .minibild2, .img_booklooker {
	list-style: none;	
}
.minibild1, .img_booklooker {
  cursor: default;   /* damit der Mauszeiger beim Drüberfahren keinen Link symbolisiert */
}

.minibild1 a, .minibild2 a, .img_booklooker a  {
	display: inline;
  position: relative;
  padding-bottom: 10px;
}
.minibild1 a, .img_booklooker a  {
	cursor: default; /* damit der Mauszeiger beim Drüberfahren keinen Link symbolisiert */
}

.minibild1 a .grossansicht, .minibild2 a .grossansicht, .minibild1 a .info_ansicht, .minibild2 a .info_ansicht, .img_booklooker a .grossansicht {
	display: none;   /* damit für die grafik in grossansicht kein platz reserviert wird und der Infotext nicht angezeigt wird*/
}


.minibild1 a:hover .grossansicht, .minibild2 a:hover .grossansicht, .minibild2 a:hover .info_ansicht, .img_booklooker a:hover .grossansicht      {
	display: block;
	position: absolute;
	left: 50px;
	top: 0px;
	z-index: 1; /* in oberster Ebene anzeigen */
}

.minibild1 img, .minibild2 img, .img_booklooker img  {
  border: 0;
}

.minibild1 .grossansicht, .minibild2 .grossansicht, .img_booklooker .grossansicht {
	border: 3px white solid;
}

.minibild2 .info_ansicht {
  width: 25em;
  color: white;
  text-decoration: none;
  background-color: #016600;
  font-weight: normal;
  font-style: normal;
  font-size: 0.7em;
  padding: 5px;
}

.img_booklooker {
    padding: 20px;
}

td.autor {
   width: 20%;
}

.preis, .groesse {
   font-size: 1.1em;
   font-weight: bold;
}

.versand {
   font-size: 0.7em;
   font-weight: normal;
}

table.kontaktformular, table.kontaktformular_zfs, table.versandkosten {
   width: 400px;
}

table.kontaktformular_zfs td, table.versandkosten td {
   border-bottom: 1px dotted #033B00;
}

table.kontaktformular_zfs td.sp1 {
   width: 25%;
   font-size: 0.7em;
   vertical-align: top;
}

table.versandkosten td {
   font-size: 0.7em;
   text-align: right;
}

table.versandkosten td.sp1 {
   text-align: left;
}

table.minolta td {
   border: 1px solid black;
}

i.info      {
       font-style: normal;
       font-size: 0.7em;
       font-weight: normal;
}


/* ============== START zusätzliche styles für banner ============================== */

.quellcode {
   width: 400px;
   background-color: #E8F2FE;
   font-family: Courier, serif;
   font-size: 0.7em;
}

table.htmlhilfe {
   width: 400px;
   font-size: 0.8em;
}

table.htmlhilfe td {
   border-bottom: 1px dotted #033B00;
   vertical-align: top;
}

table.htmlhilfe td.sp1 {
   font-family: Courier, serif;
   width: 120px;
}

/* ============== START zusätzliche styles für werben ============================== */

.werben_gif_mit_text_links {
   height: 150px;
   width: 150px;
   float: left;
}

.werben_neben_gif {
   height: 150px;
   padding-top: 30px;
}

table.werbeangebot_details {
   width: 400px;
}

table.werbeangebot_details td {
   border-bottom: 1px dotted #033B00;
}

table.werbeangebot_details td.ueberschrift {
   text-align: center;
   font-weight: bold;
   font-style: italic;
}

table.werbeangebot_details td.titel {
   font-size: 0.7em;
}

table.werbeangebot_details td.inhalt {
   text-align: center;
   width: 100px;
}

table.werbeangebot_details td.inhalt {
   font-weight: bold;
}

table.werbeangebot_details td.inhalt_klein {
   font-size: 0.7em;
   text-align: center;
}

.werben_vertragsformular {
   width: 390px;
   background-color: #EFF8FF;
   padding: 5px;
}

.werben_format_vorschau {
   height: 300px;
   float: left;
   width: 170px;
}

.werben_grafik_vorschau {
   height: 300px;
   overflow: hidden;
}

table.werben_rubrik_preistabelle td.zahl {
   width: 85px;
   text-align: right;
}




/* ============== START zusätzliche styles für Google Adsens und Suchmaschinen etc. ============================== */

.google_200x200 {
   width: 230px;
   height: 200px;
   float: left;
}

.neben_google_200x200 {
   margin-left: 230px;
   min-height: 200px;
}

* html .neben_google_200x200 {        /* für IE  */
  height: 200px;
}

.google_200x200_2er_1, .google_180x150_2er_2 {
   height: 200px;
}

.google_200x200_2er_1 {
   float: left;
   width: 200px;
}

.google_180x150_2er_2 {
   padding-top: 25px;
}

.google_336x280 {
   margin-top: 30px;
   width: 400px;
   text-align: center;
}


/* ============== START zusätzliche styles für umfrage ============================== */

.umfrage {
   width: 400px;
   font-size: 0.8em;
}

.umfrage td {
   border-bottom: 1px dotted #033B00;
   text-align: center;
}

td.umfrage_frage_titel {
   width: 250px;
   font-style: italic;
   text-align: left;
}

td.umfrage_frage {
   width: 250px;
   text-align: left;
}


/* ============== START zusätzliche styles für aquaristik ============================== */

.garnelenpreise, .garnelenarten {
   width: 100%;
   font-size: 0.8em;
}

.garnelenpreise td {
   border-bottom: 1px dotted #033B00;
   text-align: right;
}

.garnelenarten td {
   border-bottom: 1px dotted #033B00;
}

td.garnelenpreise_titel, td.garnelenarten_titel {
   font-weight: bold;
}







/* ============== START styles für lightbox (größere Bilddarstellung in übergeordnetem Layer) ============================== */
/* Quelle: http://www.huddletogether.com/projects/lightbox2 */

/* Wann wird # verwendet und wann nicht? => http://www.css4you.de/wscss/css03.html#id (ID-Selektoren) */

#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(/src/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/src/lightbox/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: #000; }
