/* @override http://localhost:8888/schnippschnapp/css/style.css */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.background {
/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -11;
}

#inhalt {
	background-image: url(../img/bg/background-text.png);
	width: 620px;
	height: 420px;
	margin: 0 auto;
	margin-top: 13%;
}

.rahmen {
	padding: 20px;
	font: 16px sans-serif;
}

.logo {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

.text {
	margin-left: 240px;
	text-shadow: #fff 0 0 0px;
	padding-top: 160px;
	color: #646566;
}

.text a:link {
	text-decoration: none;
	color: #4d3e1b;
}

.text a:hover, a:visited {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.text p {
	padding-bottom: 3px;
}

#inhalt div.rahmen div.text p span {
	color: #bcbd35;
}

h1 {
	color: #bcbd35;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding-top: 10px;
}
