/* CSS Document */
body { font-size: 62.5%; 
	
}

a:link { 
	color: orange; 
	text-decoration: underline;	
}
a:visited {color: orange; 
	text-decoration: underline; }
a:hover {color: red; 
	text-decoration: underline; }
a:active {color: orange; 
	text-decoration: underline; }

#main {
	font-family: Trebuchet MS;
	margin:auto;
	align: center;
	background-color: #fff;
	color: black;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em;
	width: 600px;
	padding: 0px 0px;
	border: none;
	
}

#kunstler {
	font-family: Trebuchet MS;
	background-color: #fff;
	margin:auto;
	color: black;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em;
	width: 600px;
	align: center;
	padding: 0px 0px;
	border: none;
}
#kunstler p.high {
	color: orange;
	}
#kunstler p {
	line-height: 75%;
}

#kunstler p.anmerkung {
	line-height: 120%;
	font-size: 0.7em;
}

#vvk {
	font-family: Trebuchet MS;
	margin:auto;
	align: center;
	background-color: #fff;
	color: black;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em;
	width: 200px;
	padding: 0px 0px;
	border: none;
}

input {
	font-family: Trebuchet MS;
	line-height: 1.4em;
	font-size: 1.4em;
}
