body	
		{
		 background-color: #E3E3E3;
		 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: DD0B0B; text-decoration: underline }
.menu a:visited { color: DD0B0B; text-decoration: underline }
.menu a:active { color: DD0B0B; text-decoration: underline }
.menu a:hover { color: #CCCCCC; text-decoration: underline }

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

.header
		{
		 margin-bottom: 0px;
		 margin-left: 0%;
		 width: 760px;
		 height: 200px;
		 background-image: url(img/bg.png);
		}
.headerkop
		{
		font-size: 36px;
		color: #992222;
		padding-top: 50px;
		margin-left: 200px;
		width: 490px;
		}
		
.menu
		{
		font-size: 15px;
		color: orange;
		position: absolute;
		top: 110px;
		margin-left: 195px;
		width: 600px;
		}
		
.content
		{
		 width: 760px;
		 background-image: url(img/content_background.gif);
		 margin-top: 0px;
		 margin-left: 0px;
		 margin-bottom: 10px;
		}
		
.kop	{
		 font-size: 25px;
		 color: DD0B0B;
		 padding-top: 5px;
		 padding-right: 20px;
		 padding-left: 80px;
		}
		
.txt	{
		 font-size: 14px;
		 padding-bottom: 20px;
		 padding-right: 20px;
		 padding-left: 140px;
		}
		  
.footer {
		 width: 760px;
		 height:16px;
		 margin-top:30px;
		 margin-left:-140px;
		 margin-bottom:-30px;
		 font-size: 10px;
		 text-align: center;
		 color: gray;
		  background-image: url(img/bgfooter.gif);
		  }
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: 135px;
	}
.album{
	background:#ffffff;
	border:1px solid #DD0B0B;
	border-left:5px solid #DD0B0B;
	padding:7px}
