/* Layout 1 css */
html, body { margin: 0; padding: 0; }

body { cursor: default; text-align: center; background: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; }

.box { border: 1px solid red; }

img { border: 0 none; vertical-align: middle; }

h2 { margin: 0px; padding: 0px; }

a { text-decoration: none;}

div#strona { width: 830px; position: relative; margin: 0 auto; margin-top: 15px; text-align: left; background: White; }

h1.biuro { position: relative; margin: 0; padding: 0; height: 75px; background: #6ea7f1; z-index: 1; line-height: 200%; text-align: center; font-size: 15px; color: white; margin-bottom: 30px; }

h3.club_logo { width: 340px; height: 53px; text-align: left; font-size: 12px; line-height: 13px; color: #999; position: absolute; top: 0px; right: 0px; z-index: 3; margin: 0px; padding: 0px; }

h3.club_logo a { position: absolute; top: -12px; right: 15px; width: 196px; height: 53px; text-align: left; padding-top: 10px; }

h3.club_logo a span { position: absolute; top: 0px; left: 0px; width: 196px; height: 53px; background: url("/projects/globetrotters/image/klub_logo.png") no-repeat;
z-index: 3; }

h4.logo { width: 540px; height: 43px; text-align: right; font-size: 12px; line-height: 13px; color: #999; position: absolute; top: 0px; left: 0px; z-index: 3; margin: 0px; padding: 0px; }

h4.logo a { position: absolute; top: 10px; left: 10px; width: 223px; height: 43px; text-align: left; }

h4.logo a span { position: absolute; top: 0px; left: 0px; width: 223px; height: 43px; background: url("/projects/globetrotters/image/globetrotters.png") no-repeat; z-index: 3; border: 1px solid white; }

/* Menu */

div#menu { position: absolute; top: 55px; right: 0px; float:left; z-index: 3; }

ul#nav{ background: #6ea7f1; }

ul#nav,ul#nav li{ list-style-type:none; margin:0; padding:0; }

ul#nav li{ float:left; margin-right: 10px; text-align: center; }

ul#nav a{ float:left; width: 80px; padding: 5px 0px 0px 0px; background: #ffc015; text-decoration:none; color: #fff; font-weight: bold; height: 21px; }

ul#nav a:hover{ background: #ceec4e; color: #003; }

ul#nav li.activelink a,ul#nav li.activelink a:hover{ background: #ceec4e; color: #003; }

/* Submenu */

div#submenu { position: absolute; top: 75px; left: 0px; z-index: 4; background: #ceec4e; width: 100%;}

div#submenu #subsection { margin: 4px 12px; background: #e8f6c0; padding: 2px; color: #505050; font-size: 12px; }

div#submenu #subsection a { color: #505050; }
div#submenu #subsection a:hover { text-decoration: underline; }

/* Content Page */

div#cpage { margin-top: 45px; margin-bottom: 10px; background: white url('/projects/globetrotters/image/main_gr.png') repeat-x; width: 830px;}

/* Menu Panel Box */

div#left-panel div.panel-box { border: 1px solid #e1e3e5; padding: 5px; color: #605f60; }

div#left-panel div.panel-box a { color: #605f60; text-decoration: none; }

div#left-panel div.panel-box a:hover { color: #605f60; text-decoration: underline; }

/* Gallery Pages */

#gallery {
 margin: 10px;
}

#gallery h2 {
 color: #3882c8;
 font-size: 14px;
 margin-bottom: 8px;
}

#gallery h3 {
 margin: 0px;
 padding: 0px;
 color: white;
 background: #ffa800;    
 font-size: 14px;
 margin-bottom: 8px;
 width: 160px;
 text-align: center;
}


#gcontent {
 width: 600px;
 margin-right: 200px;
 /* border: 1px solid red; */
 background-color: white;
}

#gpanel {
 width: 186px;
 /* border: 1px solid blue; */
 background-color: white;
 text-align: center;
 float: right;
}

#gctop {
 width: 600px;
 height: 9px;
 background: transparent url(/projects/globetrotters/image/gallery_top.gif) no-repeat;
 font-size: 6px;
}

#gcmid {
 border-left: 1px solid #cacaca;
 border-right: 1px solid #cacaca;
 text-align: center;
}

#gcdown {
 width: 600px;
 height: 8px;
 background: transparent url(/projects/globetrotters/image/gallery_bottom.gif) no-repeat;
 font-size: 6px;
}

#gallery ul {
 list-style: none;
 margin-left: 0px;
 padding-left: 0px;
}

#gallery ul li span {
 display: block;
 width: 100px;
 text-align: right;
 float: left;
 color: #6b6b6b;
}

#gallery ul li strong {
 color: #3882c8;
}

#gallery ul li {
 clear: both;
}

#gptop {
 width: 186px;
 height: 8px;
 background: transparent url(/projects/globetrotters/image/gallery_ptop.gif) no-repeat;
 font-size: 6px;
}

#gpmid {
 border-left: 1px solid #cacaca;
 border-right: 1px solid #cacaca;
 text-align: center;
}

#gpdown {
 width: 186px;
 height: 8px;
 background: transparent url(/projects/globetrotters/image/gallery_pbottom.gif) no-repeat;
 font-size: 6px;
}

#gmini {
 width: 145px;
}

#gmini img {
 margin: 3px;
 float: left;
}

#glinks {
 width: 160px;
 clear: left;
}

#glinks td {
 font-size: 12px;
 font-weight: bold;
 color: #595959;
}

/* Footer */

div#footer {
 clear: both;
 text-align: center;
}

div#footer_links,
div#footer_links a {
 background: #007ce1;
 color: white;
 margin: 5px 0px;
 padding: 2px;
}

div#footer_links a:hover {
 text-decoration: underline;
}

div#footer_copyright,
div#footer_copyright a {
 color: #464646;
 margin-bottom: 6px;
}

div#footer_biura {
 color: #464646;
 border-top: 1px solid #e8e8e8;
 border-left: 1px solid #e8e8e8;
 border-right: 1px solid #e8e8e8;
}

div#footer_biura a {
 color: #464646;
}

div#footer_biura a:hover {
 text-decoration: underline;
}