/* @override http://billforbill.com/css/main.css */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group style */

@font-face { font-family: Digital; src: url('digital.ttf'); } 
body{
	background: url(../images/bg_wood.jpg) repeat;
	font-family: Arial, sans-serif;
}

#homelink {
	width: 400px;
	height: 50px;
	display: block;
	position: absolute;
	top: 17px;
	left: 87px;
	text-indent: -9000px;
}
#machine{
	margin-right: auto;
	margin-left: auto;
	width: 904px;
	height: 917px;
	background-image: url(../images/bg_bfb.jpg);
	position: relative;
}
#displaytext{
	text-transform: uppercase;
	font-size: 12px;
	color: #555;
	position: absolute;
	top: 162px;
	left: 148px;
	line-height: 17px;
}
#total{
	position: absolute;
	top: 137px;
	left: 300px;
	width: 400px;
	text-align: right;
	height: 60px;
	color: #424242;
	font: 65px Digital;
}
#content{
	position: absolute;
	top: 300px;
	left: 130px;
	width: 600px;
	background: url(../images/ewatch.jpg) no-repeat 440px 8px;
	height: 200px;
}

#content h1{
	font-size: 27px;
	color: #2c669c;
	text-shadow: white 0 1px 0;
}
#content #intro{
	margin-top: 20px;
	background-color: #d0d0d0;
	padding: 15px;
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 0 1px 0px #fff;
	-webkit-box-shadow: 0 1px 0px #fff;
	width: 360px;
	font-size: 16px;
	line-height: 1.3em;
	color: #363636;
}
#stepholder{
	display: none;
}
#stepone {
	position: absolute;
	top: 200px;
}
#stepone #textleft{
	float: left;
	width: 270px;
	background: url(../images/bg_klammer.jpg) no-repeat right top;
	height: 150px;
}
#stepone #textleft h2{
	font-size: 18px;
	color: #363636;
	text-shadow: white 0 1px 0;
}
#stepone #textleft p{
	color: #8a8989;
	font-size: 12px;
	margin-top: 34px;
	line-height: 1.3em;
}
#stepone #buttonsright{
	float: left;
	margin-left: 47px;
}
#stepone #buttonsright li{
	margin-bottom: 20px;
	line-height: 63px;
	height: 63px;
}
#stepone #buttonsright li a.twitter{
	height: 63px;
	line-height: 63px;
	background: url(../images/twitter_sign.gif) no-repeat left top;
	display: block;
	text-indent: -5000px;
	width: 266px;
}
#stepone #buttonsright li a.twitter:hover{
	background-position: 0 -63px;
}
#stepone #buttonsright li a.facebook{
	height: 63px;
	line-height: 63px;
	background: url(../images/facebook_sign.gif) no-repeat left top;
	display: block;
	text-indent: -5000px;
	width: 266px;
}
#stepone #buttonsright li a.facebook:hover{
	background-position: 0 -63px;
}
#stepone #buttonsright li a.anonymous{
	height: 63px;
	line-height: 63px;
	background: url(../images/anonym_sign.gif) no-repeat left top;
	display: block;
	text-indent: -5000px;
	width: 266px;
}
#stepone #buttonsright li a.anonymous:hover{
	background-position: 0 -63px;
}
a#copy{
	background: url(../images/copy_logo.jpg) no-repeat;
	text-decoration: none;
	font-size: 12px;
	color: #727272;
	text-shadow: white 0 1px 0;
	padding-left: 21px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: -288px;
	display: block;
	right: -28px;
}
a#copy:hover{
	color: #363636;
	top: -287px;
	position: absolute;
}

#totalsubmitters {
	font-size: 14px;
	color: #adadad;
	position: absolute;
	top: 520px;
	left: 225px;
	text-shadow: white 0 1px 0;
}

#steptwoholder, #finishholder {
	display: none;
}

#steptwo {
	position: absolute;
	top: 170px;
}
#steptwo h3{
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 20px;
}
#steptwo #calculation{
	font-size: 14px;
	color: #363636;
	width: 594px;
}
#steptwo #calculation li{
	border-bottom: 1px solid #b8b8b8;
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#steptwo #calculation li span{
	float: right;
	color: gray;
	font-style: italic;
	position: relative;
	font-size: 12px;
}
#steptwo #calculation li span input{
	width: 40px;
	height: 15px;
	margin-left: 8px;
	text-align: center;
}
#steptwo #calculation li span input:focus{
	background-color: #f4fdc7;
}
#steptwo #calculation li span #totalcost{
	width: 100px;
	text-align: right;
	font-weight: bold;
}

