html,body{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	}

html,body,td{
	color: #002850;
	font-family: Futura, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif, "Trebuchet MS" ;
	font-size: 1em;
	line-height:1.4em;
	}

h1{
	color: #002850;
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	word-spacing: 0.3em;
	letter-spacing: 0.05em;
	margin: 10px 0 5px 0;
	text-indent: 40px;
	}

h2{ 
	color: #002850;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 5px;
	clear: both;
	text-indent: 60px
	}

h3{
	color: #002850;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	}

ul{
	list-style:none;
	margin:0;
	padding:0;
	}
ul li{
	padding: 0 0 5px 10px;
	background:url("elemente/li.gif") no-repeat left top;
	}
ul li ul li{
	padding-left: 10px;
	background:url("elemente/li2.gif") no-repeat left top;
	}

a:link  { color: #002850; text-decoration: underline }
a:visited  { color: #002850 }
a:hover  { color: #002850 }

p {
	margin:0;
	/*
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;*/
	}

.titel_1{
	font-weight: bold;
	background-color: #fff0b4;
	}

.titel_2{
	font-weight: bold;
	background-color: #7d3600;
	}

.titel_3{
	font-weight: bold;
	color: #f57300;
	}

.fett{
	font-weight: bold;
	}

.klein{
	font-size:0.85em;
	}
.kleiner{
	font-size:0.7em;
	}
.gross{
	font-size:1.3em;
	}
.groesser{
	font-size:1.7em;
	}

.tabelle_1{
	background-color:#FFF0B4;
	padding:0;
	border-spacing: 1;
	border-collapse: separate;
	}
.tabelle_1 th{
	background-color: #C4F3FF;
	/*border-right:#fff 1px solid;*/
	padding:4px;
	}
.tabelle_1 td{
	padding: 4px;
	background-color: #fffde0;
	/*border-right:#fff 1px solid;
	border-top:#fff 1px solid;*/
	}

.tabelle_2{
	background-color:#f0f0f0;
	padding:0;
	border-spacing: 0;
	border-collapse: separate;
	}
.tabelle_2 th{
	background-color: #B4501E;
	border-right:#fff 1px solid;
	padding:4px;
	color:#ffffff;
	}
.tabelle_2 td{
	padding: 4px;
	border-right:#fff 1px solid;
	border-top:#fff 1px solid;
	}


.zelle_1{
	background-color: #DCDCDC;
	}
table .zelle_1{
	background-color: #DCDCDC;
	}
.tabelle_1 .zelle_1, .tabelle_2 .zelle_1{
	background-color: #DCDCDC;
	}

.zelle_2{
	background-color: #FFF0B4;
	}
table .zelle_2{
	background-color: #FFF0B4;
	}
.tabelle_1 .zelle_2, .tabelle_2 .zelle_2{
	background-color: #FFF0B4;
	}

.zelle_3{
	background-color: #FFE17D;
	}
table .zelle_3{
	background-color: #FFE17D;
	}
.tabelle_1 .zelle_3, .tabelle_2 .zelle_3{
	background-color: #FFE17D;
	}

.zelle_4{
	background-color: #FFC300;
	}
table .zelle_4{
	background-color: #FFC300;
	}
.tabelle_1 .zelle_4, .tabelle_2 .zelle_4{
	background-color: #FFC300;
	}