body {
	color: black;
	background-color: white;
	background-image: url('images/background');
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	text-decoration: none;
}

body.Gallery {
	background-image: None;
}

body.Player {
	background-color: black;
	background-image: None;
}

hr {
	color: #bbac80;
	border: 1px solid gray;
	height: 1px;
}

form {
	margin: 0px;
}

a, a:active, a:visited {
	color: #cf010e;
	text-decoration: none;
}

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

a.Invisible, a.Invisible:hover {
	color: white;
	text-decoration: none;
}

h1 {
	color: #bbac80;
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #bbac80;
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	color: #bbac80;
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

p.Headline {
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing:3pt;
}

table {
	color: black;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
}

table.Content {
	background: white;
	background-image: url('images/background');
	padding-left: 0px;
}

table.DefaultColumn {
	color: #bbac80;
	font-size: 8pt;
	font-weight: normal;
	margin: 10px;
}

th {
	color: #bbac80;
	font-size: 8pt;
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

th.BorderBottom {
	border-bottom: 1px solid #cf010e;
}

td {
	color: black;
	font-size: 8pt;
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

td.Head {
	background: white;
	background-image: url('images/background');
	padding-top: 20px;
	padding-left: 20px;
}

td.SmallLogo {
	background: #cf010e;
	width: 270px;
	height: 20px;
}

td.Teaser {
	padding-top: 21px;
	padding-left: 7px;
}

td.TeaserContent {
	border: 1px solid #cf010e;
}

td.Legend {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
	padding: 4px;
}

td.Credits {
	color: #bbac80;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
	padding: 0px;
}

td.Body {
	padding-left: 20px;
}

td.Menue_active {
	background: #cf010e;
	color: white;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
	height: 12px;
}

td.Menue_selected {
	background: #cf010e;
	color: white;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
	height: 12px;
}

td.Breadcrumbs {
	color: #bbac80;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 20px;
}

td.Login {
	color: #bbac80;
	background-image: url('images/background');
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}

td.ColumnHead {
	background: #cf010e;
	border-bottom: 1px solid #cf010e;
	background-repeat:no-repeat;
	height: 25px;
}

.ColumnTitle {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
}

td.Column {
	padding-left:3px;
	padding-right:0px;
}

td.ColumnWithBorder {
	background-color: white;
	border-right: 1px solid #cf010e;
	border-bottom: 1px solid #cf010e;
	padding-top:5px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:5px;
}

td.Copyright {
	color: black;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 20px;
}

td.BorderTop {
	color: #bbac80;
	border-top: 1px solid #cf010e;
	font-size: 8pt;
}

td.BorderBottom {
	color: #bbac80;
	border-bottom: 1px solid #cf010e;
	font-size: 8pt;
}

.Note {
}

.Error {
	color: #cc802e;
	font-size: 10pt;
	font-weight: bold;
}

.Obligatory {
	color: red;
}

img {
	border: 0;
}

img.Inline {
	border: 0;
	float: left;
	padding-right: 5px;
}

img.Teaser {
	border: 1px solid #cf010e;
}

td.InputCaption {
	color: #bbac80;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 10px;
}

.Input {
	color: #222222;
	border:1px solid #003399;
	background: white;
	font-size: 10pt;
	font-weight: normal;
}

.Select {
	color: #222222;
	border:1px solid #003399;
	background: white;
	font-size: 10pt;
	font-weight: normal;
}

.InputButton {
	color: white;
	border:1px solid #cf010e;
	background: #cf010e;
	font-size: 8pt;
	font-weight: bold;
}

.InputButtonDisabled {
	color: white;
	border:1px solid #cccccc;
	background: #cccccc;
	font-size: 8pt;
	font-weight: bold;
}

pre {
	color: black;
	font-family: 'Lucida Grande', Geneva, verdana, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	margin: 0px;
	padding-top: 10px;
	text-decoration: none;
}