body {
 font-family: Verdana;
 font-size: 14px;
 line-height: 22px;
 color: #000000;
 background-color: #ffffff;
}

div.bgsheet {
 margin: 0 auto;
 width: 900px;
 padding: 0;
}

div.haupt {
 background-color: #cccccc;
 padding: 6px;
 min-height: 300px;
}

td.haupt {
 padding-top: 20px;
 padding-left: 40px;
 vertical-align: top;
}

td.haupt_kurs {
 padding-top: 0px;
 padding-left: 0px;
}

/*---------------Das Menü---------------*/
 
table td.menu {
 width: 178px;
 vertical-align: top;
 background-image: url("bilder/sprachkurse.jpg");
 background-repeat:no-repeat;
}

table td.menu_kurs {
 width: 178px;
 vertical-align: top;
}

ul.link {
 padding: 0;
 list-style-type: none;
 margin-left:25px;
}

	ul.link li {
	 margin-top: 10px;
	}
	
/*---------------Kurse---------------*/

table.zeiten {
 border-collapse: collapse;

}
table.zeiten td {
 border: solid 1px #b5152b;
 font-size: 11px;
 text-align: center;
 width: 50px;
}

div.haupt_kurs {
 padding:20px;
 text-align:left;
 width:660px
}

table.eingabe td {
 padding: 5px;
 padding-left: 10px;
}

/*---------------Reisetipp---------------*/

img.reisetipp {
 margin-right: 20px;
 border: 0px;
}
 
/*---------------Links---------------*/

a {
 color: #666666;
 text-decoration: none;
}

a:hover {
 color: #b5152b;
}

a.grau {
 color: #666666;
 text-decoration: none;
}

a.grau:hover {
 color: #b5152b;
}

a.orange {
 color: #b5152b;
 text-decoration: none;
}

a.orange:hover {
 color: #000000;
}

a.button {
 color: #666666;
 font-size: 10px;
 text-decoration: none;
 background-image: url("bilder/button.png");
 background-size: 100% 100%;
 padding: 3px;
 border: solid 1px;
}

a.button:hover {
 background-image: url("bilder/button_hover.png");
}

input.button {
 color: #666666;
 font-size: 10px;
 text-decoration: none;
 background-image: url("bilder/button.png");
 background-size: 100% 100%;
 padding: 3px;
 border: solid 1px;
}
 
input.button:hover {
 background-image: url("bilder/button_hover.png");
}

/*---------------Pointer---------------*/

div.pointer {
 font-size: 12px;
 color: #b5152b;
}

/*---------------Auswahl---------------*/

ul.auswahl {
 list-style-type: none;
 padding-left: 0px;
}

 ul.auswahl li {
 background-color: #ffffff;
 margin: 5px;
 margin-bottom: 20px;
 text-align: center;
 padding-top: 10px;
 float: left;
 height: 30px;
}

/*---------------Überschriften---------------*/

h3 {
 font-size: 16px;
 color: #b5152b;
}

/*---------------Impressum---------------*/

div.impressum {
 background-color: #ffffff;
 font-size: 12px;
 text-align: right;
 padding-right: 5px;
}

/*---------------GER---------------*/

table.ger {
 border-collapse:collapse;
}

table.ger td {
 border: solid 1px #000000;
}

table td.w {
 width: 100px;
 border: solid 1px #000000;
 text-align: center;
}

/*---------------"Light_Box"---------------*/

#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;}


#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; }
