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

/*
* * * * * production and code by marc rinderknecht, zürich
* * * * * kobebeef.ch
* * * * * © 2007
*/

body {
	margin: 30px 0 0 30px;
	background: #CCC;
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 11px;
	color: #FFF;	
}
#logo {
	margin: 0 0 30px 0;
}
#wrapper {
	width: 100%;
	text-align: center;
}
strong {
	font-weight: bold;
}
#MainContainer {
	margin: 0 auto;
	width: 945px;
	text-align: left;
	background: #ddd;
}
#top {
	height: 11px;
	background: url(/images/bg_top_shadow.gif) no-repeat;
}	
#main {
	background: url(/images/bg_main_shadow.gif) repeat-y;
	min-height: 500px;
	width: 870px;
	padding: 19px 40px 30px 35px;
	/*
	border: 1px solid #F00;
	*/
}
#bottom {
	height: 10px;
	background: url(/images/bg_bottom_shadow.gif) no-repeat;
}
p#CaptionBlock {
	margin-bottom: 0;
	padding-bottom: 0;
}
#PhotoStatic {
	border: 10px solid #FFF;
	background: #FFF;
}


/* * * * * START: NAVIGATION * * * * */
ul#mainnavi {
	margin: 0 0 15px 0;
	color: #666;
	height: 15px;
}
ul#mainnavi li {
	list-style-type: none;
	margin: 0 12px 0 0;
	float: left;
}
ul#mainnavi li a {
	color: #666;
	text-decoration: none;
}
ul#mainnavi li a:hover, ul#mainnavi li.active a {
	color: #FFF;
}
ul#mainnavi li a:active {
	color: #F00;
}
/* * * * * END: NAVIGATION * * * * */


#imgContainer {
	float: left;
	width: auto;	
	margin: 0 30px 0 0;
	width: 540px;
	overflow: hidden;
	text-align: left;
}
#copytext {
	float: left;
	width: 300px;
}
h1 {
	font-size: 18px;
	margin: 0 0 18px 0;
}
h2 {
	font-size: 14px;
	line-height: 18px;
}
p {
	font-size: 11px;
	line-height: 15px;
}
.textDE {
	color: #FFF;
	margin: 0 0 30px 0;
}
.textDE a {
	color: #FFF;
	text-decoration: none;
}
.textDE a:hover {
	color: #666;
}
.textEN {
	color: #666;
}
.textEN a {
	color: #666;
	text-decoration: none;
}
.textEN a:hover {
	color: #FFF;
}
.divider {
	padding: 5px 0 0 0;
	height: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #666;
}
.btnPrev, .infoCounter, .btnNext {
	float: left;
	width: 100px;
}
.infoCounter {
	text-align: center;
}
.btnNext {
	text-align: right;
}
#diaryContainer, #clientsContainer {
	height: 440px;
	overflow: auto;
}
#diaryContainer .diaryImg, #clientsContainer .colOne {
	width: 420px;
	height: auto !important;
	margin: 0 30px 0 0;
	float: left;
}
#diaryContainer .diaryCopy, #clientsContainer .colTwo {
	width: 390px;
	height: auto !important;
	float: left;
}
#diaryContainer .divider {
	width: 850px;
}
#diaryContainer .btnPrev, #diaryContainer .btnNext  {
	width: 290px;
}
#diaryContainer .btnPrev a, #diaryContainer .btnNext a {
	color: #666;
	text-decoration: none;
}
#diaryContainer .btnPrev a:hover, #diaryContainer .btnNext a:hover {
	color: #FFF;
}
#diaryContainer .infoCounter {
	width: 270px;
	color: #666;
}



/* * * * * START: FOOTER * * * * */
#footer {
	background: url(/images/bg_main_shadow.gif) repeat-y;
	padding: 30px 40px 30px 35px;
	font-size: 9px;
	color: #666;
}
.novavista {
	color: #F00;
	letter-spacing: 1px;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	color: #F00;
}
/* * * * * END: FOOTER * * * * */


/* * * * * START: SLIDESHOW * * * * */
#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	padding: 4px 8px;
	width: 64px;
	float: left;
}
#transport a:link {
	color: #fff;
}
#transport a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
}
#transport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
}
#thumbnails {
	visibility: hidden;
}

#picture {
	padding: 0px;
	width: 500px;
	float: left;
}
#mainImageOutline {
	overflow: hidden; 
}
#mainImageOutline img {
	border: 10px solid #FFF;
}
#mainImage {
	width: 100%;
	height: 100%;
}
/* * * * * END: SLIDESHOW * * * * */

div#santa {
	width: 500px;
	border: 10px solid #FFF;
	background: #FFF;
}