html, body {
	width:100%;
	height:100%;	
	margin:0;
	padding:0;
 	font-family: arial, serif;
	font-size: 13px;
	color: #CCC;
}

#website_frame iframe, #website_frame{
	position:absolute;
	width:100%;
	height:100%;	
	margin:0;
	padding:0;
	border:0;
}

#website_frame{
	top:0px;
}

#dealers td {
	color: #000;
}

#dealers .subtitel {
	color: #A30101;
}


/* BUTTON */
a.button
{
	clear:both;
	/* Sliding right image */
	background: transparent url('/images/button-right.png') no-repeat scroll top right; 
	display: block;
	/*float: left;*/
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 13px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	cursor: pointer;
}

a.button span {
	background: transparent url('/images/button-left.png') no-repeat; 
	display:block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 5px 0 5px 13px;
	
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: arial, serif;
	font-size:12px;
	font-weight:bold;
} 

a.button:hover span {
	text-decoration: none;
	color: #CCC;
	font-family: arial, serif;
	font-size:12px;
	font-weight:bold;
}

input[type=text],
textarea,
input.field,
.aktie_input
{
	margin:0;
 	padding:2px;
	
	border: 1px #A30101 solid;
 	background: #A30101;

	font-family: arial, serif;
	font-size: 11px;
	color: #FFFFFF;
}

.radio{
	font-family: arial, serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align:middle;
}

input.button {
	display: block;
	margin:0;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 124px;
}

.bt_login{
	margin-top:5px;
	border: none;
	width: 74px;
	height: 24px;
	background: transparent url(/images/bt_login.png) no-repeat 0 0;
}

.vertical {
	position:relative;
	overflow:hidden;	
	height: 400px;
	width:275px;
	top:0px;
}

.items {	
	position:absolute;
	/*height:20000em;*/	
	margin: 0px;
}

.navi_container {
	position:absolute;
	top:420px;
	height:20px;
	width:275px;
	border-top: 1px solid #A30101;
	padding-top:5px;
	background-color: transparent;
}


.navi {
	position:relative;
	float:left;
	
	/*width:200px;*/
	height:20px;
	margin: 0 auto;
	text-align: center;
	border:0px solid #C00;
	padding-right: 1px;
	background-color: transparent;
}

#actions {
	width:280px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.navi a {
	width:10px;
	height:8px;
	background:#ffff00 url(/images/navigator.png) 0 0 no-repeat;
	font-size:1px;
	display: inline-block;
	/*padding-left: 2px;*/
	text-align: center;
}

.navi a:hover {
	background-position:0 -8px;      
}

.navi a.active {
	background-position:0 -16px;     
}

.scrollable .items {
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
	width:280px;
}

a.prev {
	position:relative;
	float:left;
	top:-4px;
	width:10px;
	height:18px;
	cursor:pointer;
}

a.next {
	position:relative;
	top:-4px;
	width:10px;
	height:18px;
	cursor:pointer;
}

hr {
	height: 0;
	border-width: 1px 0 0 0; /* remove all borders except the top one */
	border-style: solid;
	border-color: #A30101;
}

#panel h1, h1, .titel {
	font: normal normal 14px 'Oswald', arial, serif;
	font-size: 18px;
	padding: 8px 0 10px;
	margin: 0;
	color: white;
}


.aktie_input
{
	float:left;
	width:30px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
}

.subtitel {
	font: normal normal 13px 'Oswald', arial, serif;
	padding: 0px 0 0px;
	margin: 0;
	color: #ffff00;
}

.wit {
	color: #ffffff;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #ffff00;
}

#panel a:hover {
	color: ffffff;
}
