/*Layout*/

body
	{
   	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#main
	{
        text-align: left;
        width: 700px;
   		height: auto;
        position: relative;
        margin-left: auto;
   		margin-right: auto;
         }
#header
	{
   		background: #c0c0c0;
        padding: 0;
   		border: none;
   		margin: 0;
   		width: 700px;
        height: 150px;
        float: right;
   	}

#nav
	{
        text-align: center;
        padding-top: 5px;		margin: 0;
   		width: 700px;
        height: 25px;
   		float: left;
        border-bottom: 1px solid #000000;
         }

#content
	{
         width: 700px;
         height: auto;
         text-align: left;
         background-color: #fff;
   		 padding-bottom: 5px;
         font-size: 9pt;		 margin-top: 0;		 float: left;		 }

#adress
	{		 border-bottom: 1px solid #000000;		 text-align: center;
         font-size: 7.25pt;		 font-weight: bold;		 padding-bottom: 2px;
         width: 700px;
         height: auto;		 margin: 0;
   		float: left;
         }		 

#footer
	{
   		background: #ffffff;
       	padding: 0;
   		border-top: 1px solid #000000;
   		 margin: 0;
   		 width: 700px;
         height: 39px;
    	 clear: both;
         font-size: 8pt;
         text-align: center;
   	}

/*HTML-Tags*/

h1
	{
	text-align: center;
	font-size: 12pt;
	color: #000000;
	}

h2
	{
    text-align: center;
 	font-size: 11pt;
 	color: #000000;
	}

h3
	{
 	font-size: 8.5pt;	text-align: center;
 	color: #000000;
         line-height: 8.5pt;
	}

a
	{
         text-align: center;
         font-size: 9pt;
         font-weight: bold;
         text-decoration: none;
 	color: #000000;
         }

         a:hover
         	{
                 font-style: italic;
		}

table
	{
         display: inline;
         font-size: 9pt;
         }


tr
	{
         vertical-align: top;
         }


/*Guestbook*/

#contact
	{
         text-align: center;
         margin: 0;
        font-size: 9pt;
         }
