/* CSS Document */

body {
    color: #000000;
    background-color: green;
    font-size: 90%;
    font-family: verdana, sans-serif, arial;
    margin: 0px;
    padding: 0px;
	text-align: center;
	cursor: default;
    }
#container	{
	position: relative;
	top: 5px;
	width: 500px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
			}
#first {
	position: absolute;
	top: 0px;
	margin: 0px;
	width: 500px;
	height: 62px;
	border-top: 0px solid #FFFFFF;
	background-color: #109C00;
	background-image: url(../images/logo.png);
	background-position: right top;
	background-repeat: no-repeat
           }
#Inhalt {
	position: absolute;
	top: 85px;
	font-size: 80%;
	line-height: 1.5em;
	margin: 0px;
	padding: 10px;
	width: 480px;
	height: 361px;
    }
.backimg	{background-image: url(../images/brd_map/125461.png); background-position: bottom right; background-repeat: no-repeat;}

#navigation {
	width: 500px;
	top: 62px;
	height: 20px;
	position: absolute;
	border-bottom: 1px solid #FFFFFF;
	background-color: #292874;
    }
#content{
	border: 0px solid #000000;
	position: absolute;
	left: 36px;
	top: 72px;
	height: 271px;
	width: 426px;
	overflow: auto;
		}

#close	{
		position: absolute; 
		top: 10px; 
		right: 10px; 
		width: 20px; 
		height: 20px; 
		float: right;
		}
*html p	{
	font-size: 11px;
	}

h4, h3	{
	color: #292874;
	}
	
*html h4	{
	font-size: 11px;
	}
*html h3	{
	font-size: 10pt;
	}

a:link	{ 
         color: #292874;
         text-decoration: underline;
         }
                
a:hover	{ 
         color: green;
         text-decoration: none;
        }
                
a:focus, { 
         color: green;
         text-decoration: none;
         }
                 
a:active	{ 
           	color: #292874;
            text-decoration: underline;
            }
a:visited	{ 
           	color: #888888;
            text-decoration: underline;
            }
