
html, body {
	height: 100%;
	padding:0;
	margin:0;
}	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color: #000000;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, textarea { padding:0; margin:0; }
h1 { font-size:22px; line-height:26px;}
h2 { font-size:18px; line-height:22px;}
h3 { font-size:14px; line-height:18px;}
h4 { font-size:12px; line-height:16px;}
a img { border:none; }
a:link, a:visited { color:#C47830; text-decoration: none; }
a:active, a:hover { text-decoration: underline; }

/*** Layout ***/

#frame {
	position: absolute;
	text-align: left;
	left: 50%;
	top: 50%;
	margin-left: -460px;
	margin-top : -290px;
	width: 920px;
	height: 580px;
	border: 1px solid #333333;
	color: #cccccc;
}
#footer {
	padding: 2px;
	text-align: right;
	height: 10px;
	font-size: 9px;
	bottom: -11px
}
#footer a {
	color: #cccccc;
}
#r1 {
	height: 400px;
}
#r1c1 {
	height: 400px;
	overflow: hidden;
	width: 459px;
	float: left;
}
#r1c2 {
	height: 300px;
	padding: 50px;
	overflow: hidden;
}
#r1c1-full {
	width: 918px;
}
.tx-flvplayer2-pi1 {
	text-align: center;
}
#r2 {
}


/*** Easyscroll ***/

#easyscroll {
	z-index: 1;
}

#easyscrollnav #btnReset {
	display: none;
}
#easyscrollnav #btnUp,
#easyscrollnav #btnDown {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	position: absolute;
	left: 870px;
	width: 12px;
	height: 18px;
}
#easyscrollnav #btnUp {
	background-image: url(images/button_up.gif);
	top: 50px;
	z-index: 10;
}
#easyscrollnav #btnDown {
	background-image: url(images/button_down.gif);
	top: 335px;
	z-index: 10;
}


/*** Formular ***/

fieldset.csc-mailform {
        border: 0px;
        margin: 0px;
        padding: 0px;
}
.csc-mailform-field label {
	width: 8em;
	float: left;
	text-align: left;
	display: block
}

.csc-mailform-submit {
	margin-left: 8em;
	margin-top: 1em;
	background-color: #C47830;
	color: #ffffff;
	font-weight:bold;
}
input, textarea, select {
	padding: 2px;
	margin-bottom: 3px;
	font-size: 12px;
	background-color: #999999;
	border: 0px;
} 
input:focus, textarea:focus, select:focus {
	background-color: #E0E0E0;
}
.csc-mailform-submit input:focus {
	background-color: #C47830;
}
#mailformname,
#mailformemail,
#mailformmessage {
	width: 220px;
}
table {
	margin: 0;
	padding: 0;
	border-style: none;
	border-spacing: 0;
}
table tr td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}