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

.head {
	width: 770px;
	background-color: white;
	margin:0 auto;
	text-align:center;
	}

.header {
	margin-bottom: 10px;
	width: 770px;
	height: 150px;
	background:#DD0B0B url(top.jpg) no-repeat center;
	}
.headerkop {
	font-size: 50px;
	color: white;
	padding-top: 70px;
	margin-left: 35px;
	width: 580px;
	}
	
.menu {
	font-size: 15px;
	color: white;
	margin:5px 35px;
	width: 700px;
	text-align:left;
	}

.content {
	width: 750px;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.kop	{
	}
	
.txt	{
	font-size: 14px;
	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}
