﻿.Menu1 {
	color:white;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
	text-decoration:none;
	font-size: 12px;
}

.h1 {
	color:333;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
	text-decoration:bold;
	font-size: 16px;
}
.hallo {
	color:333;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
	text-decoration:none;
	font-size: 16px;
}

.overskrift {
	color:333;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
	text-decoration:bold;
	font-size: 15px;
}

.text {
	color:333;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
	text-decoration:none;
	font-size: 13px;
}


.bund{
	color:grey;
	font-family:Cambria, Georgia, Times, "Times New Roman", serif;
	text-decoration:none;
	font-size: 13px;
}

.class1 a:link {
	color: white;
	text-decoration: none;
}
.class1 a:visited {
	color: white;
	text-decoration: none;
}
.class1 a:hover {
	color: white;
	text-decoration: underline;
}
.class1 a:active {
	color: white;
	text-decoration: underline;
}


.class2 a:link {
	color: 333;
	text-decoration: none;
}
.class2 a:visited {
	color: 333;
	text-decoration: none;
}
.class2 a:hover {
	color: 333;
	text-decoration: underline;
}
.class2 a:active {
	color: 333;
	text-decoration: underline;
}


a:link {
	color: 333;
	text-decoration: none;
}
a:visited {
	color: 333;
	text-decoration: none;
}
a:hover {
	color: 333;
	text-decoration: underline;
}
a:active {
	color: 333;
	text-decoration: underline;
}

form {
	display: inline;
}
table {
	border-collapse: collapse;
}
#list table {
	width: 100%;
}
#list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 3px;
}
#list td {
	vertical-align: top;
	border-bottom: 1px solid #CECECE;
	padding: 3px;

}
.image {
	margin-left: 5px;
	float: right;
	width: 88px;
	height: 65px; 
}

.frmobj {
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 90px;
}
.frmtext {
	padding-left: 93px;
}

.hr {
	font-size: 0;
	height: 0;
	margin: 7px 0 7px 0;
	border-top: 1px solid #DADADA;
	clear: both;
}
ul {
	list-style-type: square;
}
