/* CSS Document */

img {
border: 0px;
}
form {
padding: 0px 0px; margin: 0px 0px;
}
fieldset {
padding: 0px 0px; margin: 0px 0px; border: 0px;
}
a {
color: #BC0303; text-decoration: underline;
}
a:hover {
color: #BC0303; text-decoration: none;
}
p {
padding: 0px 0px; margin: 0px 0px 10px 0px;
}
.links img {
padding: 0px 5px 0px 5px; margin: 0px 0px;
}
.logo {
width: 513px; height: 138px; overflow: hidden; text-align: left;
padding: 0px 0px; margin: 25px 0px 0px 140px;
}
#logo {
cursor: pointer;
}
#menu a {
float: left; padding: 0px 0px; margin: 0px 0px; cursor: pointer;
}
#menu a img {
padding: 0px 0px; margin: 0px 0px; cursor:pointer;
}
h1 {
margin: 0px 0px; padding: 15px 0px 20px 20px; line-height: 9px; font-size: 15px;
}
.more {
float: right; padding: 0px 0px; margin: 10px 0px 0px 0px;
}
#sentens {
width: 700px; margin: 0px 0px; padding: 30px 0px 12px 0px;
font-size: 22px; font-weight: bold; text-align: center; line-height: 100%;
word-spacing: 4px; font-family: Monotype Corsiva, Tahoma;
}
#middlekolumn {
width: 300px; margin: 0px 0px; padding: 0px 0px 15px 50px; text-align: justify; float: left;
}
ul#leftmenu {
margin: 75px 0px 20px 0px; padding: 0px 0px; list-style: none; font-size: 15px;
}
ul#leftmenu li {
margin: 0px 0px; padding: 7px 0px 7px 25px; list-style: none;
background: transparent url(../images/bgli.gif) no-repeat 5px 12px;
font-weight: bold; text-align: left;
}
ul#leftmenu li a {
color: #000000; text-decoration: none;
}
ul#leftmenu li a:hover {
color: #000000; text-decoration: underline;
}
ul#leftmenu li ul {
margin: 7px 0px 0px 0px; padding: 0px 0px; list-style: none; font-size: 14px;
}
ul#leftmenu li ul li {
margin: 0px 0px; padding: 7px 0px 7px 25px; list-style: none;
background: transparent url(../images/bgli.gif) no-repeat 5px 12px;
font-weight: normal;
}
ul#leftmenu li ul li a {
color: #000000; text-decoration: none;
}
ul#leftmenu li ul li a:hover {
color: #000000; text-decoration: underline;
}
#footleft {
float: left; width: 425px; padding: 0px 0px 0px 50px; margin: 0px 0px;
}
#footright {
float: right; width: 400px; padding: 0px 50px 0px 0px; margin: 0px 0px;
}
h2 {
margin: 0px 0px; padding: 0px 0px; line-height: 9px; font-size: 12px;
}
#footleft form {
padding: 0px 0px; margin: 10px 0px 0px 0px;
}
.bottommenu {
width: 400px; text-align: left; padding: 0px 0px 20px 0px;
}
.bottommenu a {
color: #000000; text-decoration: none; padding: 0px 0px;
}
.bottommenu a:hover {
color: #000000; text-decoration: underline;
}
input {
width: 150px; height: 18px; border: 0px;
background-image: url(../images/bgin.gif);
background-repeat: no-repeat;
margin: 1px 0px 0px 0px; padding: 0px 0px;
float: left;
}
input.button {
width: 87px; height: 21px; border: 0px;
background-image: url(../images/bgbutton.gif);
background-repeat: no-repeat;
margin: 0px 0px 0px 5px; padding: 0px 0px;
float: left; cursor: pointer;
}
.copy {
float: left; width: 150px;
}
.design {
float: right; width: 180px; height: 30px; text-align: right; padding: 0px 0px;
}
.design a {
color: #FFFFFF; text-decoration: none;
}
.design a img {
padding: 0px 0px 0px 5px; border: 0px; text-align: right; margin: 0px 0px -12px 0px;
}

.clear {
height: 0px; line-height: 0px; font-size: 1px; clear: both; overflow: hidden;
}

/* ----------- lightbox - galeria ------------ */
#lightbox{
	position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
	}
#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: transparent url(../images/blank.gif) no-repeat; /* 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em;
	}
#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;	}		
#overlay{
	position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;
	}
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute; top: 0px; left: 0px; width: 100%; min-width: 790px;
	}
* html .lbContent { /* IE6 */
	margin-left: -790px; position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
/* Clearfix */	
.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

