
* {margin: 0; padding: 0;}

html, body {margin:0; padding:0;}
body {background-color: white}
img {border: none;}

/* PAGE*/
.sy_page {position: relative; margin: 22px 0 0 -490px; width: 980px; height: auto; left: 50%;}

/*HEADER*/
.sy_header {width: 980px; height: 431px; background: url(../img/header.jpg) no-repeat; margin-bottom: 7px;}
.sy_logolink {display:block; width:240px; height:80px;}
.trusted_logo{position: absolute; top: 340px; left: 73px;}

/*MAIN*/
.sy_main { position: relative; width: 980px; height: 60px; border-bottom-style:solid; padding-bottom: 20px; border-width:thin; border-bottom-color:#b0b0b0;  }
.sy_main_button {position:absolute; top: -85px; left: 627px; cursor:pointer; width: 282px; height: 64px; border: 0; background: url(../img/button.png) no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/button.png');}
.sy_main a{ float: left;}
.sy_main_button a img {border: 0; border-style: none; }

/* FOOTER */
.sy_footer {margin-top: 12px; width: 980px; color:#b0b0b0; font-size:12px; font-family: Arial, sans-serif;padding: 0 3px; list-style: none;}
.sy_footer_navi {float:left;}
.sy_footer_navi li {float:left; list-style: none; border-right:1px solid #b0b0b0; margin-right: 4px; padding-right: 4px;}
.sy_footer_navi li.last {border: none;}
.sy_footer_navi a {color: #b0b0b0; text-decoration: none;}
.sy_footer p {clear:both; padding-top: 12px; font-size:11px; }
.sy_footer p.aktion {padding-top: 10px;}


.sy_popup {
	display: none;
	position: absolute;
	left: 200px;
	top: 100px;
	font-family: Arial, sans-serif;
}
.sy_popup_static {
	position: static;
	width: 512px;
	height: 261px;
	background: url(../img/popup.png) no-repeat;
	_background:none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/popup.png');
}
.sy_popup_relative {
	position: relative;
	width: 512px;
	height: 261px;
} 
.sy_popup h3 {
	padding: 40px 0 10px 40px;
	font-size: 150%;
	color: #fb6400;
}
.sy_popup p {
	margin: 0 50px 0 40px;
	padding: 10px 0 20px 180px;
	font-size: 80%;
}
.sy_popup a {
	display: block;
	z-index: 1000;
}
.sy_popup a.button {
	position: absolute;
	bottom: 30px;
	right: 40px;
}
.sy_popup a.close {
	position: absolute;
	top: 30px;
	right: 40px;
	
}
.sy_popup_illustration {
	position: absolute;
	left: 40px;
	top: 90px;
	width: 150px;
	height: 100px;
	background: url(../img/illustration.png) no-repeat;
	_background:none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/illustration.png');
	
}





