/* CSS Document */
/* ALGEMENE PAGINA INSTELLINGEN */

body {
	padding: 0px;
	background-color: #32383E;
	color:#C1C5C8;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
a:link, a:visited {
	color: #d4b31b; 
}
a:hover {
	color: #8b7512;
}
.navbar {
	background-repeat: no-repeat;
	background-image: url(../images/design/navbar.gif);
	text-align: right;
	padding-right: 9px;
}
.advert {
	background-image:url(../images/design/advertBackground.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}
.logo {
	position:absolute;
	width:220px;
	height:150px;
	z-index: 2;
	margin-top: 5px;
	margin-left: 10px;
	visibility: visible;
}
.disclaimer {
	background-image: url(../images/design/disclaimer.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #444e57;
}

.update {
	background-image: url(../images/design/update.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #444e57;
}
.update H1 {
	color: #F3A433;
	padding-top: -15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 200%;
	text-decoration: underline;
}
.update P {
	color:#CCCCCC;
	text-indent: 10px;

}
/* SPECIALE HOME-PAGE TAGS */

.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 60px;
	line-height: 1.5em;
	text-align: justify;
	color: #C1C5C8;
}
.welcome h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F3A433;
	letter-spacing: 1px;
}
.left_cell {
	background-image: url(../images/design/lft_opentxt.gif);
	background-repeat: repeat-y;
}
.right_cell {
	background-image: url(../images/design/rght_opentxt.gif);
	background-repeat: repeat-y;
}
.image {
	position: absolute;
	z-index: 1;
	background-image: url(../images/design/imageBackground.png);
	background-repeat: no-repeat;
	height: 342px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aeb1b4;
	width: 370px;
	margin-left: -40px;
	margin-top: 15px;
	padding-top: 25px;
	padding-left: 20px;
	visibility: visible;
}
.caption {
	position: absolute;
	width:339px;
	height:53px;
	z-index:100;
	margin-top: 300px;
	margin-left: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C1C5C8;
	visibility: visible;
}
/* GALLERY PAGE DIVS */
.info {
	width: 725px;
	min-height: 130px;
	padding-top: 95px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

#titel {
	position: absolute;
	width: 680px;
	height: 80px;
	z-index: 2;
	margin-left: 10px;
	padding-left: 10px;
}
.title {
	font-size: 25px;
	font-weight: bold;
	color: #F3A433;
	letter-spacing: 1px;
}
.datum {
	font-size: 12px;
	color: #F3A433;
	letter-spacing: 1px;
}
.gallery {
	width: 700px;
	text-align: center;
}
.gallery img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.floatLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.sceneTabel {

}
.sceneTable p {
	margin-top: 0px;
	padding-top: 0px;
}
.sceneTabel h1 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0px;
}
.floatRight {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sceneBreak {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #444e57;
}
