/*/////////////////////////   SCREEN   ////////////////////////////*/
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	line-height: 1.5em;
	letter-spacing: 0px;	color: #CCC;	text-align: left;	background: #000 no-repeat url(../img/bg_Wischer.jpg) center center;
	background-attachment:fixed;
}

#panel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	border: 0px solid #CCC;
	background: #000 no-repeat url(../img/logo.jpg) 50px 30px;
}

/* background: transparent no-repeat url(../img/logo_temp.png) top left; */

a, a:active, a:visited {
	color: #7b6c39;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #a09064;
	text-decoration: none;
}

h1, h2, p {
	margin-left: 300px;
}

h1 {
	font-size: 2.3em;
	font-weight: normal;
	padding: 30px 0px 30px 0px;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}

p {
	padding: 10px 20px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#thumbs {
	margin: 20px 0px 10px 290px;
	height: 70px;
}

img {
	padding: 5px;
	float: left;
}