label.error {
	padding: 5px 5px 5px 18px;
	position: absolute;
	color: #b2000e;
	right: 68px;
	width: 110px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	top: -4px;
	background: url(../images/exclamation_small.png) no-repeat 0 7px;
	height: 20px;
	line-height: 20px;
}
#submitbuttn {
	background-image: url(../images/submit.gif);
	border-style: none;
	width: 204px;
	height: 84px;
	float: right;
	margin-top: 20px;
	text-indent: -9000px;
}
#submitbuttn:hover{
	background-position: 0 -84px;
	line-height: 32px;
}
#submitbuttn:active{
	background-position: 0 -168px;
}
#finishholder h1{
	margin-bottom: 20px;
}
#finishholder p{
	margin-bottom: 20px;
	color: #333;
	line-height: 1.3em;
}
#finishholder ul{
	margin-top: 20px;
	background-color: #d0d0d0;
	padding: 15px;
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 0 1px 0px #fff;
	-webkit-box-shadow: 0 1px 0px #fff;
	width: 360px;
	font-size: 16px;
	line-height: 1.3em;
	color: #363636;	
}
#finishholder ul.followlink{
	margin-top: 20px;
	background-color: #b3cccf;
	padding: 15px;
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 0 1px 0px #fff;
	-webkit-box-shadow: 0 1px 0px #fff;
	width: 238px;
	font-size: 16px;
	line-height: 1.3em;
	color: #363636;
	height: 32px;
}

#finishholder ul li a{
	display: block;
	height: 40px;
	line-height: 35px;
	color: #265a8a;
	text-shadow: white 0 1px 0;
	text-decoration: none;
	vertical-align: middle;
}
#finishholder ul.followlink li a{
}
#finishholder ul li a:hover{
	color: #265a8a;
	text-decoration: underline;
}
#finishholder ul li a.twittr{
	background: url(../images/twitter_32.png) no-repeat;
	padding-left: 41px;
}
#finishholder ul li a.faceb{
	background: url(../images/facebook_32.png) no-repeat;
	padding-left: 41px;
}
#finishholder ul.followlink li{
	background: url(../images/twitter_32.png) no-repeat;
	padding-left: 41px;
}
#rechnung{
	position: absolute;
	width: 392px;
	margin-bottom: 200px;
	padding-bottom: 100px;
	background: white url(../images/bg_rechnung.gif) no-repeat right bottom;
	margin-top: 477px;
	margin-left: 104px;
	top: 136px;
	left: 0;
}
#rechnung table{
	margin-left: 20px;
	font: 12px Courier, mono;
	width: 350px;
}
#rechnung table th{
	text-align: left;
	border-bottom: 2px solid #5e5e5e;
	padding-bottom: 6px;
	color: #444;
}
#rechnung table th.last{
	text-align: right;
}
#rechnung table td{
	border-bottom: 1px dotted black;
	line-height: 20px;
	height: 20px;
}
#rechnung table td a{
	color: black;
	text-decoration: underline;
}
#rechnung table td.datem{
	width: 100px;
	color: gray;
}
#rechnung table td.userm{
}
#rechnung table td.lostm{
	text-align: right;
	font-weight: bold;
}
#rechnung .address{
	font: 12px Courier, mono;
	margin-left: 20px;
	margin-top: 30px;
}
#stampdate{
	color: #e0e0e0;
	position: absolute;
	bottom: 137px;
	right: 18px;
	font: bold 15px Courier, mono;
	-webkit-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	transform: rotate(-18deg);
}
#uebervu{
	position: absolute;
	top: -259px;
	right: 229px;
}
#digg {
	position: absolute;
	top: -251px;
	right: -25px;
}

#facebookfan {
	position: absolute;
	top: -257px;
	right: 96px;
	font-size: 12px;
	text-decoration: none;
	text-indent: -9000px;
	background: url(../images/facebook_fanbutton.gif) no-repeat;
	width: 113px;
	height: 23px;
	opacity: 0.7;
}
#facebookfan:hover{
	opacity: 1;
}

#switch_bg {
	width: 120px;
	height: 53px;
	position: absolute;
	top: 508px;
	left: 242px;
	background: url(../images/bg_switch.jpg) no-repeat;
}
#switch{
	background: url(../images/switch.png) no-repeat;
	width: 45px;
	height: 24px;
	position: absolute;
	top: 23px;
	left: 33px;
	cursor: pointer;
}

#pressholder {
	display: none;
	width: 600px;
	height: 139px;
}
#pressholder #press p {
	margin-top: 20px;
}
#pressholder #delicious{
	margin-top: 20px;
}
#pressholder #delicious h2{
	display: none;
}
#pressholder #delicious ul{
	margin-top: 20px;
	background-color: #d0d0d0;
	padding: 15px;
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 0 1px 0px #fff;
	-webkit-box-shadow: 0 1px 0px #fff;
	width: 360px;
	font-size: 12px;
	line-height: 1.3em;
	color: #363636;
	height: 316px;
	overflow: auto;
}
#pressholder #delicious li{
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 8px;
}
#pressholder #delicious ul a{
	color: black;
}
a#readdelicious{
	color: gray;
	font-size: 12px;
	text-decoration: none;
	background: none no-repeat;
	line-height: 16px;
	display: block;
}

#facebookwidget {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 180px;
}
/* @end */

/* @group ie6 */
#ie6 #ie6holder{
	width: 600px;
	margin-right: 50%;
	margin-top: 200px;
	margin-left: 25%;
}

#ie6 h1{
	color: #b2000e;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 12px;
}
#ie6 p{
	background-color: white;
	padding: 15px 15px 25px;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}
#ie6 #changenow{
	width: 200px;
	color: #b2000e;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}
#ie6 em{
	font-size: 26px;
	font-weight: bold;
}
/* @end */

