﻿@charset "utf-8";

body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: white;
	background-image: none;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 20px;
	margin-bottom: 10px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #ECECEC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #F6F6F6;
}

body,p,li,td,input,select,textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

.smallerwidth {
    width: 50%;
}

.red {
	color: #CE003C;
}

.gray {
	color: #B4ACA1;
}

b,strong {
	font-weight: bold;
}

h1,h2,h3  {
	font-size: 16px;
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-bottom: 16px;
	color: #CE003C;
	letter-spacing: 3px;
	text-transform: uppercase
}

h2  {
	font-size: 14px;
	margin-bottom: 10px;
	color: #CE003C;
}

h3  {
	font-size: 12px;
	margin-bottom: none;
}

hr  {
	width: 100%;
	color: #CE003C;
}

ul {
    margin-top: 0px;
	padding-top: 0px;
}


li {
    padding: 0px;
	margin: 0px;
	height: 7px;
}


a:link  {
	text-decoration: none;
	color: #CE003C;
}

a:visited  {
	text-decoration: none;
	color: #B4ABA1;
}

a:hover,a:focus  {
	text-decoration: none;
	color: red;
}

a:active  {
	text-decoration: none;
	color: red;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	cursor: hand;
	text-align: center
}

a img,input.radio,input.checkbox {
	border: none;
}

img {
	border: 0;
}


div.line {
	border-bottom: 1px solid #CE003C;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

span.separator {
	color: black;
}


marquee.marquee {
	margin-left: 370px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 8px;
}

.tickertext {
	font-weight: bold;
	color: white;
}

a:link.tickertext {
	text-decoration: none;
	color: white;
}

a:visited.tickertext {
	text-decoration: none;
	color: white;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: silver;
}

a:active.tickertext {
	text-decoration: none;
	color: white;
}

.tickerseparator {
	color: white;
	margin-left: 20px;
	margin-right: 20px;
}

@font-face {
	font-family: Eurostile;
	font-style:  normal;
	font-weight: normal;
   	src: url(eurostile.eot);
}

.ff_button {
	border: 1px solid #CE003C;
	color: #CE003C;
	text-transform: uppercase;
}

.ff_bildtitel {
    color: gray;
	font-weight: bold;
}

td {
    vertical-align: top;
}

.txt_sp1 {
    color: gray;
	font-weight: bold;
	padding-right: 20px;
	text-transform: none;
	letter-spacing: normal;
}

.txt_sp2 {
    padding-bottom: 5px;
	text-transform: none;
	letter-spacing: normal;
}

