/**
**/
body, html {
	background-image: url('../img/background.gif' );
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	color: #333;
	text-align: center;
}
h1, h2, h3, div, p, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
img {
	border: none;
}
p {
	line-height: 1.1em;
	margin: 1em 0 1em;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
u{
	text-decoration:underline;
}


table tr.odd {
	background-color: #f0f0f0;
}

.DownloadLink {}
a:link.DownloadLink, a:visited.DownloadLink, a:active.DownloadLink {
	padding: 2px;
	padding-left: 18px;
	height: 18px;
	background: url('../img/download.png') no-repeat 2px;
	border: 1px dotted #666;
	cursor: pointer;
}
a:hover.DownloadLink {
	background-color:#ffcc66;
}
h1, .Header1 {
	color: #666;
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
h2, .Header2 {
	color: #666;
	font-size: 1.2em;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-weight:bold;
}
h3, .Header3 {
	color: #666;
	font-size: 1.2em;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-weight:bold;
}

.clearer {
	clear: both;
}
.GalleriFarge {
	color: #a01936
}
.MarkedFarge {
	color: #3c9da6
}

#marked h1, #marked .Header1, #marked h2, #marked .Header2, #marked h3, #marked .Header3, #marked h4, #marked .Header4 {
		color: #3c9da6;	
	}
#gallery h1, #gallery  .Header1, #gallery h2, #gallery .Header2, #gallery h3, #gallery .Header3, #gallery h4, #gallery .Header4 {
		color: #a01936;
	}


/** Layout **/
#bbox {
	width: 778px;
	margin: 0 auto;
}
.top {
	height: 48px;
	background: url('../img/top.gif' ) no-repeat center;
	clear: both;
}
.wrapper {
	padding: 0 25px 0 25px;
	background: url('../img/down.gif') repeat-y center;
}

.bottom {
	height: 48px;
	background: url('../img/bottom.gif' ) no-repeat center;
	clear: both;
}

#left {
	float: left;
}
#main {
	width: 517px;
	float: left;
}
#content {
	float: left;
	width: 83.4%;
	clear: both;
	padding: 0.7em 0.5em;
}

/*** MENU **/
#menu {
	width: 190px;
	line-height: 1.1em;
}
#marked #menu {
	background-color: #3c9da6;
}
#gallery #menu {
	background-color: #b42944;
}

#logoimage {
	width: 190px;
	height: 115px;
}
#gallery #logoimage {
	background-image: url('../img/gallery/logo.gif' );
}
#marked #logoimage {
	background-image: url('../img/marked/logo.gif' );
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0.2em 0.6em 0.3em 25px;

}
#marked #menu a:hover {
	background-color: #2f757b;
}
#gallery #menu a:hover {
	background-color: #a01936;
}
#eyecatcher {
	float: left;
	width: 517px;
	height: 344px;
}

#marked #eyecatcher {
	background-image: url('../img/marked/header_image.jpg' );
}

#gallery #eyecatcher {
	background-image: url('../img/gallery/header_image.jpg' );
}

#contentimage {
	width: 190px;
	height: 194px;
	margin-top: 15px;
}
#gallery #contentimage {
	background-image: url('../img/gallery/content_image.jpg' );
}
#marked #contentimage {
	background-image: url('../img/marked/content_image.jpg' );
}

.line {
	font-size: 0;
	padding: 0;
	padding-top: 2px;
	margin-bottom: 2px;
	height: 1px;
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #666;

}
/****/

/**
* Image slider
*/
.gallery_container {
	width:100%;
}
.gallery_container a {
	color: #fff;
	display: block;
}
.gallery_titlebar {
	width: 100%;
}

.gallery_titlebar .title {
	float: left;
	padding: 4px;
}

.gallery_titlebar .buttons {
	float: right;
}

.gallery_titlebar .buttons a {
	float: left;
	margin: 2px;
	padding: 2px 6px 4px 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.gallery_titlebar .buttons a.disabled {
	color: gray;
}

.gallery_titlebar .buttons a:hover {
	background-color: darkorange;
}

.slider {
	clear: both;
	width: 100%;
	background-color: #e0e0e0;
}
.slider ul li {
	padding: 1px;
}

ul {
	margin-right: 1em;
}

ul li {
	line-height: 1.3em;
	list-style:disc outside;
	margin: 0 0 0 2em;
}
