*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f8ecc0;	
}

body
{
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #360508;
	text-align: center;
}

.clear
{
	clear: both;
}

img
{
	border: 1px solid #f3c71b;
	float: left;
	margin: 0 20px 10px 0;
}

form, fieldset
{
	border: none;
}

#numberDisplay
{
	font-size: 10px;
	color: #999999;
}

#caption, #caption a
{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

#printHeader
{
	display: none;
	visibility: hidden;	
}

#pageContainer
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#headerContainer
{
	background-image: url(../img/header1.jpg);
	background-repeat: no-repeat;
	height: 146px;
}

#headerContainer2
{
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
	height: 133px;
}

#headerContainer3
{
	background-image: url(../img/header3.jpg);
	background-repeat: no-repeat;
	height: 105px;
}

#mainContainer
{
	background-image: url(../img/page-bg.gif);
	background-repeat: no-repeat;
	height: 400px;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#mainContainer[id] {
    height: auto;
    min-height: 476px;
}

#timetableContent
{
	padding: 10px 0 0 25px;
}
#timetableContent table th
{
	padding: 0 0 5px 0;
	color: #f3c71b;
}
#timetableContent table tr td.colum1
{
	width: 73px;
	vertical-align:top;
	padding: 3px 0 0 0;
	color: #f3c71b;
}
#timetableContent table tr td.colum2
{
	width: 180px;
	vertical-align:top;
	padding: 3px 0 0 0;
	color: #f3c71b;
}

#naviContent
{
	padding: 0px 0 0 0px;
}

#naviContent table
{
	width: 900px;
}
#naviContent table tr
{
	border-width:1px;
    border-style:solid;
}
#naviContent table tr td.colum1
{
	margin: 0 0 150px 0;
	padding: 0 0 0px 0;
	width: 253px;
	text-align: center;
}

#naviContent table tr td.colum2
{
	width: 500px;
}

#naviContent table tr td.colum3
{
	margin: 0 0 150px 0;
	padding: 0 0 0px 0;
	width: 253px;
	text-align: center;
}

#naviContent table tr td.colum1 ul li
{
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
}

#naviContent table tr td.colum3 ul li
{
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
}

#naviContent table tr a
{
	font-size: 14px;
	font-weight: bold;
	color: #f3c71b;
	text-decoration: none;
}

#naviContent table tr td.colum1 a:hover, #naviContent table tr td.colum1 a.actNavi
{
	color: #f8ecc0;
//	font-size: 14px;
}
#naviContent table tr td.colum3 a:hover, #naviContent table tr td.colum3 a.actNavi
{
	color: #f8ecc0;
//	font-size: 14px;
}

#mainText
{
	margin-left: 55px;
	font-size: 13px;
	line-height: 18px;
	color: #f8ecc0;
	width: 750px;
}

#mainText h1
{
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #f3c71b;
	margin-bottom: 20px;
}

#mainText h2
{
	font-size: 14px;
	font-weight: bold;
	color: #f3c71b;
	text-decoration: underline;
	margin-bottom: 0px;
}

#mainText hr
{
	clear: both;
	color: #bc8955; 
	background-color: #bc8955; 
	height: 1px; 
	border: 0px; 
	margin: 20px 0px 10px 0;
		
}

#mainText a
{
	color: #f3c71b;
	text-decoration: underline;
}

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

#mainText .txtBigUnderline
{
	font-size: 14px;
	font-weight: bold;
	color: #f3c71b;
	text-decoration: underline;
}

#mainText input
{
	color: #360508;
}

#mainText input.norm
{
	width: 380px;
	background: #f3c71b;
	border: 1px solid #fedf8d;
}

#mainText textarea.norm
{
	width: 380px;
	height: 100px;
	background: #f3c71b;
	border: 1px solid #fedf8d;
	color: #360508;
}

#mainText table th
{
	padding: 0 0 10px 0;
}
#mainText table th
{
	padding: 0 0 10px 0;
}
#mainText table tr td.colum1
{
	width: 200px;
	padding: 0 0 10px 0;

}
#mainText table tr td.colum2
{
	width: 480px;
	padding: 0 0 10px 0;
}
#mainText table tr td.columForm1
{
	width: 100px;
	vertical-align:top;
	padding: 0 0 2px 0;
}
#mainText table tr td.columForm2
{
	width: 380px;
	vertical-align:top;
	padding: 0 0 2px 0;
}
