body	
		{
		 /*background-color: #E3E3E3;*/
		 background-color: #244169;
     font-family: Trebuchet MS;
		 color: #000000;
		}
a:link { color: #DD0B0B; text-decoration: underline }
a:visited { color: #DD0B0B; text-decoration: underline }
a:active { color: #DD0B0B; text-decoration: underline }
a:hover { color: #CCCCCC; text-decoration: underline }

.menu a:link { color: white; text-decoration: underline }
.menu a:visited { color: white; text-decoration: underline }
.menu a:active { color: white; text-decoration: underline }
.menu a:hover { color: #CCCCCC; text-decoration: underline }

.head
		{
		 width: 660px;
		 background-color: white;
		 position: absolute;
		 top: 0px;
		 left: 18%;
		 }

.header
		{
		 margin-bottom: 10px;
     margin-top:0px;
		 margin-left: 2%;
		 width: 633px;
		 height: 300px;
    /*height: 156px;*/
		 /*background-color: #DD0B0B;*/
    background-color: #244169;
    
		}
.headerkop
		{
		font-size: 50px;
		color: white;
		/*padding-top: 70px;*/
   padding-top: 10px;
		margin-left: 35px;
		width: 580px;
		}
.headersub
  {
  font-size: 20px;
    color: white;
    /*padding-top: 70px;*/
   padding-top: 0px;
    margin-left: 35px;
    width: 580px;
  }
.headerpic
{
 padding-top: 40px;
    margin: 0px;
    width: 633px;
	
}
.menu
		{
		font-size: 15px;
		color: white;
		position: absolute;
    /*top: 215px;*/
   top: 110px;
		margin-left: 35px;
		width: 600px;
		}
		
.content
		{
		 width: 633px;
		 background-color: #F2F2F2;
		 margin-top: 0px;
		 margin-left: 2%;
		 margin-bottom: 10px;
		}
		
.kop	{
		 font-size: 15px;
		 /*color: #DD0B0B;*/
     color: #244169;
		 padding-top: 20px;
		 padding-right: 20px;
		 padding-left: 20px;
		}
		
.txt	{
		 font-size: 14px;
		  padding-top: 20px;
		 padding-bottom: 20px;
		 padding-right: 20px;
		 padding-left: 20px;
		 
		  }
		  
.footer {
		 width: 100%;
		 border-top: 1px dotted gray;
		 margin-top: 30px;
		 font-size: 10px;
		 text-align: right;
		 color: gray;
		  }
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
   }
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
	}
.album{
	background:#ffffff;
	border:1px solid #DD0B0B;
	border-left:5px solid #DD0B0B;
	padding:7px}
