body 	{
	background-color:white;
         margin:10px;
         font-face:'Trebuchet Ms';
         font-size:13px;
         }

h1	{
	/*color:#00C0FF;*/
         color:#0070C0;
         font-size:35px;
         font-face:bold;
         text-align:center;
         margin-bottom:3px;
         margin-right:20px;
         border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-color:#0070C0;
         border-right-width:1px;
         border-right-style:solid;
         }

h2	{
	color: yellow;
         font-size: 18px;
         font-face: bold;
         }

h3	{
	color: red;
         font-size: 15px;
         font-face: bold;
         }

p	{
         text-align:justify;
         font-face:Verdana;
         color:cornflowerblue;
	/*background-color:#FBFBFB;*/
         background-color:none;
         font-size:15px;
         padding:5px;
         margin-right:20px;
         }

p:first-line {
	font-weight:bold;
         font-size:18px;
         text-align:center;
         color:#0070C0;
         }

p:first-letter {
	font-size:20px;
         }

#kontakt {
	text-align:center;
         }

kontakt:first-line {
	text-align:left;
         }

#nav	{
	position:relative;
         top:215px;
	width:112px;
	background-image:url(grafik/zelt_2.gif);
         background-repeat:repeat-y;
         text-align:center;
         }

#nav #navlink	{
	line-height:38px;
	text-decoration:none;
	color:#0070C0;
         font-size:20px;
         font-face: Arial;
         font-weight:bold;
         font-style:italic;
	}

#nav #navlink:hover {
	color:red;
         }

#nav #navlink:active {
	color:green;
         }

#big 	{
	font-size:20px;
         font-weight:bold;
         color:#0070C0;
         padding-top:20px;
         }

#logo 	{
	position:absolute;
         top:100px;
         left:0px;
         }

#header {
	position:absolute;
         top:0px;
         left:200px;
         text-align:center;
         }

#bottom {
	position:absolute;
         top:754px;
         }

a:link	{
	text-decoration:none;
         font-weight:bold;
         }

a:hover	{
	text-decoration:underline;
         font-weight:bold;
         color:red;
         }

a:visited {
	text-decoration:none;
         font-weight:bold;
         color:lightgrey;
         }

a:active {
	text-decoration:none;
         font-weight:bold;
         color:green;
         }

a:focus	{
	text-decoration:none;
         font-weight:bold;
         color:green;
         }