body, p, label, input, div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

form, input, img {
	margin: 0px;
	padding: 0px;
}

table, tr, td, th {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: 0px;
	border-collapse: collapse;
}

div.ruler {
	margin: 12px 0px 12px 0px;
	width: 100%;
	border-bottom: 2px solid #385b75;
	clear: both;
}

h1 {
	font-family: "Times New Roman", Times, serif;;
	margin: 0px 0px 12px 0px;
	font-size: 18px;
	color: #e6bc2b;
}


h2 {
	font-family: "Times New Roman", Times, serif;;
	margin: 0px 0px 12px 0px;
	font-size: 16px;
	color: #e6bc2b;
}

h3 {
	font-family: "Times New Roman", Times, serif;;
	margin: 0px 0px 12px 0px;
	font-size: 14px;
	color: #e6bc2b;
}

p {
	text-align: justify;
	margin: 6px 0px 12px 0px;
	color: #e0dbd8;
}

p.intro {
	font-weight: bold;
}

p.attention {
	font-weight: bold;
	color: #f5e810;
}

p.alert {
	font-weight: bold;
	background-color: #ffd800;
	color: #000000;
	padding: 2px;
	border: 1px solid white;
}

li {
	color: #e0dbd8;
}

label {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #e0dbd8;
}

input {
	width: 180px;
	margin-bottom: 5px;
}

#submitbutton {
	margin-left: 80px;
	margin-top: 5px;
	width: 90px;
}

a {
	color: #a4c3bd;
}

a img {
	border: 0px;
}

td a {
	color: #005191;
}

#maincontainer {
	margin: 0 auto;
}

#draw {
	width: 204px;
	height: 60px;
	margin: 0px;
	padding: 6px;
	background-image: url(images/wuerfelwurf.gif);
	background-repeat: no-repeat;
}

table .color1 {
	background-color: #e0642e;
}

table .color2 {
	background-color: #a8f061;
}

#score { 
	width: 170px;
	padding: 10px;
	background-color: #eaa929;
	border: 1px solid #000000;
}

div.info { 
	width: 900px;
	margin: 0px auto 0px auto;
}

div.info_mid { 
	width: 900px;
	background-color: #1a3d53;
}

div.info_inner
{
	width: 780px;
	padding: 10px 60px;
}

div.info_mid table {
	width: 100%;
	border: 1px solid #7f7f7f;
}

div.info_mid table thead {
	text-align: left;
	background-color: #9fbcb8;
}

div.info_mid table th {
	padding: 3px 3px 5px 3px;
	font-size: 12px;
	border: 1px solid #7f7f7f;
}

div.info_mid table td {
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	border-left: 1px solid #7f7f7f;
}

div.info_mid table td span.bigger {
	font-weight: bold;
	font-size: 14px;
}

div.info_mid table tr.even {
	background-color: #fbf3da;
}

div.info_mid table tr.odd {
	background-color: #eee0b5;
}

div.info_mid table tr.running {
	background-color: #a8f061;
	font-weight: bold;
}

div.info_mid table tr.cutoff1 {
	background-color: #FF6666;
}

div.info_mid table tr.cutoff2 {
	background-color: #FF9966;
}

div.info_mid table tr.points {
	color: #8e0c1f;
	font-weight: bold;
}

div.info_mid table td.label {
	width: 100px;
}

div.info_bottom { 
	width: 900px;
	height: 100px;
	background-color: #1a3d53;
}

#footer {
	clear: left;
}

#copyright p {
	margin: 6px 0px 12px 0px;
	color: #e0dbd8;
}

#error_message {
    background: none repeat scroll 0 0 #A90000;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: 11px 11px 22px #000000;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    left: 150px;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    top: 237px;
    width: 300px;
    z-index: 1000;
    display: none;
}

#info_message {
    background: none repeat scroll 0 0 #164194;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    right: 0px;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    top: 0px;
    width: 365px;
    z-index: 1000;
}

#spielplan_frame {
	padding:5px; 
	background: white; 
	width: 602px; 
	border: 1px solid #082153; 
	-webkit-box-shadow: 11px 11px 22px #000000; 
	-moz-box-shadow: 11px 11px 22px #000000; 
	box-shadow: 11px 11px 22px #000000;
}

#spielplan {
	position: relative; 
	background: url(images/spielplan.jpg); 
	width: 600px; 
	height: 530px; 
	border: 1px solid #082153;
}

