﻿/* colors */

.sand_light {
	color: #DFD7BC;
	}
.sand {
	color: #AE916A;
	}
.brown_light {
	color: #BFBBB4;
	}
.brown_medium {
	color: #A39C93;
	}
.brown {
	color: #716759;
	}
.brown_dark {
	color: #5A5144;
	}
.brown_darker {
	color: #3F362B;
	}

/* various basic font settings */

body, p, form, input, textarea, h3, div, ul, ol, li, table, tr, th, td, a img, img { 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	}
#content p, #content h3 { 
	line-height: 18px;
	}
#content p { 
	padding-bottom: 18px;
	}
#content .right p { 
	padding-right: 12px;
	padding-bottom: 18px;
	}
#content input, #content textarea, #content button, #content li, #content td, #content th {
	line-height: 15px;
	}

/* head (h1) und subhead (h2) */

h2, h1 { 
	font-family: Didot, Georgia, Times, Serif;
	font-weight: normal; 
	color: #3F362B; 
	padding-bottom: 18px;
	}
h2.press { 
	padding-bottom: 3px;
	clear: both;
	}
h1 { 
	font-size: 19px;
	line-height: 24px;
	}
h2 { 
	font-size: 13px;
	line-height: 17px;
	}

/* settings for sub navigation */

#navsub p {
	font-size: 10px;
	line-height: 13px;
	padding-left: 35px;
	padding-top: 9px;
	}
#navsub a {
	color: #AE916A;
	}
#navsub a:hover, #navsub .selected {
	color: #3F362B;
	}

/* columns: left and right */

#content .left, #content .right, #content .wide { 
	float: left;
	margin-top: 24px;
	}
#content .left, #content .wide { 
	margin-left: 35px; /* margin-left in div.left is 1px less than in div.right! */
	clear: both;
	}
#content .left { 
	width: 315px;
	}
#content .right { 
	width: 315px;
	margin-left: 24px;
	}
#content .wide { 
	width: 654px;
	}
#content .alt { /* when left or right should start right at top add alt to class */
	margin-top: 0px;
	}
#content.fixfit .left { /* fixtures and fittings (<div id="content" class="fixfit">) require different widths */
	width: 318px;
	}
#content.fixfit .right { 
	width: 318px;
	margin-left: 18px;
	}
#content.fixfit .img { 
	width: 168px;
	}
#content.gallery .tn { /* gallery: a bit of decoration for the thumbnail - tn - images*/
	margin: 0px 12px 18px 0px;
	width: 89px;
	height: 89px;
	}
#content.gallery .img a, #content.gallery .img .selected {
	padding: 6px;
	display: block;
	text-align:center;
	}
#content.gallery .img a {
	background-color: #FFFFFF;
	border: solid 1px #AE916A;
	}
#content.gallery .img a:hover {
	border: solid 1px #3F362B;
	}
#content.gallery .img .selected {
	background-color: #BFBBB4;
	border: solid 1px #3F362B;
	}
.gallery #container a.previous, 
.gallery #container a.next, 
.gallery #container a:hover.previous, 
.gallery #container a:hover.next {
	border: 0px;
	width: 312px;
	background-color: transparent;
	padding-bottom: 12px;
	}
.gallery #container a.previous {
	float: left;
	text-align: left;
	padding-left: 0px;
	}
.gallery #container a.next {
	float: right;
	text-align: right;
	padding-right: 12px;
	}
.gallery #container a.previous img {
	background-image: url(../_images/generic/previous.gif)
	}
.gallery #container a.next img {
	background-image: url(../_images/generic/next.gif)
	}
.gallery #container a:hover.previous img {
	background-image: url(../_images/generic/o/previous.gif)
	}
.gallery #container a:hover.next img {
	background-image: url(../_images/generic/o/next.gif)
	}


/* div.img and captions*/

#content .img { 
	float: left;
	/* margin-right: 12px */ /* Instead just add 12px width to <div class="img"> - keepst it more flexible */
	}
#content .cell { 
	float: left;
	}
#content .flush { /* why did I define this one? */
	margin-right: 0px
	}
#content .img p { 
	padding: 6px 12px 18px 0px;
	font-size: 10px;
	font-family: Didot, Georgia, Serif;
	line-height: 14px;
	}

#content a img.preview {
	float: left;
	clear: both;
	margin: 3px 6px 21px 0px;
	background-color: #FFFFFF;
	border: solid 1px #AE916A;
	}
#content a:hover img.preview {
	border: solid 1px #3F362B;
	}

/* elements that clears float */

#content .clear { 
	display: block;
	clear: both;
	width: 688px;
	height: 0px;
	overflow: hidden;
	}
#content .left .clear, #content .right .clear { 
	width: 315px;
	}

/* links */

a {
	color: #AE916A;
	text-decoration: none;
	}
#content a:hover {
	color: #716759;
	}
a img.download {
	vertical-align: middle;
	margin: 0px 3px 0px 3px;
	}
a:hover img {
	text-decoration: none;
	}

/* vavious emphasis */

strong, em {
	font-weight: bold;
	font-style: normal;
	}
sup {
	font-size: 85%;
	vertical-align: top;
	}