body {
	background: rgb(173,216,230);
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

form {
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

img.right {
	text-align: right;
	float: right;
}
table.top {
	border: 1px solid black;
	font-size: 12px;
	color: black;
	width: 640px;
	height: 128px;
	padding: 0px;
	margin-top: 5px;
	text-align: center;
}

table.main {
	border: 1px solid black;
	font-size: 12px;
	color: black;
	background-color: white;
	width: 640px;
	padding: 0px;
	margin-top: 5px;

}

table.menu {
	border: 1px solid black;
	font-size: 12px;
	color: black;
	width: 640px;
	padding: 0px;
	margin-top: 5px;
	height: 20px;
}

table.guestbook {
	font-size: 12px;
	color: black;
	padding: 0px;
	margin-top: 5px;
}

tr.center {
	text-align: center;
}

th {
	margin: 5px;
	color: black;
	background-color: white;
}

th.center {
	margin: 5px;
	color: black;
	background-color: white;
	text-align: center;
}

th.gray {
	color: black;
	background-color: rgb(204,204,204);
	text-align: center;
}



td {
	text-align: left;
	margin: 5px;
	padding: 5px;
}

td.gray {
	color: black;
	background-color: rgb(204,204,204);
}

td.bottom {
	text-align: right;
	font-size: 10px;
}

td.pics {
	text-align: center;
	vertical-align: bottom;
}

td.menu {
	background-color: rgb(204,204,204);
	text-align: center;
}

th.top {
	background-image: url("/images/top_background.jpg");

}

th.menu {
	background-image: url("/images/menu_background.gif");
}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 2px;
	
}

h1.right {
	text-align: right;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: left;
}

h2.right {
	text-align: right;
}

h3 {
	font-size: 18px;
	margin-bottom: 2px;
	text-align: left;
}

p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}

p.red {
	color: red;
	font-weight: bold;
}

p.brev {
	line-height: 130%;
	margin-top: 7px;
	margin-bottom: 7px;
}

p.fet {
	font-weight: bold;
}

p.kursiv {
	margin-top: 3px;
	font-style: italic;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

a.menu:link {
	text-decoration: none;
	color: white;
	
}

a.menu:visited {
	text-decoration: none;
	color: white;
	
}

a.menu:hover {
	text-decoration: none;
	color: white;
	
}

a.menu:active {
	text-decoration: none;
	color: white;
	
}

a:link {
	text-decoration: none;
	color: rgb(0,114,188);
	
}

a:visited {
	text-decoration: none;
	color: rgb(0,114,188);
	
}

a:hover {
	text-decoration: underline;
	color: rgb(0,114,188);
	
}

a:active {
	text-decoration: none;
	color: rgb(0,114,188);
	
}
	

