body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	border-top: 1px solid #000000;
}
a:link {
	color: #9900FF;
}
a:visited {
	color: #9966FF;
}
.wrapper{
	margin:auto;
	width:800px;
	height:800px;
}

#header-container{
	background-color:#000000
	height:128px;
	border-bottom:1px solid #000000;
	margin-bottom:50px;
	-webkit-box-shadow:0 45px 50px -60px #000000;
	-moz-box-shadow:0 45px 50px -60px #000000;
	box-shadow: 0 45px 50px -60px #000000;
	height: 140px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
	position: relative;
}

h2, h3{margin:30px 0;}
h2{font-size: 40px;}
h3{font-size: 30px;}
#title, h2, h3{
	font-weight:900;
	width: 120px;
	height: 40px;
	float: left;
	font-size: xx-large;
	color: #666666;
	font-variant: small-caps;
	text-transform: uppercase;
	padding-top: 58px;
	margin-left: 92px;
	text-shadow: 2px 2px 2px #FF8C40;
	filter: dropshadow(color=#FF8C40, offx=2, offy=2);
}

#logo{
	color:white;
	background-repeat: no-repeat;
	height: 140px;
	width: 872px;
	-webkit-box-shadow:0 45px 60px -60px #AAA;
	-moz-box-shadow:0 45px 60px -60px #AAA;
	box-shadow:0 45px 60px -60px #AAA;
	background-color: #FFFFFF;
}


header nav{
	float:right;
	margin-top:103px;
}

header nav ul li{
	display:inline;

}

#main p{
	font:16px/26px Helvetica, Helvetica Neue, Arial;
	width:620px;
}

article header{
	width:700px;
	margin-bottom: 0px;
	padding-bottom: 25px;	
}

#footer2 {
	bottom: 0px;
	height:140px;
	border-top: 1px solid #000000;
	border-bottom:1px solid #000000;
	-webkit-box-shadow:0 -45px 50px -60px #000000;
	-moz-box-shadow:0 -45px 50px -60px #000000;
	box-shadow: 0 -45px 50px -60px #000000;
	background-color: #FFFFFF;
	background-image: url(images/footer-bg.png);
	background-position: center;
	background-repeat: repeat-x;
	margin-top: 15px;
	width: 100%;
	position: fixed;	
}

#logo2{
	color:white;
	background-image: url(../images/satzbau_Web_Address.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 872px;
	background-color: #FFFFFF;
}
#main h2 {
	font-size: 18px;
	color: #FF6600;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	width: 170px;
	height: auto;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
}
#main img {
	float: left;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	}
   .imagedropshadow {
	padding: 5px;
}
a:hover img.imagedropshadow {
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-moz-border-radius: 10px;
}
}
#logo #title a {
	margin: 0px;
	padding: 0px;
	color: #FEFEFE;
	text-decoration: none;
}
#title a:hover {
	margin: 0px;
	padding: 0px;
	color: rgb(188, 51, 16);
	text-shadow: -1px 1px #CCCCCC;
}
#main b {
	color: #000000;
	float: left;
	width: 300px;
	font-style: italic;
	text-shadow: -1px 1px F0F0F0;
}
#main h3 {
	color: #020202;
	font-size: 14px;
	float: left;
	width: 200px;
	text-align: left;
	height: 40px;

}
.copy {
	height: 15px;
	width: 100%;
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 6em;
	margin-top: 10px;
}
.copy a {
	color: #F0F0F0;
	text-decoration: none;
}
.copy a:hover {
	color: #E44D26;
	text-decoration: none;
}


.pul a {
	color: #F0F0F0;
	text-decoration: none;
	text-shadow: -1px #FFFFFF;
}

.foot-nav ul a {
	color: #F0F0F0;
	text-decoration: none;
}
.foot-nav ul a:hover {
	color: #E44D26;
	text-decoration: none;
	text-shadow: 0 -1px 0 #FFFFFF;
	font-stretch: wider;
}

a.qrcode {
	position: relative;
	display: inline-block;
}

a.qrcode img {
	position: absolute;
	display: none;
	bottom: -251px;
	left: 100px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	width: 318px;
	height: 318px;
}

a.qrcode:hover img {display: inline-block;}


