/* Standard-CSS für www.hits-der-schmidts.de */

html {
	min-height : 101%;
}

body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: Black;
	text-align: center;
	background-attachment: fixed;
	background-image: url(background-green.jpg);
	background-position: center;
	background-repeat: repeat;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	background-color: Black;
	line-height: 16px;
}

a:hover {
	text-decoration: underline;
}

.schrift {
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
