/*------ body------------- */
html
	{
         	height: 101%;
	}
body
	{
         	/*background-image: url("../Bilder/moewen.jpg")*/;
                 background-color: #ffcc66; /*Hintergrund*/
                 font-size: 80%;
                 line-height: 130%;
                 font-family: Verdana, Arial, Sans-Serif;
                 color: #000; /*Textfarbe*/
				 		}

/*---Hinweis Curser---*/
acronym, abbr
	{
         	cursor: help;/*Fragezeichen*/
         }

/*-----Hyperlinks-----*/
a
	{
  		text-decoration: none;
                	color: #2d6e6a;
         }
a:visited
	{
         	color: #2d6e6a;
         }
a:hover
	{
         	color: #564b47;   /*sowas wie grau*/
                 text-decoration: underline;
         }
a:active
	{
         	color: #000;
         }

/*-----------------------*/
ul
	{
         	list-style: none;
         }

h2
	{
         	clear: right;
		font-size:130%;
                 font-weight:bold;
                 color: #991f00;
         }
h3
	{
         	clear: right;        	
		font-size: 90%;
                 font-weight: bold;
                 color: #649c5e;
         }
h5
	{
         	font-size: 80%;
                 margin: 0px;
                 color: #555;
         }

hr 	{
		clear: left;
		clear: right;
	}
sup	{
		text-decoration:underline;
		font-size:1px;
	}


.Sonderaktion
	{
         	font-size:150%;
                 font-weight: bold;
                 color: #ff0000;
                 width: 700px;
         }
.Sonderaktion2
	{
                 font-size:120%;
                 width: 700px;
         }
.klein
	{
		font-size:75%;
	}

/*---container---*/
div#container
	{
        		margin: 0 auto;
        		width: 990px;
	       	padding-bottom: 10px;
	}
	
IMG {
	border: 0;
}
