.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

html, body {
	margin: 0px;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

	color:	#503612;

	height: 100%;
}

body {
	background: url(/stream/images/layout/background.gif);
}

td.headMenu {
	padding: 10px;

	height: 75px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;

	color: #ffffff;

	text-align: left;
	vertical-align: bottom;
}

td.headMenu dl,
td.headMenu dd
{
	margin: 0px;
	padding: 0px;
}

td.headMenu a:link,
td.headMenu a:hover,
td.headMenu a:visited
{
	color:#ffffff;
	text-decoration:none;
}


td.content {
	/*padding: 10px;*/

	vertical-align: top;
}

tr.borderR td.border {
	border-right: 1px solid #ffffff;
}

tr.borderRB td.border {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

tr.borderRB td.borderB {
	border-bottom: 1px solid #ffffff;
}

tr.borderRB th.border {
	border-bottom: 1px solid #ffffff;
}

.fullHeight {
	height: 100%;
}

/**
 * inlines
 */
.inlineL {
	display: inline;

	float: left;
}

.inlineR {
	display: inline;

	float: right;
}

a:link,
a:hover,
a:visited
{
	color:#503612;

	font-weight:	normal;

	text-decoration:underline;
}

a:hover
{
	color:#aa9d55;
}

/**
 * menu
 */
.menu,
.menu a:link,
.menu a:hover,
.menu a:visited
{
	color:#503612;

	font-size:12px;

	font-weight:bold;

	text-decoration:none;
}

.menu a:hover
{
	color:#aa9d55;
}

.menu dd,
.menu dt
{
/*	border-bottom: 1px solid #503612; */
}

.menu li
{
	list-style-type:	disc;
}

dl
{
	margin:			0;
	padding:		0;
	padding-left:	16px;
}

dd,
dt
{
	margin:			0;
	padding:		0;

	margin-bottom: 2px;
}

.submenu dd,
.submenu dt,
.submenu a:link,
.submenu a:hover,
.submenu a:visited
{
	font-weight:normal;
}

/**
 * custom styles
 */
h5
{
	font-size: 12px;
	font-weight: bold;
}

.ueberschrift
{
	margin:			8px 0px;
	padding:		8px;

	width:		96%;

	font-size: 12px;
	font-weight: bold;

	vertical-align: middle;

	color:		#ffffff;
	background:	#339966;
}

