html {
	background:#eee url(gfx/back.gif) top center no-repeat fixed;
	}


body {
	margin:0;
	padding:0;
	font-family:Georgia,sans-serif;
	font-size:18px;
	overflow:scroll;
	}


#wrap {

	position:absolute;
	left:50%;
	top:0;
	margin-left:-480px;
	width:960px;
	background:#fff;
	z-index:10;
	}

#menuactivator {display:none;}

#menu0 {
	position:absolute;
	top:250px;
	left:0px;
	width:220px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
	}

#menu0 li {
	margin-bottom:9px;
	}

#menu0 a {
	display:block;
	padding:5px;
	padding-left:10px;
	color:#6B8199;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	}


#menu0 a:hover {
	color:#000;
	}


#menu1 {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:30px;
	}

#menu1 li {
	margin-bottom:4px;
	}

#menu1 a {
	display:block;
	padding:5px;
	padding-left:10px;
	color:#6B8199;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	}

#head {
	width:100%;
	}
#head  img {
	width:100%;
	}
	
#menu0 a.active1 {
	background-color:#6B8199;
	color:#fff;
	}


#content {
	position:absolute;
	top:250px;
	left:260px;
	width:690px;
	line-height:140%;
	background-color:#fff;
	}

h1 	{
	margin:0px;
	font-size:160%;
	margin-bottom:20px;
	}
	


ul.overview {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	}


ul.overview li {
	padding:10px;
	width:300px;
	}

ul.overview img {
	width:240px;
	}
	
	
a {
	color:#6B8199;
	}



ul.fotos1 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:0;
	padding:0;
	}

ul.fotos1 li {
	display:block;
	width:300px;
	min-height:260px;
	margin:0;
	padding:0;
	padding-right:10px;
	padding-bottom:10px;
	list-style:none;
	font-size:16px;
	line-height:120%;
	}


ul.fotos1 li  img {
	max-height:180px;
	}
	
ul.fotos1 li a {
	display:inline-block;
	width:240px;
	}

.inp    {font-family:"Courier New",Courier,monospace; width:400px;}

#foot {
	font-size:12px;
	margin-top:2em;
}


img.cboxPhoto {border:2px solid #fff;max-width:98% !important;max-height:auto  !important;}


@media screen and (max-width:980px)
{


#wrap {
	position:static;
	margin-left:1%;
	width:98%;
	}


#menu0 {
	position:static;
	float:left;
	width:220px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
	}


#content {
	position:static;
	float:right;
	width:calc(98% - 220px);
	line-height:140%;
	background-color:#fff;

	}

h1 {line-height:1.3em;}

ul.overview li {
	padding:1%;
	width:46%;
	}

ul.overview img {
	width:100%;
	}

ul.fotos1 li {
	display:block;
	width:240px;
	min-height:auto;
	margin:0;
	padding:0;
	padding-right:10px;
	padding-bottom:10px;
	list-style:none;
	font-size:16px;
	line-height:120%;
	}

}

@media screen and (max-width:760px)
{
	
body {
	font-size:15px;
	}
	
#menuactivator {display:block;text-align:center;padding:10px;text-decoration:none;}
#menu0 {
	display:none;
	position:static;
	float:left;
	width:98%;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	}


#content {
	position:static;
	float:left;
	width:98%;
	line-height:140%;
	background-color:#fff;
	}

table td {display:block;width:100%;}	
}


	
@media print {
#wrap {
	position:static;
	margin:0;
	width:100%;
	float:left;
	}

#menu0 {
	display:none;
	}

#head {
	position:absolute;
	border:1px solid red;
	}

#head img {
	position:absolute;
	width:600px;
	height:123px;
	}

#content {
	position:static;
	margin:0;
	margin-top:150px;
	width:100%;	
	float:left;
	}

.fotos1 {
	width:100%;
	}


}

@media handheld {
	background-attachment:scroll;
	}