/* -------------------
   Layoutdefinitionen
   ------------------- */
#div {
	border: 1px none lightsteelblue;
}
#layout {
	position: static;
	width: 850px;
	border: 1px none #6666FF;
}
#head {
	position: static;
	width: 100%;
	border: 1px none #990099;
}
#navigation, .subnavigation {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
#navigation {
	position: static;
	border: 1px solid #66CC66;
	float: left;
	width: 180px;
	border: 1px solid #66CC66;
	background-image: url(../_images/global/background_pfau.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 110px;
}
#content {
	position: static;
	border: 1px none #000000;
	float: left;
	width: 650px;
}
#foot {
	position: static;
	width: 100%;
	border: 1px none #00FF00;
	clear: both;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
/* -------------------
   Schriftformate
   ------------------- */
div, td, th, .textDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.textHeadline {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
.textWhite {
	color: #FFFFFF;
}
br.neueLinie {
	clear: left;
}
.textSmall {
	font-size: 11px;
}
/* -------------------
   andere Formate
   ------------------- */
td {
	padding-left: 5px;
	padding-bottom: 5px;
}
tr.tableRowOne {
	background-color: #FFCC33;
}
tr.tableRowTwo {
	background-color: #FFFFFF;
}
tr.tableRowOneWeek {
	background-color: #FFCC33;
}
tr.tableRowTwoWeeks {
	background-color: #FFFFFF;
}
.button {
	border: 1px solid #333333;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	font-size: 11px;
	background: #CCCCFF;


}
td.borderBottom {
	border-bottom: 1px solid #999999;
}
.fettBlau {
	font-size: 16px;
	color: #336699;
	font-weight: bold;
}
img.BildLinks {
	margin-right: 10px;
}
a.rotelinks:link, a.rotelinks:hover, a.rotelinks:active, a.rotelinks:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9A49;
}
a.textUnderline {
	text-decoration: underline;
	font-weight:bold;
}
.specials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}

/*------------------
	for hiddenfield
  ------------------*/
.hid{
	display:block;
	position:absolute;
	left:-1000px;
	top:-1000px;
}
