/* CSS Document */

body     {
          margin: 0px;
          padding-bottom: 120px;
		  background-color:#003399;
		  }
div.layout		{
			width:780px;
			margin-left:auto;
			margin-right:auto;
			}


h1		{
		margin-top:0px;
		font-size:30px;
		line-height:100%;
		}
p, td {
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial;
	font-size:22px;
	color: #003399;
	line-height:110%;
}
p.fn	{
		font-size:14px;
		text-indent:-15px;
		margin-left:15px
		}
div.bezirk		{
		font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial;
		font-size:14px;
		color: #003B81;
		line-height:110%;
		margin-bottom:5px;
		}
a:link {color: #FF0099;
        text-decoration: none;
       }
a:visited {color: #FF0099;
           text-decoration: none;
           }
a:hover {
        color: #FF0099;
        text-decoration: underline;
        }
a:active {
         color: #FF0099;
         text-decoration: none
        }


a.extra:link {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #FFFFFF;
        text-decoration: none;
       }
a.extra:visited {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #FFFFFF;
        text-decoration: none;
           }
a.extra:hover {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
        color: #FFFFFF;
        text-decoration: underline;
        }
a.extra:active {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
        color: #FFFFFF;
        text-decoration: none
        }
img 	{
		border: 0;
		}

