/* CSS weiss kleine schrift */

body {
	background-color: #FFFFFF;
	font-family: "Gill Sans";
}

h1, h2, h3, h4, a:link, a:active, .beschriftung, input, textarea {
	color: #666666;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.content {
	border-top-color: #999999;
	border-right-color: #999999;
}

input.not, textarea.not {
	font-style: italic;
	color: #666666;
	font-size: 0.8em;
}
input, textarea {
	border: 1px solid #c2c6ca;
	margin-top:5px;
	width: 400px;
	padding: 7px;
	color: #666666;
	font-size: 1em;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #F1F1F1;
	border: 1px solid #666666;
}	

input.rand:focus, input.rand:hover,textarea.rand:focus, textarea.rand:hover	{
	left: 500px;
	font-style: italic;
	border: 1px solid #666666;
}
