@charset 'utf-8';

@media screen, projection {
	* {
		border: 0;
		margin: 0;
		padding: 0;
	}
	html, body {
		height: 100%;
		cursor: default;
	}
    body {
    	font: normal 16px Arial, Helvetica, sans-serif;
    	width: 100%;
    	height: 100%;
    	background: #f3f3f3;
    }
    #intro_site {
		width: 994px;
		margin: auto auto;
		background: url(../images/intro.jpg) no-repeat 0px 80px #ffffff;
		height: 683px;
		position: relative;
		min-height: 100%;
		height: auto !important;
	}
	* html #intro_site { /* IE Hack für 100 % Höhe */
		height: 100%;
	}
	a, label { text-decoration: none; }
	#link {
		padding: 330px 0 0 614px;
	}
	a:link, a:visited {
		color: #595959;
	}
	a:hover {
		color: red;
	}
}