/* CSS Document */

body     	{
	                  background-image: url('background.jpg');
	                  background-position: right top;
	                  background-repeat: no-repeat;
	                  background-color: #000000;
	                  font-family: Arial;
	                  color: #75B7D9;
	        }

*        	{
	                  margin:0;
	                  padding: 0;
	        }
a:link    {
                    color: #3A97C9;
                    text-decoration: none;
                    font-size: 14px;
          }                  
a:visited {
                    color: #3A97C9;
                    text-decoration: none;
                     font-size: 14px;
          }
a:hover   {
                    color: #75B7D9;
                     font-size: 14px;
          }


/* Boxen */
#out     	{
	                  position: relative;
	                  float: left;
	                  top: 0px;
	                  left: 50%;
	                  width: 0px;
	        }

#content		{
	                  position: relative;
	                  float: left;
	                  left: -348px;
	                  width: 696px;
		}

#top             {
	                  position: relative;
	                  float: left;
	                  height: 235px;
	                  width: 696px;
	                  background-image: url('otherday.png');
		}

#navi            {
	                  position: relative;
	                  float: left;
	                  height: 21px;
	                  width: 696px;
	                  background-image: url('menue.png');
	                  background-position: center;
	                  background-repeat: no-repeat;
	                  top: 120px;
		}

.links		{
	                  height: 21px;
	                  border: 0px;
		}

.luecke		{
		                width: 12px;
		}

#text            {
	                  position: relative;
	                  top: -80px;
	                  float: left;
	                  width: 696px;
	                  text-align: left;
		}