body{
text-align:center;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8C7D63;

/* SCROLLER COLORS IE */
	scrollbar-face-color: #15130E; scrollbar-shadow-color: 2A251B; 
	scrollbar-highlight-color: #15130E; scrollbar-3dlight-color: #2A251B; 
	scrollbar-darkshadow-color: #15130E; scrollbar-track-color: #15130E;
	scrollbar-arrow-color: #524735;
}

.picborder{
border: thin solid #8C7D63;
}
 
/* DIV POSITIONS */
/* HORIZONTALES POSITIONIEREN von DIVs*/
	.topContainer {
		position: absolute;
		width: 100%;
		height: auto;
	}
	.vipcardBlock {
		position: relative;
		margin: auto;
		width: 926px;
		height: 10px;
		top: 0px;
	}
	.vipcard {
		position: absolute;
		width: 256px;
		height: 361px;
		top: 0px;
		left: 650px;
	}
	.strip {
		position: absolute;
		width: 118px;
		height: 118px;
		top: 0px;
		left: 0px;
	}


/* AHREF Declaration */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8C7D63;
	text-decoration: underline;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #C4B69E;
	text-decoration: none;
	}

a.mainmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8C7D63;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	}

a.mainmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #C4B69E;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	}
a.xtramenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #766A53;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	}

a.xtramenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #8C7D63;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	}

a.smalllink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #766A53;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	}

a.smalllink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #8C7D63;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	}
	
/* TExt Declaration*/	
.basictxt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8C7D63;
	}
	
.smalltxt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #766A53;
	}

/* Table declaration*/
.TabXtramenu{
white-space: nowrap;
padding-top: 5px;
}

/* OTHERS */

hr {
	background-color:#28231B;
	border:thin none #28231B;
	color:#28231B;
	height:1px;
	width: 550px;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }

/* HEADLINES*/
.article_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #8C7D63;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.article_subline {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8C7D63;
	}
	
/*RAD MEDIA GROUPGALLERY */

.RADMediagallerypic{
border: thin solid #8F8779;
margin-right: 7px;
margin-bottom: 8px;
}


/*RAD NEWSLETTER AN UND ABMELDUNG*/

.RADNewsletter input {
  background-color: #15130E;
  border: thin solid #2A251B;

  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  height: 25px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8C7D63;
}

.RADNewsletter input:focus{
background-color: #060504;
}

.RADNewsletterSubmit {
  background-color: #15130E;
  border: thin solid #2A251B;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  height: 25px;
  width: 120px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8C7D63;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:550px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:5px;
	width:550px;
	border-right:0px solid #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8C7D63;
}

#form-module label.checkbox {
	width:550px;
	border-left:2px solid #fff;
	border-right:none;
	
}

#form-module input, 
#form-module select {
	background-color: #15130E;
  	border: thin solid #2A251B;
 	padding-top: 3px;
  	padding-bottom: 3px;
  	padding-left: 3px;
  	padding-right: 3px;
  	width: 99%;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8C7D63;
	height: 25px;
	
}

#form-module textarea {
	background-color: #15130E;
  	border: thin solid #2A251B;
 	padding-top: 3px;
  	padding-bottom: 3px;
  	padding-left: 3px;
  	padding-right: 3px;
  	width: 99%;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8C7D63;
}

#form-module input:focus, #form-module textarea:focus{
background-color: #060504;
}

#form-module input.text {
	height: 25px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
  width: 200px;
  margin: 0px;
  margin-top: 5px;
  background-color: #15130E;
  color: #8C7D63;
}

#form-module input.submit:hover { 
	background-color:#060504;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8C7D63;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}
