body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px;
}

/*
 * typography
 **/

td {
	vertical-align:top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.textSmall {
	font-weight: bold;
	font-size: 0.75em;
}

.newstextInfo {
	forn-weigth: bold;
	font-size: 0.75em;
	text-align: right;
	font-weight: bold;
}

.menublock {
	font-weight: bold;
	color: #CC0000;
	line-height: 1em;
}
.menublock a {
	font-size: 0.8em;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	text-decoration: none;
}
.menublock a:hover {
	text-decoration: underline;
}
.menublock a:link a:visited {
	text-decoration: none;
}
.adrotation {
	position: absolute;
	display: block;
} 
p {
	margin: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
h1 a {
	font-size: 1em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*
 * tables and lists
 **/
 
.tableStyle {
 	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 2px;
	}
.tableCellHead {
	background-color: #444444;
	color: #CC0000;
	padding: 2px;
	padding-bottom: 5px;
}
.tableCell {
	margin: 2px;
}
.tableRow1 {
	background-color: #222222;
		padding: 2px;

}
.tableRow2 {
	background-color: #080808;
		padding: 2px;

}
input, select, textarea{
	margin: 2px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}
a:hover {

	text-decoration: underline;
}
a:link a:visited {
	text-decoration: none;
}

.newstext {
	text-align: left;
}
.newsimage {
	display: inline;
	float: right;
	position: relative;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
}
.redborder {
	padding: 2px;
	border: 1px solid #CC0000;
}
.buenzlilist {
	list-style-position: outside;
	list-style-image: url(../images/cow_icon.png);
	list-style-type: none;
}
.bnzinfobox {
	border: 1px solid #CC0000;
	margin: 4px;
	text-align: center;
	background-image: url(../images/infoboxback.gif);
	background-repeat: no-repeat;
	width: 442px;
}
