

body {
	color: Blue;
	font-family: Comic Sans MS, Arial;
	font-size: 10pt;
	background: #FFFFCA;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 50px;
}

p.body {
	font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: Red;
}

p.titel {
	text-align: center;
	font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: transparent;
	color: blue;
}
a:link        {
	color: Blue;
	font-family: Comic Sans MS, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a:visited     {
	color: Blue;
	font-family: Comic Sans MS, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a:active      {
	color: Blue;
	font-family: Comic Sans MS, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;

}
a:hover       {
	color: Blue;
	text-decoration: none;
	background-color: #9ACD32;
}



.nav_01    {
	color: Blue;
	font-family: Comic Sans MS, Arial;
	font-size: 9pt;
	background: #FFD700;
}

th {
	background-color: Blue;
	color: White;
	font-family: Comic Sans MS, Arial;
}


td {
	font-family: Comic Sans MS, Arial;
	font-size: 10pt;
}


.head_ski{
	font-family: Comic Sans MS, Arial;
	font-size: 20pt;
	color: White;
	font-style: normal;
	width: 100%;
	height: auto;
	background: #0000CD top;
	text-align: center;
	margin-top: 1px;
}



.text_link_rot {
	font-family: Comic Sans MS, Arial;
	font-size: 10pt;
	color: White;
	width: 70%;
	background: Red;
	text-align: center;
	margin-top: 1px;
	cursor: pointer;
}



