@charset "utf-8";
/* CSS Document */

#navigation_box
{
   position: fixed;
   width: 100%;
	height: 75px;
   background-color: white;
   top: 0;
   left: 0;
	z-index: 100;
	color: #555555;
}

#navigation
{
   position: relative;
   width: auto;
   height: 30px;
   list-style: none;
   padding: 0;
   margin: 0 auto;
   text-align: center;
   margin-top: 2em;
}

#navigation ul
{
   margin: 0;
   padding: 0;
}

#navigation li
{
   display: inline;
   list-style-type: none;
   margin: 0;
}

#navigation a 
{ 
   padding: 7px 16px;
   background-color: red; 
   color: white;
   font-weight: bold;
   font-size: 1.2em;
}

.red_dummy
{
   position: relative;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: bold;
   padding: 7px 19px 19px 19px;
   margin: 0px;
   background-color: red; 
   color: white;
   text-decoration: none;
}

#navigation a:link, #navigation a:visited
{
   position: relative;
   color: white;
   background-color: #b4b4b4;  /* 605B5B */
   font-weight: bold;
   text-decoration: none;
   font-size: 1.2em;
}

#navigation a:hover
{
   color: white;
   background-color: red;
   font-weight: bold;
   text-decoration: none;
   font-size: 1.2em;
}

#link_list
{
   position: relative;
   margin: 0 auto;
   margin-bottom: 10px;
   margin-top: 3px;
   font-size: 0.7em;
   width: 1014px;
}

#link_list ul
{
   margin: 0;
   padding: 0;
}

#link_list li
{
   display: inline;
   list-style-type: none;
   margin: 0 2em;
}


#rechts
{
   position: absolute;
   top: 0;
   right: 0;
   color: #555555;
}

#links
{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 5000;
   color: #555555;
}

#link_list a:link 
{ 
   color: #555555; 
	text-decoration: none; 
}

#link_list a:visited 
{ 
   color: #555555; 
	text-decoration: none; 
}

#link_list a:active 
{ 
   color: #555555; 
	text-decoration: none; 
}

#link_list a:hover 
{ 
   color: bl#555555ack; 
	text-decoration: none; 
}

#seliger_logo
{
   position: absolute;
	left: 485px;
	top: 396px;
	z-index: 10;
	width: 200px;
}

#logo_anker
{
   position: relative;
	margin: 0 auto;
	width: 200px;
}

#suche_loeschen
{
   position: absolute;
	width: 90px;
	text-align: center;
	padding-top: 0.5em;
	color: black;
	top: -6em;
	right: -30px;
	text-decoration: none; 
}

#text_line_paragraph
{
   position: relative;
	top: -1px;
   width: 1014px;
	margin: 0 auto;
	padding: 0;
	font-size: 9px;
	text-align: justify;
	background-color: white;
}

