/* CSS Document */


body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #051175 url(../img/body-bg.jpg) repeat-x;
	margin: 0px;
}
a {
color: #000000;
}
h1,h2,h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#000000;
	letter-spacing:-0.05em;
	margin: 0 0 20px 0;
}
h2 {
font-size: 18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
h3 {
font-size: 16px;
color: #000000;
margin: 10px 0 0 0;
}

h4 {
font-size: 10px;
color: #000000;
    margin: 0px;
    padding: 0px;
	
	display: inline;
}

a.wonderolie:link, a.wonderolie:visited, a.wonderolie:active
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 20px;
}
a.wonderolie:hover, a.wonderolie:focus
{
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
	margin: 0 0 0 20px;
}


h5 {
font-size: 10px;
font-weight: bold;
color: #000000;
margin: 0 0 5px 0;
}

h6 {
font-size: 16px;
color: #000000;
}

a:link {
text-decoration: underline;

}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
color:#666666;
}
a:active {
text-decoration: underline;
}
div#wrapper {
	width: 900px;
	background-color:#fffbbe;	
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	text-align: left;
	height: 200px;
	width: 900px;
	background:#ffffff url(../img/header.jpg) 0 0 no-repeat;
	position: relative;  
 	margin: 0;
}

div#menuwrapper {
	background-position: center;
	width: 900px;
	height: 25px;
	position: relative;
	z-index: 200;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #000066;
	background-color: #99ccff;
}


div#main {
	background-position: top;
	width: 822px;
	height:auto;
	position: relative;
	margin-top: 0px;  
}

div#maincontentwrapper {
	background-position: top;
	width: 822px;
	height: 369px;
	background-repeat:no-repeat;
	position: relative;
	margin-top: 0px;  
}

div#contentwrapper 
{
	width: 900px;
	height:auto;
	position: inherit;
	/*background-color:#fffbbe;*/
	background: #fffbbe url(../img/content-bg.jpg) 536px 105px  no-repeat;
	margin-top: 0px;
}

div#content 
{
	width: 700px;
	height: 100%;
	position: relative;
	padding: 20px 20px;
	min-height: 500px;
	font-size: 1.4em;

}
	div#fotoContent
	{
		width: 850px;
		height: 950px;
		height: 100%;
		position: relative;
		padding: 20px 20px;
		min-height: 500px;
		font-size: 1.4em;
	}
	div#container
	{
		height: 600px;
	}
	
	div.fotoContent
	{
		min-height: 950px;
	}


div#footer {
	background-position: center;
	height: 53px;
	width: 900px;
	position: absolute;
	text-align: center;
	background-image: url('../img/footer_bottom_beige.gif');
 	margin: 0px auto auto auto;
	z-index: 250;
}
	div#footer h4
	{
		font-size: 1em;
		color: #666666;
	}
/* lists */

ul {

	padding-right:20px;
}
li {
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px;
	padding-left:10px;
	vertical-align:top;
}


/* image gallery */


#container
{
    width: 100%;
    margin: 0 auto;
}
#loader
{
    background-color: #ffffff;
    /*display: inline;
    float: left;*/
	display: none;
    height: 480px;
    /*overflow: hidden;*/
    margin: auto;
    width: 360px;
    position: static;
    text-align: center;
	position: absolute;
	margin: -80px  0 0 260px;
	z-index: 300;
}

#loader img
{
    width: 360px;
    height: 480px;
	padding: 0;
	border: 10px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
}
.loading
{
    background: url('../img/loadingIcon.gif') no-repeat 50% 50%;
    width: 360px;
    height: 480px;
}

img
{
	margin: 8px;
}

a img
{
    padding: 0px;
    width: 100px;
	border: 5px solid #ccc;
}
a
{
    outline: none;
}


ul#imageOptions
{
	padding: 0;
    list-style-type: none;
	position: relative;
	margin: 20px 20px 0 0;
	clear: both;
}

ul#imageOptions li
{
	display: block;
	float: left;
	width: 110px;
	height: 190px;
	margin: 0 20px 20px 0;
}

#loader h3
{
    line-height: 550px;
}



/* navigation */
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:2px 5px 5px 5px;
color:#000066;
font-size: 1.3em;
font-weight:bold;
text-decoration:none;
background-color:#99ccff;
}

#nav a:hover{
background-color:#000066;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:25px;
left: 0em;
}

#nav li ul a{
width:13em;
height:1.5em;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

