@charset "UTF-8";
@import url(reset.css);
@import url(navigation.css);

/* 

* * * * * Design: Stephen England
* * * * * www.england.ch
* * * * * Realisation: Marc Rinderknecht
* * * * * www.kobebeef.ch
* * * * * © 2009 


*/





/* * * * * START: GENERAL STUFF * * * * */
html {
	background: #e4d089 url(/media/images_layout/bg_html.gif) repeat-x fixed;	
	height: 100%;
}
body {
	text-align: center;	
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
}
#outerWrap {
	width: 990px;	
	margin: 0 auto;
	background: #ab8701;
	height: 100%;
}
#wrapper {
	text-align: left;
	background: #ab8701;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
}
strong, b {
	font-weight: bold;	
}
em, i {
	font-style: italic;	
}
/* * * * * END: GENERAL STUFF * * * * */



/* * * * * START: HEADER * * * * */
#header {
	background: #c29a00;	
	height: 111px;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	position: fixed;
	z-index: 1000;
}
#header #logo {
	float: left;
	width: 660px;
}
#header #lang {
	float: left;
	width: 330px;
	padding: 58px 0 0 0;
	color: #502c00;
}
#header #lang ul {
	float: left;
	width: 315px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
}
#header #lang ul a {
	text-decoration: none;	
	color: #ebdfae;
}
#header #lang ul a:hover {
	text-decoration: none;	
	color: #FFF;
}
/* * * * * END: HEADER * * * * */


/* * * * * START: CONTENT GRID * * * * */
.leftCol {
	float: left;
	width: 495px;
}
.rightCol {
	float: left;
	width: 455px;
	min-height: 559px;
	padding: 30px 0 0 15px; /* no right padding for funky ie6 */
}
#home .leftCol {
	float: left;
	width: 630px;
	padding: 15px;
}
#home .rightCol {
	float: left;
	width: 300px;
	padding: 15px;
}
#news .leftCol {
	float: left;
	width: 465px;
	padding: 15px;
}
#news .rightCol {
	float: left;
	width: 300px;
	padding: 30px 0 0 180px;
}

/* * * * * START: CONTENT GRID * * * * */


/* * * * * START: CONTENT GENERAL TYPOGRAPHY + STUFF * * * * */
#contentWrap {
	padding: 173px 0 0 0;
	color: #FFF;
	font-size: 13px;
	background: url(/media/images_layout/bg_contentWrap.gif) repeat-y;
}
#contentWrap h1 {
	font-weight: bold;	
	margin: 0 0 25px 0;	
}
#contentWrap p + h1, #contentWrap ol + h1, #contentWrap ul + h1 {
	margin: 35px 0 25px 0;	
}
#contentWrap h2 {
	font-weight: bold;	
	margin: 0 0 5px 0;	
}
#contentWrap p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 13px 0;
}
#contentWrap p.date {
	margin: 0;
}
#contentWrap p.quote {
	font-style: italic;
	margin: 0;
}
#contentWrap a {
	color: #502c00;
}	
#contentWrap a:hover {
	color: #ebdfae;
}	
#contentWrap a:active {
	color: #FFF;
}	
#contentWrap .divider {
	padding: 10px 0;
	height: 1px;
	background: url(/media/images_layout/bg_footer.gif) repeat-x;
}
/* * * * * END: CONTENT GENERAL TYPOGRAPHY + STUFF * * * * */


/* * * * * START: CONTENT TYPOGRAPHY STANDARD PAGES * * * * */
#contentWrap .rightCol h1 {
	font-size: 36px;	
}
#contentWrap .rightCol h3 {
	font-size: 13px;	
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
#contentWrap .rightCol ul {
    padding-left: 15px;
}
#contentWrap .rightCol ul li {
	list-style-type: disc;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
#contentWrap .rightCol ol {
    padding-left: 15px;
}
#contentWrap .rightCol ol li {
	list-style-type: decimal;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
#contentWrap .rightCol #googlemap {
	width: 455px;
	height: 300px;
	color: #333;
}
#contentWrap .rightCol table.logos {
	margin: 0 0 20px 0;	
}
#contentWrap .rightCol table.logos td {
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentWrap .rightCol table.logos tr.firstrow td {
	padding-top: 10px;
}
#contentWrap .rightCol table.logos tr.lastrow td {
	padding-bottom: 10px;
}
#contentWrap .rightCol table.logos td.left {
	padding-left: 10px;
	padding-right: 10px;
	width: 121px;
}
#contentWrap .rightCol table.logos td.right {
	padding-left: 10px;
	width: auto;
}
/* * * * * END: CONTENT TYPOGRAPHY STANDARD PAGES * * * * */


/* * * * * START: CONTENT IMAGE (LEFT COL) / THUMBNAIL GALLERY * * * * */
.leftCol .imgLegend {
	font-size: 12px;
	line-height: 18px;
	width: 315px;
	padding: 15px 0 15px 15px;
}
.leftCol .thumbnails {
	background: #c29a00;
	padding: 10px 0 10px 10px;
}
.leftCol .thumbnails ul li {
	float: left;
	height: 39px;
	margin: 0 10px 0 0;
	background: #333 !important;
}
.leftCol .thumbnails ul li img {
	border: 1px solid #c29a00;	
}
.leftCol .thumbnails ul li.inactive img {
	opacity: 0.7;	
}
.leftCol .thumbnails ul li.inactive img:hover {
	cursor: pointer;
	border: 1px solid #ebdfae;
}
.leftCol .thumbnails ul li.active img {
	border: 1px solid #FFF;	
}
/* * * * * END: CONTENT IMAGE (LEFT COL) / THUMBNAIL GALLERY * * * * */


/* * * * * START: SPECIAL CONTENT (HOME) * * * * */
#home #contentWrap {
	background: #c29a00;	
		padding: 173px 0 0 0;
}
#home .leftCol h1 {
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#home .leftCol h1 sup {
	font-size: 24px;
	vertical-align: top;
}
#home .leftCol h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 50px;
}
#home .rightCol {
	min-height: 300px;
}
#home .rightCol h1 {
	font-size: 18px;
	margin: 0 0 18px 0;
}
/* * * * * END: SPECIAL CONTENT (HOME) * * * * */


/* * * * * START: SPECIAL CONTENT (NEWS) * * * * */
#news #contentWrap {
	background: #c29a00;	
}
#news .backLink {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	padding: 10px 10px 10px 15px;
	background: #c29a00 url(/media/images_layout/bg_footer.gif) bottom repeat-x;
}
#news .leftCol h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
#news .leftCol h2 {
	font-size: 18px;
	font-weight: bold;
}
#news .leftCol p.date {
	line-height: 20px;	
	margin: 0 0 0 0;
}
#news .rightCol h1{
	font-size: 18px;
	margin: 0 0 18px 0;
}
#news #newsPrev {
	float: left;
	width: 150px;
}
#news #newsNext {
	float: left;
	width: 150px;
	text-align: right;
}
/* * * * * END: SPECIAL CONTENT (NEWS) * * * * */


/* * * * * START: FOOTER * * * * */
#footer {
	margin: 0 0 0 495px;
	padding: 15px;
	background: #ab8701 url(/media/images_layout/bg_footer.gif) repeat-x;
	color: #ebdfae;
	font-size: 12px;
}
#home #footer, #news #footer {
	margin: 0;	
}
#footer p {
	margin: 0 0 10px 0;	
}
#footer a {
	color: #ebdfae;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
/* * * * * END: FOOTER * * * * */
