/* Allgemeines */

BODY {
	background-image: url(background.gif);
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

INPUT, SELECT, TEXTAREA {
	border: 1px solid #808080;
	font : 100 10pt "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
	padding: 1px;
}

INPUT[type=radio], INPUT.none {
	border: none;
}

A:Hover {
	color: #FF8D4D;
}
	
A:Link,A:Visited,A:Active {
	color: #808080;
}

/* Layout */

#formattipps {
	background-color: white;
}

#formattipps TABLE {
	border: 2px solid black;
	border-collapse: collapse;
}

#formattipps TD {
	border: 1px solid #808080;
	border-collapse: collapse;
}

#outerbox {
	width: 100%;
	height: 100%;
}

#box {
	width: 800px;
	position: static;
	background-color: white;
}

#innerbox {
	width: 749px;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

#altheader {
	display: none;
}

#header1 {
	/*height: 174px;*/
	height: 144px;
	width: 298px;
	background-color: #FF8D4D;
	text-align: center;
	margin-right: 2px;
	position: relative;
	float: left;
}

#header1 IMG {
	margin-top: 15px;
}

#header2 {
	height: 144px;
	width: 298px;
	background-color: #FE003C;
	margin-right: 2px;
	position: relative;
	float: left;
}

#header3 {
	height: 144px;
	width: 149px;
	position: relative;
	float: left;
}

#header2 #address {
	color: white;
	font-size: 9pt;
	font-weight: 800;
	padding-top: 30px;
	padding-left: 15px;
}

#header3box {
	height: 71px;
	width: 100%;
	background-color: #CF0030;
	margin-bottom: 2px;
	position: relative;
	z-index: 100;
	text-align: center;
}

#header3box DIV {
	color: white;
	font-size: 8pt;
	font-weight: 800;
	text-align: left;
	margin-left: 2px;
}


#language {
	width: 100%;
	text-align: center;
	height: 30px;
	color:white;
	font-weight: 700;
	position: absolute;
	z-index: 100;
}

#language .active {
	margin: 1px;
}

#language .passive {
	background-color: #FF8D4D;
	margin: 1px;
}

#language A {
	text-decoration: none;
	color: white;
}



#text {
	width: 574px;
	text-align: left;
	left: 175px;
	position: relative;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
}

#text UL {
	list-style-type: square;
}

#text TABLE {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
}


#text TABLE TH {
	font-weight: 800;
	background-color: #DBCDC6;
	padding: 3px;
	border-bottom: 1px solid #BAA79C;
}

#text TABLE TD {
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #BAA79C;
	vertical-align: top;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
}

* HTML #text {
	position: relative;
	left: 10px;
	margin-top: -2px;
	float: left;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
}

#text, #text TABLE {
	font-size: 10pt;
}

#text TABLE, #text LI {
	text-align: left;
}

#text LI {
	margin-bottom: 15px;
}

#news {
	background-color: #DBCDC6;
	width: 149px;
	float: right;
	text-align: left;

	border-top: 2px  solid white;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#news H2 {
	margin: 4px;
	color: #CF0030;
	font-weight: 500;
}

#news P {
	margin: 4px 4px 15px 5px;
	font-weight: 800;
	font-size: 9pt;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
}

#news A {
	text-decoration: none;
	color: black;
}


H1 {
	color: #CF0030;
	font-size: 180%;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
	text-align: left;
}

H2 {
	color: #CF0030;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
	font-weight: 500;
	text-align: left;
}


* HTML #menu {
	position: relative;
	top: 0px;
	float: left;
	border-top: none;
}

#menu {
	top: 148px;
	width: 166px;
	background-color: #DBCDC6;
	padding: 0;
	margin: 0;
	position: absolute;
}

#menu .smallmenu {
	font-size: 8pt;
	margin: 5px;
}

#menu A {
	text-decoration: none;
	color: black;
}

#menu UL {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-weight: 900;
	font-size: 10pt;
	list-style-image: url(box.gif);
	list-style-position: inside;
}

#menu LI {
	border-top: 1px dotted White;
	line-height: 170%;
}

* HTML #menu LI {
	border-top: none;
}

#menu LI.level2 {
	font-weight: 100;
	list-style-image: url(pfeil.gif);
	padding-left: 15px;
	font-size: 9pt;
}

#menu LI.selected {
	background-color: #BAA79C;
}

.box {
	border: 1px solid #BAA79C;	
	padding: 3px;
}

/* Calendar Popup */

.calendar TABLE {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.calendar TH {
	padding: 0px;
}

.calendar TD {
	padding: 0px;
	border-bottom: none;
}

.cpYearNavigation,
.cpMonthNavigation
	{
	background-color:#FF8D4D;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
	{
	font-size:8pt;
	}
TD.cpDayColumnHeader
	{
	text-align:right;
	background-color: #D0D0D0;
	border-width:0 0 1 0;
	}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
	{
	text-align:right;
	text-decoration:none;
	}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
	{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
	}
.cpCurrentMonthDate
	{
	color:#CF0030;
	font-weight:bold;
	}
.cpCurrentDate
	{
	font-weight:bold;
	}
.cpCurrentDate A {
	color: #FFFFFF;
}
.cpOtherMonthDate
	{
	color:#808080;
	}
TD.cpCurrentDate
	{
	color:#FFFFFF;
	background-color: #CF0030;
	}
TD.cpCurrentDateDisabled
	{
	border-width:1;
	border:solid thin #FFAAAA;
	}
TD.cpTodayText,
TD.cpTodayTextDisabled
	{
	}
A.cpTodayText,
SPAN.cpTodayTextDisabled
	{
	height:20px;
	}
A.cpTodayText
	{
	color:#CF0030;
	font-weight:bold;
	}
SPAN.cpTodayTextDisabled
	{
	color:#D0D0D0;
	}
.cpBorder
	{
	border:solid thin #CF0030;
	}
