@IMPORT url("../default/index.css");

body, div, p, font, span, h1, h2, h3, li {
	font-family: Georgia, serif;
	font-size: 1em;
	font-size: 12pt;
}

a.external {
	background-image: url("imgs/external_link.png");
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: top right;
}

a {
	color: #444;
}

a:hover {
	color: #777;
}

/* Theme dependent styles */

body {
	background-color: #ddd;
	background-image: url("imgs/bg-fade.png");
	background-repeat: repeat-x;
}

div#body {
	background-color: #ddd;
}

div#floatbody {
	background-color: #fff;
	float: left;
	padding: 30px;
	border: 1px solid gray;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

h3 {
	font-family: Arial, sans-serif;
	padding-top: 2em;
}

h2 {
	font-family: Arial, sans-serif;
	text-align: right;
	padding-bottom: 0.5em;
	margin: 0px;
	padding-top: 0px;
}

/* HEADER */

div#header {
	background-color: #fff;
	position: relative;
	width: 714px;
	background-image: url("imgs/header01.jpg");
	background-repeat: no-repeat;
}

div#header div#header-title {
	display: block;
	/*background-image: url("imgs/fge-logo-small.png");*/
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
}

div#header-title a {
	height: auto;
	display: block;
	text-decoration: none;
	width: 700px;
	text-align: right;
	font-size: 2em;
	color: black;
	font-family: sans-serif;
	padding-top: 65px;
}

div#header-title a.white {
	color: white;
	font-size: 1.5em;
	padding-top: 75px;
	font-family: serif;
	font-style: italic;
	display: block;
	width: 480px;
}

div#header-img.off {
	display: block;
	float: right;
	width: 510px;
	height: 104px;
}

div#header-img.on {
	display: block;
	float: right;
	width: 510px;
	height: 105px;
	background-image: url("imgs/header01.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
}

/* NAVBAR */

div#navbar {
	border-top: 1px solid #777;
	border-bottom: 0px solid #777;
	border: 0px solid #777;
	width: 714px;
	position: relative;
	top: -33px;
	margin-left: 0;
	height: 33px;
	text-align: right;
	padding: 0px;
	background-color: #444;
	/*background-image: url("imgs/a16.gif");*/
	background-repeat: repeat-x;
}

div#navbar-left-space {
	height: 33px;
	width: 85px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url("imgs/fge-logo-small.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#navbar ul.menulist {
	list-style: none;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	display: block;
	height: 33px;
}

div#navbar ul.menulist li {
	display: inline;
	float: right;
	height: 100%;
}

div#navbar ul.menulist li a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	
	height: 23px;
}

div#navbar ul.menulist li a:hover,
	div#navbar ul.menulist li.active a {
	background-color: #222;
	color: #fff;
	/*background-image: url("imgs/a16_active.gif");*/
	background-repeat: repeat-x;
}

/* MAINCONTENT */

div#main {
	display: block;
	padding: 0px;
	margin: 0px;
	top: -20px;
	position: relative;
}

div#sitemap {
	display: none;
}

div#site-title {
	border-bottom: 1px solid #ddd;
	width: auto;
	background-image: url("imgs/a34.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

div#site-title h2 {
	padding-right: 10px;
}

div#maincontent {
	padding: 0px;
	margin-bottom: 0em;
	margin-top: 0em;
	width: 714px;
}

div#maincontent p {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

div#maincontent p, div#maincontent li {
	font-size: 0.9em;
}

div#maincontent li {
	margin-bottom: 5px;
}

div#maincontent div.text img {
	padding-bottom: 0.8em;
}

div#maincontent div.img {
	border:1px solid gray;
	padding:1px;
	text-align:center;
	font-size: 0.7em;
	margin: 0px;
	margin-bottom: 0.5em;
}

div#maincontent img {
	margin: 5px;
}

div#maincontent div.float-right {
	float:right;
	margin-left:20px;
	margin-right: 10px;
}

div#maincontent div.float-left {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

div.article {
	background-image: url("imgs/a33.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
}

div.article h3 {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted silver;
}

/* SIDEBAR */

div#sidebar {
	display: none;
}

/* FOOTER */

div#footer div#footer-content div#footer-content-text {
	position: relative;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: right;
	margin-right: 290px;
	display: block;
	float: right;
}

div#footer div#footer-content div#footer-content-img {
	/* relative position:
		padding: 150
		img width: 150
		=> 300 px
		img height: 59
	*/
	top: -22px;
	text-align: left;
	display: block;
	position: relative;
	float: right;
	padding-right: 150px;
}

div#footer {
	background-image: url("imgs/faded-separatorline.gif");
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 714px;
	
	/*border: 1px solid black;*/
}

div#underthesite {
	text-align: center;
}

/* GALLERY */

div.gallery {
	padding: 0px;
	width:576px;
	display: block;
	margin:0 auto;
}

ul.gallery {
	list-style: none;
	list-style-position: inside;
	padding: 0px;
	width:576px;
	float: left;
	display: block;
	margin: 0px;
}

ul.gallery li {
	float: left;
	padding: 0px;
	display: inline;
	margin: 5px;
	vertical-align: middle;
}

ul.gallery li.item {
	border: 0px;
}

ul.gallery li.thumb {
	width: 180px;
	height: 200px;
}

ul.gallery li.thumb.pano3 {
	width: 560px;
}

ul.gallery li.thumb.pano2 {
	width: 370px;
}

ul.gallery li.thumb img {
	margin: auto;
	display: block;
	width: auto;
	height: auto;
	max-width: 160px;
	max-height: 160px;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul.gallery li.thumb.pano3 img {
	max-width: 500px;
}

ul.gallery li.thumb.pano2 img {
	max-width: 330px;
}

ul.gallery li.thumb.onecolumn img {
	max-width: 500px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul.gallery li.thumb.onecolumn {
	width: 576px;
	float: none;
	text-align: center;
	display: block;
}

ul.gallery li.item img {
	padding: 4px;
	border: 1px solid gray;
}

ul.gallery li.large {
	float: none;
	height: auto;
	margin: auto;
	display: block;
}

ul.gallery li.large img {
	max-width: 550px;
	margin: auto;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul.gallery li.directory img {
	border-right: 3px double gray;
	border-bottom: 3px double gray;
}

ul.gallery li div.description {
	margin-top: 5px;
	display: block;
	text-align: center;
	font-size: 0.8em;
}

div.gallery div.gallery-prevnext-links {
	display: block;
	float: left;
	width:576px;
	margin: 0 auto;
	padding: 0px;
	margin:0 auto;
}

.fancybox-item-title div {
	font-size: 0.7em;
}

div.gallery div.gallery-prevnext-links div {
	padding-top: 2em;
}

div.gallery div.gallery-prevnext-links a {
	font-size: 0.7em;
}

div.gallery div.gallery-prevnext-links .back-to-overview {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 376px;
	text-align: center;
	float: left;
}

div.gallery div.gallery-prevnext-links .prev {
	float: left;
	width: 100px;
	text-align: left;
}

div.gallery div.gallery-prevnext-links .next {
	width: 100px;
	float: right;
	text-align: right;
}


/* GALLERY WITH HEADER */

div.gallery div.gallery-header {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	text-align: justify;
}

