body { 
	margin:4px; 
	padding:4px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-size: 1.0em; 
	
	background-color: #eeeeee;
	color: black;
}

.fontsize {
	font-size: 0.9em; 
	margin-top: 10px;
	width: 90px;
	white-space: nowrap;
}

a			{ color: #00c; }
a:visited	{ color: #778; }
a:link		{ color: #48a; }


#sethomelink {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	font-size: small;
	text-align: left;
}

#homepagelink {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	font-size: small;
	text-align: right;
}

h2 {
	text-align: center;
	margin-top: 3em;
	font-size: 200%;
	color: #777;
	font-style: italic;
}

input[type="submit"] {
	display: block;
	margin: auto;
	margin-top: 1em;
}

#formelements {
	text-align: center;
}

#hiddenelements {
	margin-top: 2em;
	background-color: #ddd;
	font-size: smaller;
	border: 1px solid #777;
}

h3#configtitle {
	margin-bottom: 3px;
}

span#configsubtitle {
	font-size: x-small;
	display: block;
	text-align: center;
	margin-bottom: 3em;
}

table.optionfeld {
	border-collapse:collapse;
	width: 80%;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 2em;
	text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: none;
}

table.optionfeld td {
	padding: 0.7ex;
}

#hiddenelements:hover table.optionfeld {
/*	display: block;
	table-layout: fixed;*/
}

#impressumlink {
	margin-top: 2em;
	text-align: center;
	font-size: small;
}
