<!--
	a:link, a:visited {
		color: #003399;
		font-weight:bold;
		text-decoration: none;
	}
	
	a:hover, a:active, a:focus {
		color: #003399;
		font-weight:bold;
		text-decoration: none;
	}
	
	a.sub:link, a.sub:visited {
		color: #003399;
		font-weight:bold;
		text-decoration: none;
	}
	
	a.sub:hover, a.sub:active, a.sub:focus {
		color: #003399;
		font-weight:bold;
		text-decoration: underline;
	}
	
	a.foot:link, a.foot:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	a.foot:hover, a.foot:active, a.foot:focus {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	body {
		overflow: auto;
	}
			
	td, div, p {
		font-family: Verdana;
		font-size: 11px;
		color: #000000;
	}
			
	td.menu {
		font-size: 11px;
		text-align: center;
		color: #003399;
		cursor: pointer;
		background-color: #e9f1d4;
		border-right: 2px #ffffff solid;
	}
	
	td.menuHover {
		font-size: 11px;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		background-color: #003399;
		border-right: 2px #ffffff solid;
	}
	
	td.menuSelected {
		font-size: 11px;
		text-align: center;
		font-weight:bold;
		color: #e9f1d4;
		background-color: #003399;
		border-right: 2px #ffffff solid;
	}
	
	td.anschrift {
		font-size: 12px;
		text-align: left;
		vertical-align: top;
		color: #000000;
	}
	
	tr.menu {
		background-color: #e9f1d4;
	}

	td.foot {
		background-color: #003399;
		color: #ffffff;
	}
	
	table.main {
		border-width: 2px;
		border-color: #003399;
		border-style: solid;
		background-color: #ffffff;
	}
	
	table.admin {
		border-width: 1px;
		border-color: #003399;
		border-style: solid;
		background-color: #ffffff;
	}
	
	td.head {
		background-color: #003399;
		color: #ffffff;
		text-align: center;
	}
	
	h1 {
		font-size: 14px;
		font-weight:bold;
	}

	h2 {
		font-size: 13px;
		font-weight:bold;
	}

	h3 {
		font-size: 12px;
	}
	
	p.good {
		border-width: 2px;
		border-color: #00AA00;
		border-style: solid;
		background-color: #00AA00;
		width: 700px;
		color: #ffffff;
	}
	
	p.bad {
		border-width: 2px;
		border-color: #ff0000;
		border-style: solid;
		background-color: #ff0000;
		width: 700px;
		color: #ffffff;
	}
			
	input[type=text], textarea, select {
		font-family: Verdana;
		font-size: 9px;
		color: #000000;
		background-color: #ffffff;
		border-width: 1px;
		border-color: #000000;
		border-style: solid;
		overflow: auto;
	}
	
	textarea {
		overflow: auto;
		scrollbar-DarkShadow-Color:#FFFFFF; 
		scrollbar-Track-Color:#FFFFFF; 
		scrollbar-Face-Color:#999999; 
		scrollbar-Shadow-Color:#999999; 
		scrollbar-Highlight-Color:#999999; 
		scrollbar-3dLight-Color:#999999; 
		scrollbar-Arrow-Color:#FFFFFF 
	}
			
	input[type=checkbox], input[type=radio] {
		font-family: Verdana;
		font-size: 9px;
		color: #000000;
		background-color: #ffffff;
		border-width: 0px;
	}
			
	input[type=button], input[type=submit], input[type=reset] {
		font-family: Verdana;
		font-size: 9px;
		color: #000000;
		background-color: #eeeeee;
		border-width: 1px;
		border-color: #000000;
		border-style: solid;
	}
	
	#picture {
		position:absolute; 
		z-index:1;
		background: red;
		border: solid 2px blue;
		display:none;
		width: 407px;
		height: 407px;
	}
	
	.submenu {
		font-family: Verdana;
		font-size: 10px;
		color: #003399;
		position:absolute;
		min-width:110px;
		padding:3px;
		top: 97px;
		z-index: 1;
		background: #e9f1d4;
		border: solid 1px #003399;
		display: none;
	}

-->