.white {color: #ffffff;}
.black {color: #000000;}
.font {color: #000000;}
.grey {color: #efefef;}
.red {color: #FF0000;}
.green {color: #495939;}
.lightgreen {color: #7B845A;}
.pressgreen {color: #575E51;}
.backgroundwhite {background: #ffffff;}
.backgroundblack {background: #000000;}
.backgroundfont {background: #000000;}
.backgroundgrey {background: #efefef;}
.backgroundred {background: #FF0000;}
.backgroundgreen {background: #495939;}
.backgroundlightgreen {background: #7B845A;}
.backgroundpressgreen {background: #575E51;}
a {
	text-decoration: none;
}

#content p.paginator a.paginatorpage {
	font-size: 11px;
	border: 1px solid #495939;
	padding: 1px 5px;
	margin-right: 1px;
	text-decoration: none;
}

#content p.paginator span.currentpaginatorpage {
	font-size: 11px;
	border: 1px solid #495939;
	padding: 1px 5px;
	background: #495939;
	color: white;
	margin-right: 1px;
}

body {
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 12px;
	margin: 0;
	background: #f8f8f7;
}

div.page {
	background: url('/images/bg.gif');
	background-repeat:repeat-x;
}

div.messages {
	padding: 2px;
	border: 1px solid #b0b0b0;
	width: 500px;
}

div.messages .errors {
	color: red;
}

div.messages .infos {
	color: green;
}

.screenhide {
	display: none;
}

form {
	margin: 0;
}

html {
	min-height: 100.01%
}

h2 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 16px;
	color: #495939; 
}

h3 {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 12px; 
}

input.button {
	border: 1px solid #495939;
}

p {
	margin-top: 0;
	margin-bottom: 12px;
}

p.up {
	text-align: right;
	width: 97%;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

table.column2 {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

table.column2 td {
	padding: 0;
	vertical-align: top;
	width: 280px;
}

table.column2 td.rightcolumn {
	background: white;
}

table.framework {
	margin: auto;
	border-collapse: collapse;
	width: 848px;
}

table.framework .flasharea {	
	background: #495939;
	height: 368px;
	padding: 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.framework .naviborder {
	border-top: 1px solid white;
	border-right: 1px solid white;
}

table.framework .navitd {
	width: 140px;
	height: 82px;
	background: #495939;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

table.framework .press {
	background: #575E51;
}

table.framework .navitd div {
	margin-left: 10px;
	margin-top: 10px;
}

table.framework .navitd:hover {
	background: #7B845A;
}

table.framework .navitd a {
	color: white;
}

table.framework td.selected {
	background: #7B845A; 
}

table.framework #content {
	padding: 0;
	width: 580px;
	font-family: Trebuchet MS, Verdana, Georgia;
	font-size: 13px;
	color: #242521;
	vertical-align: top;
	line-height: 20px;
	background: #e5e4d8;
}

table.framework #content a {
	color: #495939;
	text-decoration: underline;
}

table.framework #content a:hover {
	color: #a5a59f;
	text-decoration: none;
}

table.framework #content div.text {
	border: none;
	padding: 0;
	margin-left: 10px;
	margin-top: 19px;
	margin-right: -10px;
	width: 95%;
}

table.framework #content img {
	margin-top: 1px;
	margin-right: 0;
}

table.table {
	width: 97%;
	border: none;
	padding: 0;
	border-spacing: 0;
}

table.table td {
	padding-right: 10px;
	vertical-align: top;
}

table.table td.seperator, table.table tr.seperator td {
	border-bottom: 1px dotted #d0d0d0;
}

table.framework ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.framework li {
	margin-bottom: 8px;	
}

table.framework ul.list {
	margin: 15px;
	list-style-type: square;
}

table.framework #leftcolumn {
	padding-left: 10px;
	padding-right: -10px;
	padding-top: 15px;
	font-family: Georgia;
	color: #a5a59f;
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
	width: 279px;
	border-left: 1px solid #e5e4d8;
}

table.framework #leftcolumn a {
	color: #a5a59f;
	text-decoration: none;
}

table.framework #leftcolumn a:hover {
	color: #495939;
	text-decoration: underline;
}

table.framework #leftcolumn a.selected {
	color: #495939;
}

table.framework #leftcolumn h1 {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

table.framework td.imprint {
	color: #a5a59f;
	font-size: 10px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
	border-top: 1px solid #e5e4d8;
	background: #edede8;
	border-left: 1px solid #edede8;
	border-right: 1px solid #edede8; 
}

table.framework td.imprint a {
	text-decoration: none;
	color: #a5a59f;
}

table.framework td.imprint a:hover {
	text-decoration: underline;
}

table.guestbook td {
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: top;
}

table.guestbook th {
	border: 1px solid #b0b0b0;
	padding: 1px;
	padding-left: 10px;
	text-align: left;
}

table.list td,table.list th {
	border: 1px solid #d0d0d0; 
}

table.list th {
	background: #d0d0d0;
}

.bold {
	font-weight: bold;
}

.bottomalign {
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.clearfloat {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.mandatory {
	color: red;
}

.nobr {
	white-space: nowrap;
}

.rightalign {
	text-align: right;
}

.smaller {
	font-size: 10px;
}

.topalign {
	vertical-align: top;
}

.shadow {
	background: #f0f0f0;
}

/* gallerific */
table.framework #content #gallery a {
	text-decoration: none;
}

table.framework #content #gallery img {
	margin: 0;
}

div.slideshow {
	margin: 0;
	padding: 0;
	display: block;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 64px;
}

div.caption-container div.caption {
	margin-top: 20px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.nav-controls .prev {
	margin-right: 20px;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 650px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-left: -4px;
}

div#thumbs {
	margin-top: 41px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 1px;
	list-style: none;
}

div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 7px 1px 7px;
	border: 1px solid #ccc;
	font-style: normal;
	font-family: Trebuchet MS,Verdana;
}

div.pagination.bottom {
	margin-bottom: 20px;
	padding-bottom: 12px;
}

#thumbs div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #495939;
	border-color: #ccc;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
