html,body {
	height: 100%;
}

body {
	margin:0; padding:0;
	text-align: left;
	border: none;
	color: #FFF;
	font-size: 75%;
	font-family: Tahoma, Arial, sans-serif;
	background: #000;
}

h1 {
	font-size: 205%; font-weight: normal;
	color: #ffcc02;
	margin: 0 0 10px 0; padding: 0;
}
h2 {
	color: #FFF;
	font-size: 145%; font-weight: normal;
	margin: 0; padding: 10px 0;
	line-height: normal;
}

h3 {
	font-size: 135%;
	font-weight: normal;
	margin: 13px 0; padding: 0;
	color: #ffd603;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	color: #dab9bb;
	margin: 0; padding: 0;
}

h1, h2, h3, h4 {line-height: normal; text-align: left; font-family: Georgia, "New York CE", utopia, serif;;}

a {text-decoration: underline; color: #E89104;}
a:hover {text-decoration: none; color: #D9B75D;}

img {border: none;} img.block {display: block}
sup {font-size: 75%;}
fieldset, form {border: none; margin: 0; padding: 0;}
fieldset {display: inline}
legend {display: none;}
hr {border: none; border-top: 1px dashed #CB6100; height: 1px; width: 100%; display: block;}

/* layout -------------------------------------------- */

#page {width: 623px; margin: 0 auto; padding: 0;}


/* menu -------------------------------------------- */

/* content -------------------------------------------- */

#foto-holder { margin: 0 auto; padding: 150px 0 0 0; }

#mail { text-align: right; padding: 5px 19px 5px 0; font-size: 95%; }
#mail a { color: gray; }

.stepcarousel{
	position: relative; /*leave this value alone*/
/*	border: 10px solid white; */
	overflow: scroll; /*leave this value alone*/
	width: 603px; /*Width of Carousel Viewer itself*/
	height: 223px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 603px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* footer -------------------------------------------- */

/* layout items -------------------------------------------- */

/* table styles -------------------------------------------- */

/* redefine -------------------------------------------- */

.no-border {border: none;}
.no-bg {background: none;}

img.img-border {border: 5px solid #E4E9F7;}
a:hover img.img-border {border: 5px solid #B3B6D0;}

.clear {height: 0; clear: both; overflow: hidden; visibility: hidden;}
.hide {display: none;}

.floatLeft {float: left;}
.floatRight {float: right;}

.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
