
/*
 *
 * @version 1.0
 * @author Reiner Keller @ anumo
 * @copyright (C) 2008-09-08
 *
 */

html,
body {
	overflow: hidden;
}

body {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-color: #F7A83F;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
	font-family: Verdana, Arial, sans-serif;
	text-shadow: 0 0 0 #F7A83F;
	font-size: 11px;
	color: #FFFFFF;
}

form,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	text-decoration: none;
}

.text a,
.text a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.clearer {
    clear: left;
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

div.noshow {
	position: absolute;
	display: none;
	width: 200px;
	top: -5000px;
}

div.sn_footspacer {
	z-index: 999;
	position: absolute;
	width: 800px;
	height: 15px;
	left: 50%;
	top: 0%;
	background-color: transparent;
	margin-left: -400px;
	margin-top: 600px;
	display: none;
}

div.sn_container {
	position: absolute;
	width: 798px;
	height: 598px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.sn_head,
div.sn_foot,
div.sn_lastupdate {
	width: 798px;
}

div.sn_head {
	height: 532px;
	background-color: #EA891C;
	background-image: url('../images/pick-up.jpg');
}

div#js0 {
	display: block;
}

div#js0 div {
	margin: 0px 5px 0px 5px;
	line-height: 18px;
}

div.button1,
div.button2,
div.button3 {
	position: absolute;
	z-index: 800;
	top: 369px;
	width: 211px;
	height: 142px;
	background-color: transparent;
	cursor: hand;
}

div.button1 a,
div.button2 a,
div.button3 a {
	cursor: hand;
}

div.button1 img,
div.button2 img,
div.button3 img {
	border: 0;
}

div.text1,
div.text2,
div.text3 {
	position: absolute;
	z-index: 900;
	top: 459px;
	width: 211px;
	background-color: transparent;
}

div.text1,
div.text2,
div.text3,
div.text1 a,
div.text2 a,
div.text3 a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.button1,
div.text1 {
	left: 50px;
}

div.button2,
div.text2 {
	left: 295px;
}

div.button3,
div.text3 {
	left: 539px;
}

div.sn_foot,
div.sn_foot a,
div.sn_foot a:hover,
div.sn_foot ul,
div.sn_foot ul li,
div.sn_foot ul li a,
div.sn_foot ul li a:hover {
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
}

div.sn_foot {
	height: 45px;
	padding: 10px 0px 10px 0px;
	background-image: url('../images/bgfoot.jpg');
	background-color: #F7A83F;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF;
}

div.sn_foot a:hover {
	text-decoration: underline;
}

div.sn_foot ul,
div.sn_foot ul li,
div.sn_foot ul li a,
div.sn_foot ul li a:hover {
	display: inline;
}

div.sn_foot ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

div.sn_foot ul li {
	margin: 0px 4px 0px 4px;
}

div.sn_foot div ul li a {
	text-decoration: none;
}

div.sn_foot ul li a:hover {
	text-decoration: underline;
}

