/* globals */
html{
	height: 100%;
	font-family: Verdana;
}

body {
	background-image: url('../pics/BackgroundBasket.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}

.Datum {
	margin: 0 0 0 30px;
	float: right;
	color: #FFF;
}

#Newsletter {
	margin: 5px 20px 50px 20px;
}

#Address {
	margin: 5px 20px 50px 20px;
	font-size: 13px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #FFF;
}

td {
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #4E4E4E;
}

strong {
	font-style: normal; 
	font-weight: bold;
	color: #9B0736;
}

b {
	font-style: normal; 
	font-weight: bold;
	color: #FFF;
}

h1 {
	margin: 0;
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	color: #FFF;
}

h2 {
	margin: 0;
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold;
	color: #FFF;
}

h3 {
	margin: 0;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	color: #8b8b8b;
}

#Credits {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 24px;
}

a.Credits {	
	color: #8b8b8b;
	text-decoration: underline;
}

a.Credits:hover {
	text-decoration: none;
}

#Footer {
	color: #FFF;
	margin: 0;
}

a.Footer {	
	color: #FFF;
	text-decoration: none;
}

a.Footer:hover {
	text-decoration: underline;
}

.Quotes {
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url(../pics/RedArrow.gif);
	background-repeat: no-repeat;
	background-position: 1.0em;
	padding-left: 3.0em;
	padding-bottom: 1px;
	font-size: 11px;
	color: #4E4E4E;
}

a.Active {
	font-size: 13px;
	margin: 0 20px 0 20px;
	color: #a90621;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {	
	font-size: 13px;
	margin: 0 20px 0 20px;
	color: #999;
	text-decoration: none;
}

a.NotActive:hover {
	text-decoration: underline;
}

a.ContentLink {	
	font-size: 13px;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

a.ContentLink:hover {
	text-decoration: none;
}

.Btn {
	margin: 0 8px 0 0;
}

#Buttons {
	margin: 0 0 0 220px;
}

#Window {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}

a.BtnWindow {	
	font-size: 13px;
	margin: 0;
	color: #333333;
	text-decoration: none;
}

a.BtnWindow:hover {
	text-decoration: underline;
}

a.MainContent {	
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

a.MainContent:hover {
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

#MainContent {
	margin: 30px 30px 30px 40px;
}

.White {
	color:#C3FDE0;
}

.Image {
	padding: 0;
	background: #FFF;
	border: 1px solid #e8e8e8;
}

.input { 
	margin: 0; 
	padding: 4px; 
	width: 180px;
	height: 30px; 
	border: 1px solid #FFF; 
	background: #FFF;
	color: #333;
}

.input:hover { 
	background: #F5F5F5; 
	border: 1px solid #FFF; 
	color: #333;
}

.inputBlack { 
	margin: 0; 
	padding: 4px; 
	width: 280px;
	height: 30px; 
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333;
}

.inputBlack:hover { 
	background: #f5f5f5; 
	border: 1px solid #CCC; 
	color: #333;
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 60px; 
	border: 0;
	color: #FFF; 
	background-color: transparent	 
}

.buttonBlack { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 60px; 
	border: 0;
	color: #000; 
	background-color: transparent	 
}