html	{

         height:90%;
         width:100%;
         margin:0;
         padding:0;
	}
body {
  	font-family: "georgia", "times new roman", serif;
  	font-size: 0.85em;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	color: #000000;
  	text-decoration: none;
  	background-color: #FFFFFF;
         height:100%;
         margin:0;
         padding:0;
	}

#bigbox 	{
	position:absolute;
         top:5px;
         left:50%;
         margin-left:-350px;
         margin-top:0px;
	width:700px;
         border:0px;
         background-color: #FFFFFF;
         }
#titlebox {
         position:absolute;
         top:0px;
         left:0px;
         width:100%;
         height:135px;
         margin-left:-1px;
         margin-top:-1px;
         border:0px;
         background-color: #000099;
         }

#navibox	{
         position:absolute;
         top:140px;
         left:0px;
         width:100%;
         height:45px;
         margin-left:-1px;
         margin-top:-1px;
         border:0px;
         background-color: #CCCCCC;
         }

#inhalte	{
         position:absolute;
         top:50px;
         left:0px;
         width:100%;
         margin-left:-1px;
         margin-top:-1px;
         border:0px;
         background-color: #FFFFFF;
         }

a	{
         color: #000099;
         text-decoration: none;
         }
a:hover	{
	text-decoration: underline;
         }
.small	{
	font-family: verdana, arial, tahoma;
	font-size:0.75em;
         color:#666666;
         }
h1	{
	font-size: 1.5em;
	font-weight: bold;
         letter-spacing:0.1em
         }
h2	{
	font-size: 1.3em;
         font-weight: bold;
         }
h3	{
	font-size: 1.1em;
         font-weight: bold;
         }