/* CSS Document */
@charset "utf-8";
/* Grundaufbau */
html, body {
	height:100%;
	width:100%;
	margin:0px;
	background-color:#FFFFFF;
}
/* Schrift */
* {
	font-family:"Verdana", "Lucida Sans";
}
.headline {
	font-family:Verdana;
	font-size:18px;
	color:#663399;	
}
.headline2 {
	font-family:Verdana;
	font-size:18px;
	color:#FFFFFF;	
}
.top {
	margin-top:0px;
	padding-top:0px;	
}
hr {
	height:1px;
	background-color:#660099;
	border:0;
}
.hr2 {
	height:1px;
	background-color:#FFFFFF;
	border:0;
}
/* Divbox */
#divground {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	width:800px;
}
#navigation {
	width:800px;
}
#content {
	font-size:14px;
	margin-top:20px;
	width:780px;
	padding:10px;
	color:#000000;
	text-align:justify;
}
#content2 {
	font-size:14px;
	width:780px;
	padding:10px;
	color:#FFFFFF;
	background-image:url(hppic/bglila.png);
	background-position:top center;
	text-align:justify;
}
#end {
	color:#000000;
	font-size:12px;
	width:780px;
	height:100px;
	padding:4px 10px 10px;
}
/* Table */
.table {
	margin:20px 0px 10px;
	width:780px;
	border:0;
}
.td {
	width:195px;
	height:195px;
	text-align:center;
	vertical-align:middle;
}
/* Links */
a:link, a:visited {
	font-size:14px;
	color:#CC99FF;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	font-size:14px;
	color:#660099;
	text-decoration:none;
}
#navigation a:link, #navigation a:visited  {
	font-size:16px;
	color:#4C4C4C;
	width:350px;
	padding:2px 10px 2px;
	text-decoration:none;
	display:inline-block;
}
#navigation a:active, #navigation a:hover, #navigation a:focus {
	font-size:16px;
	color:#FFFFFF;
	padding:2px 10px 2px;
	width:350px;
	text-decoration:none;
	display:inline-block;
	background-image:url(hppic/bglila.png);
	background-position:top center;
}
#auswahl {
	font-size:20px !important;
	color:#FFFFFF !important;
	width:350px !important;
	padding:10px !important;
	background-image:url(hppic/bglila.png);
	background-position:top center;
}
#content2 a:link,#content2 a:visited {
	font-size:12px;
	color: #9933FF;
	text-decoration:none;
}
#content2 a:active, #content2 a:hover, #content2 a:focus {
	font-size:12px;
	color:#660099;
	text-decoration:none;
}
#end a:link,#end a:visited {
	font-size:12px;
	color:#CC99FF;
	text-decoration:none;
}
#end a:active, #end a:hover, #end a:focus {
	font-size:12px;
	color:#660099;
	text-decoration:none;
}
/*Eingabe-Elemente*/
input, textarea {
	font-size:16px;
	color:#4C4C4C;
	background-color:#FFFFFF;
	padding:2px;
	margin:2px;
	border:solid;
	border-width:1px;
	border-color:#660099;
	text-decoration:none;
}
label {
	padding-right:5px;
}
/* Meldungen */
.true {
	width:760px;
	padding:10px;
	background-color:#99FF99;
	border:solid 1px;
	border-color:#006600;
	color:#006600;
	text-align:center;
}
.false {
	width:760px;
	padding:10px;
	background-color:#FF9999;
	border:solid 1px;
	border-color:#990000;
	color:#990000;
	text-align:center;
}
/* Thumb Bilder */
.thumb {
	max-width:175px;
	max-height:175px;
	border:solid 6px;
	border-color:#FFFFFF;
	display:inline-block;
}