@charset "utf-8";
/* CSS Document */

body { background-color:#0a0b0c; font-family:Verdana; font-size:10px; color:#FFFFFF; }

a:link { color:#f0d104; text-decoration:none; }
a:visited { color:#f0d104; text-decoration:none; }
a:hover { color:#f0d104; text-decoration:underline; }

#mainTop { position:absolute; top:15px; left:0px; right:0px; height:130px; }
#mainMenue { position:absolute; left:40px; top:200px; width:140px; height:169px; background-image:url(/images/main/buttons.png); background-repeat:no-repeat; }

#mainFrameDiv { position:absolute; left:270px; top:145px; bottom:0px; right:0px; }
#mainFrame { width:100%; height:100%; }

#mainMenueKontakt, #mainMenueKontaktBG { position:absolute; left:0px; bottom:0px; width:300px; height:27px; }
#mainMenueKontaktBG { background-image:url(/images/main/button_kontakt.png); }

#transLayer { position:absolute; display:none; left:0px; top:0px; bottom:0px; right:0px; background-color:#000000; opacity:0.8; }


#gallery { position:absolute; display:none; left:50%; top:50%; width:716px; height:515px; margin-left:-358px; margin-top:-258px; }
#galleryBG { position:absolute; left:0px; top:0px; width:716px; height:515px; background-image:url(/images/gallery/bg.png); }
#galleryImg { position:relative; width:716px; text-align:center; padding-top:33px; }
#galleryButtons { position:absolute; width:120px; bottom:16px; left:50%; margin-left:-60px; text-align:center; }
#galleryCloseButton { position:absolute; right:13px; top:13px; width:24px; height:21px; background-image:url(/images/gallery/buttons/close.png); cursor:pointer; }
#galleryLoadDiv { position:absolute; display:none; left:50%; top:33px; width:100px; height:15px; margin-left:-50px; background-color:#eecf03; opacity:0.8; }
#galleryInfo { position:absolute; top:455px; width:500px; left:50%; margin-left:-250px; text-align:center; }

.iconPre { width:26px; height:22px; background-image:url(/images/gallery/buttons/prev.png); cursor:pointer; margin-right:7px; }
.iconPlay { width:19px; height:22px; background-image:url(/images/gallery/buttons/play.png); cursor:pointer; }
.iconPause { width:18px; height:22px; background-image:url(/images/gallery/buttons/pause.png); cursor:pointer; }
.iconStop { width:20px; height:22px; background-image:url(/images/gallery/buttons/stop.png); cursor:pointer; }
.iconNext { width:25px; height:22px; background-image:url(/images/gallery/buttons/next.png); cursor:pointer; }
