body	
		{
		 background-color: #E3E3E3;
		 font-family: Trebuchet MS;
		 color: #000000;
		}
a:link { color: #A11135; text-decoration: underline }
a:visited { color: #A11135; text-decoration: underline }
a:active { color: #A11135; 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
		{
		 margin:0 auto;
		 text-align:center;
		 width: 800px;
		 background-color:#A11135;
		 top: 0px;
		 }

.header
		{
		 width: auto;
		 height: 150px;
		 background-color: #A11135;
		 border:15px solid #FFFFFF;
		 text-align:left;
		}
.headerkop
		{
		font-size: 50px;
		color: white;
		padding-top: 40px;
		margin-left: 35px;
		width: 580px;
		}
		
.menu
		{
		font-size: 15px;
		color: white;
		position: absolute;
		top: 125px;
		margin-left: 35px;
		width: 700px;
		}
		
.content
		{
		 width: auto;
		 background-color: #F2F2F2;
		 border:15px solid #FFFFFF;
		 border-top:0 none;
		 text-align:left;
		}
		
.kop	{
		 font-size: 25px;
		 color: #A11135;
		 padding-top: 20px;
		 padding-right: 20px;
		 padding-left: 20px;
		}
		
.txt	{
		 font-size: 14px;
		 padding-bottom: 20px;
		 padding-right: 20px;
		 padding-left: 20px;
		 overflow:auto;
		}
		  
.footer {
		 width: 100%;
		 border-top: 1px dotted gray;
		 margin-top: 30px;
		 font-size: 10px;
		 text-align: right;
		 color: gray;
		 overflow:auto;
		  }
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 #A11135;
	border-left:5px solid #A11135;
	padding:7px}