.wuerfel_0 {
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.wuerfel_1 {
	background: url(images/wuerfel.png) 0 -2px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.wuerfel_2 {
	background: url(images/wuerfel.png) -60px -2px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.wuerfel_3 {
	background: url(images/wuerfel.png) -119px -2px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.wuerfel_4 {
	background: url(images/wuerfel.png) -179px -2px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.wuerfel_5 {
	background: url(images/wuerfel.png) -239px -2px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.wuerfel_6 {
	background: url(images/wuerfel.png) -299px -2px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.loading{
	background: url(images/ajax-loader.gif) 50% no-repeat; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_0 {
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_1 {
	background: url(images/zahlen.png) 0 0; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_2 {
	background: url(images/zahlen.png) 0 -57px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_3 {
	background: url(images/zahlen.png) 0 -117px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_4 {
	background: url(images/zahlen.png) 0 -177px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_5 {
	background: url(images/zahlen.png) 0 -240px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_6 {
	background: url(images/zahlen.png) -60px 0px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_7 {
	background: url(images/zahlen.png) -60px -57px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_8 {
	background: url(images/zahlen.png) -60px -117px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_9 {
	background: url(images/zahlen.png) -60px -177px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_10 {
	background: url(images/zahlen.png) -60px -240px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_11 {
	background: url(images/zahlen.png) -120px 0; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_12 {
	background: url(images/zahlen.png) -120px -57px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_16 {
	background: url(images/zahlen.png) -120px -117px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_20 {
	background: url(images/zahlen.png) -120px -177px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.zahl_24 {
	background: url(images/zahlen.png) -120px -240px; 
	width: 60px; 
	height: 60px; 
	z-index: 999;
}

.info_feld {
	display: block; 
	position: absolute;
}

.feld {
	display: block; 
	position: absolute;
}

.click_feld {
	cursor: pointer;
}

#wurf_0 {
	top: 79px;
	left: 192px;
}

#wurf_1 {
	top: 79px; 
	left: 274px;
}

#wurf_summe {
	top: 79px; 
	left: 354px;
}

#punkte_total {
	top: 79px; 
	left: 517px;
	width: 60px; 
	height: 60px; 
}

#punkte_total p {
    color: #A90000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

#feld_0 {
	top: 217px; 
	left: 153px;
}

#feld_1 {
	top: 217px; 
	left: 213px;
}

#feld_2 {
	top: 217px; 
	left: 273px;$
}

#feld_3 {
	top: 217px; 
	left: 333px;
}

#feld_4 {
	top: 217px; 
	left: 393px;
}

#feld_5 {
	top: 277px; 
	left: 153px;
}

#feld_6 {
	top: 277px; 
	left: 213px;
}

#feld_7{
	top: 277px; 
	left: 273px;
}

#feld_8 {
	top: 277px; 
	left: 333px;
}

#feld_9 {
	top: 277px; 
	left: 393px;
}

#feld_10 {
	top: 337px; 
	left: 153px;
}

#feld_11 {
	top: 337px; 
	left: 213px;
}

#feld_12 {
	top: 337px; 
	left: 273px;
}

#feld_13 {
	top: 337px; 
	left: 333px;
}

#feld_14 {
	top: 337px; 
	left: 393px;
}

#feld_15 {
	top: 397px; 
	left: 153px;
}

#feld_16 {
	top: 397px; 
	left: 213px;
}

#feld_17 {
	top: 397px; 
	left: 273px;
}

#feld_18 {
	top: 397px; 
	left: 333px;
}

#feld_19 {
	top: 397px; 
	left: 393px;
}

#feld_20 {
	top: 457px; 
	left: 153px;
}

#feld_21 {
	top: 457px; 
	left: 213px;
}

#feld_22 {
	top: 457px; 
	left: 273px;
}

#feld_23 {
	top: 457px; 
	left: 333px;
}

#feld_24 {
	top: 457px; 
	left: 393px;
}

#diag_0 {
	top: 157px; 
	left:  93px;
}

#diag_1 {
	top: 157px; 
	left: 453px;
}

#spalte_0 {
	top: 157px; 
	left: 153px;
}

#spalte_1 {
	top: 157px; 
	left: 213px;
}

#spalte_2 {
	top: 157px; 
	left: 273px;
}

#spalte_3 {
	top: 157px; 
	left: 333px;
}

#spalte_4 {
	top: 157px; 
	left: 393px;
}

#reihe_0 {
	top: 217px; 
	left: 453px;
}

#reihe_1 {
	top: 277px; 
	left: 453px;
}

#reihe_2 {
	top: 337px; 
	left: 453px;
}

#reihe_3 {
	top: 397px; 
	left: 453px;
}

#reihe_4 {
	top: 457px; 
	left: 453px;
}





