﻿/* W.-P. SCHNEIDER STYLESHEET
**
** Any duplications, adaptions and changes to this code may only be made and distributed with the programmer's consent.
*/

/**********/
/** BASE **/
/**********/

body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url("schneider_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: 'Arial', sans-serif;
}

div.body {
	width: 100%;
	margin: 0px;
	display: block;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	background-attachment: fixed;
}

div.header {
	background: #ffffff url("logo_schneider.jpg") no-repeat center bottom 10px;
	margin: 0px auto;
	width: 100%;
	height: 146px;
	display: block;
	text-align: center;
	position: fixed;
}

div#spacer {
	height: 146px;
}

div.content {
    text-align: center;
	
	margin: 0px auto;
	width: 860px;
	display: block;
}

div.subline, div#intro {
	background-color: #838584;
}

div#adresse {
	color: #ffffff;
	background-color: #4c4c4c;
}

div#impressum {
	text-align: center;
	background-color: #000000;
}

div.subline div, div#intro div, div#impressum div {
	color: #ffffff;
	margin: 0px auto;
}

div#intro div {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	width: 740px;
	padding: 25px 60px;
}

div.subline div {
	font-size: 16px;
	line-height: 22px;
	width: 840px;
	padding: 5px 10px 10px 10px;
}

span.subsubline {
	font-size: 12px;
	line-height: 16px;
}

div.adresse {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	width: 280px;
}

#left {
	position: absolute;
	padding: 25px 0px 25px 150px;
}

#right {
	padding: 25px 0px 25px 430px;
}

div#impressum div {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	width: 840px;
	padding: 15px 10px 20px 10px;
}
