
/*

	MOIN MOIN zusammen! hier sind dann nochmal alle Farben aufgelistet und unten findet ihr den abgesegneten CSS-Code! Viel Spaß!!!
	
	Die Farben:
	
	#e0e4d3  ||  white  ||  transparent  ||  #464646  ||  #ffeb9b  ||  #5c920c  ||  #f0f0f0  ||  #c6c5b6  ||  #1a607c  ||  black  ||  #ccc  ||  #352f2a  ||  red  ||  green  ||  #b0b0b0  ||  silver  ||  gray  ||  orange  ||  #ddd

*/




/* --- Allgemeine Tags, die jede Seite betreffen könnten(!!! - sie müssen es aba nicht: trifft zu auf #text, #format, span, a, und den Rest)... --- */
	
	/* --- Nicht-Klassen, also z.B. über id... --- */
	
		body {
			background-image: url(images/rasenc.png);
			background-repeat: repeat-x;
			/*
				background-attachment: fixed;
			*/
			background-color: #e0e4d3;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

		* {
			margin: 0px;
			padding: 0px;
		}

		div#design {
			width: 832px;
			height: auto;
			text-align: center;
			margin: auto;
			overflow: visible;
			background-color: white;
		}

		div#header {
			background-image: url(images/headerimage.gif); 
			background-color: transparent;
			width: 832px;
			height: 220px;
			text-align:left;
		}

		div#clock {
			position: fixed; 
			bottom: 0px; 
			right: 0px; 
			background-color: transparent;
		}
	
		div#navi {
			height: auto;
			width: 185px;
			float: left;
			text-align: left;
		}

		div#content img{
			max-width:449px;
		}
		
		div#content {
			width: 450px;
			height: auto;
			text-align: left;
			padding: 20px;
			color: #464646;
			line-height: 18px;
			float: left;
			
		}
		
		div#content_width{
			width: 600px;
			height: auto;
			text-align: left;
			padding: 20px;
			color: #464646;
			line-height: 18px;
			float: left;
		}

		div#sidebar {
			width: 140px;
			height: auto;
			float: left;
			overflow: hidden;
			color: #464646;
			text-align: justify;
			line-height: 18px;
		}

		div#footer {
			background-image: url(images/rasen_19o.png);
			background-color: transparent;
			background-repeat: no-repeat;
			width: 812px;
			height: 25px;
			clear: both;
			text-align: left;
			padding-left: 20px;
			padding-top: 123px;
			color: #ffeb9b;
		}

		div#text {
			font-weight: normal;
		}

		div#format {
			background-color: #f0f0f0; padding: 20px;
		}

		span {
			border-bottom: 1px dotted #5c920c; cursor: help;
		}

		span:hover {
			border-bottom: 1px dotted #c6c5b6; cursor: help;
		}

		a {	
			font-weight: normal;
			text-decoration: none;
			color: #1a607c;
			outline: none;
		}

		a:hover {
			font-weight: normal;
			text-decoration: underline;
			color: #1a607c;
			outline: none;
		}

		h1,h2,h3,h4,h5,h6,i {
			color: #5c920c; 
			font-weight: bold; 
			line-height: 1.5;
		}
		h1{font-size:18px;}
		h2{font-size:16px;}
		h3{font-size:14px;}
		h4{font-size:12px;}
		h5{font-size:10px;}
		h6{font-size:8px;}

		img {
			float: left;
		}

		li {
			margin: 5px;
			list-style: inside;
		}

		/* --- mit subcat --- */
			
			div#footer a {
				color: #ccc;
			}

			div#navi h2  {
				background-image: url(images/rasen_06b.png);
				height: 28px;
				width: 170px;
				margin-left: 1px;
				display: block;
				color: white;
				font-size: 12px;
				padding-top: 9px;
				padding-left: 14px;
			}

			div#content h1 {
				font-size: 22px;
			}

			img a {
				border: none;
				text-decoration: none;
			}

			ol li {
				list-style-type: decimal;
			}

	
	/* --- Klassen --- */
	
		.main {
			width: 160px;
			margin-left: 1px;
			margin-bottom: 1px;
			background-image: url(images/rasen_08c.png);
			background-position: left;
			background-repeat: no-repeat;
			background-color: #c6c5b6;
			color: black;
			display: block;
			height: 22px;
			padding-left: 24px;
			padding-top: 7px;
			text-decoration: none;
			font-size: 13px;
		}

		.main:hover {
			background-image: url(images/rasen_11d.png);
			color: white;
			background-color: #352f2a;
		}

		.sub {
			margin-left: 1px;
			margin-bottom: 1px;
			background-image: url(images/rasen_09c.png);
			background-position: left;
			background-repeat: no-repeat;
			background-color: #c6c5b6;
			color: #000;
			display: block;
			padding-left: 42px;
			padding-top: 7.5px; padding-bottom: 7.5px;
			text-decoration: none; font-size: 12px;
		}

		.sub:hover {
			background-image: url(images/rasen_12k.png);
			color: white;
			background-color: #352f2a;
		}
	

	
	
/* --- table-tags & co. --- */
	
	/* --- table-tags --- */
	
			table#Taschenrechner {
				font-size: 16px;
			}

			table#myaccount {
				font-size: 14px;
			}

			table#info {
				font-size: 10px; 
				text-align: left;
			}
	
			table#tippeingabe {
				font-size: 16px;
			}

			table#vorschau {
				font-size: 14px; 
				border: 1px solid white; 
				width: 100%; margin: 0px;
			}

			table#tipps {
				font-size: 12px; 
				width: 100%; 
				margin-top: 0px; 
				border: 0px; 
				font-weight: bold;
			}

		/* --- table-tags mit subcat --- */
		
			table#myaccount td#topic {
				font-weight: bold;
			}

			table#vorschau img#flag {
				height: 12px; 
				border: 1px solid silver;
			}

			table#vorschau tr {
				height: 35px; 
				border-bottom: 2px solid white; 
				border-top: 2px solid white;
			}
			
			table#vorschau tr td#heim_grayout{
				color: #b0b0b0; 
			}
			
			table#vorschau tr td#vs_grayout{
				color: #b0b0b0; 
			}
			table#vorschau tr td#auswaerts_grayout{
				color: #b0b0b0; 
			}			
			table#vorschau a {
				font-weight: bold; 
				color: #464646;
			}

			table#vorschau a:hover {
				text-decoration: none; 
				color: #5c920c;
			}

			table#tipps tr {
				height: 30px;
			}

			table#tipps tr#headline {
				font-size: 12px;
			}

			table#tipps img#flag {
				height: 12px; 
				border: 1px solid silver;
			}

			table#tipps a {
				font-weight: bold; 
				color: #464646;
			}

			table#tipps a:hover {
				text-decoration: none; 
				color: #5c920c;
			}
			
			/* --- subcats (table) mit subcat --- */
			
				table#myaccount tr td {
					background-color: #f0f0f0; 
					padding: 10px;
				}

				table#vorschau a img#tipp {
					height: 20px; 
					width: 20px; 
					margin: 5px; 
					border: 0px;
				}

				table#vorschau tr td#status_yes {
					font-size: 10px; 
					width: 120px; padding-left:5px; padding-right:5px;
					color: green;
				}

				table#vorschau tr td#status_no {
					font-size: 10px; 
					width: 120px;  padding-left:5px; padding-right:5px;
					color: red;
				}
				
				table#vorschau tr td#punkte {
					font-size: 10px; 
					padding-left:5px; padding-right:5px;
				}

				table#tipps a img#tipp {
					height: 15px; 
					width: 15px; 
					margin: 0px; 
					border: 0px;
				}

				table#tipps tr td#status_yes {
					font-size: 12px; 
					color: green; 
					font-weight: bold;
				}

				table#tipps tr td#status_no {
					font-size: 12px; 
					color: red; 
					font-weight: bold;
				}

				table#tipps tr td {
					background-color: #f0f0f0; 
					border-top: 2px solid white;
				}

				table#tipps tr td#grayout {
					color: #b0b0b0;
				}


							

/* --- form-tags & fieldset-tags --- */

	/* --- form-tags --- */

		form {
			font-weight: bold;
		}

	
	/* --- input-tags --- */
	
		input#Eingabe {
			width: 300px; 
			margin-left: 40px; 
			margin-top: 5px; 
			margin-bottom: 20px; 
			padding: 4px; 
			font-size: 12px; 
			border: 1px solid silver;
		}

		input#tipp {
			width: 40px; 
			text-align: center; 
			padding: 4px; 
			font-size: 12px; 
			border: 1px solid silver;
		}

		input#Bestaetigung {
			margin-left: 40px; 
			margin-top: 10px; 
			margin-bottom: 20px; 
		}

		input#Button_rechner {
			font-size: 16px; 
			color: #464646; 
			margin: 2px; 
			font-weight: bold; 
			border: 1px solid gray; 
			background-color: silver; 
			padding-top: 4px; 
			padding-bottom: 4px; 
			padding-left: 10px; 
			padding-right: 10px; 
		}

		input#Button {
			border: 1px solid gray; 
			background-color: silver; 
			padding-top: 2px; 
			padding-bottom: 2px; 
			padding-left: 20px; 
			padding-right: 20px; 
			margin-left: 40px; 
			margin-top: 5px; 
			margin-bottom: 20px; 
		}

		input#Button_tipp {
			border: 1px solid gray; 
			background-color: silver; 
			padding-top: 2px; 
			padding-bottom: 2px; 
			padding-left: 10px; 
			padding-right: 10px;
		}

		input#Button_tipp_submit {
			border: 1px solid gray; 
			background-color: silver; 
			margin-right: 40px; 
			padding-top: 2px; 
			padding-bottom: 2px; 
			padding-left: 10px; 
			padding-right: 10px;
		}

		input#zahl1 {
			margin: 2px; 
			width: 50px; 
			color: #464646; 
			font-weight: bold; 
			margin-right: 10px; 
			padding: 6px; 
			font-size: 14px; 
			text-align: center; 
			border: 1px solid silver;
		}

		input#zahl2 {
			margin: 2px; 
			width: 50px; 
			color: #464646; 
			font-weight: bold; 
			margin-left: 10px; 
			margin-right: 10px; 
			padding: 6px; 
			font-size: 14px; 
			text-align: center; 
			border: 1px solid silver;
		}

		input#zahl_ergebnis {
			margin: 2px; 
			width: 150px; 
			color: #464646; 
			font-weight: bold; 
			margin-left: 10px; 
			padding: 6px; 
			font-size: 14px; 
			text-align: center; 
			border: 1px solid silver;
		}

	/* --- textarea-tags --- */
	
		textarea#Eingabe {
			width: 300px; 
			height: 100px; 
			margin-left: 40px; 
			margin-top: 5px; 
			margin-bottom: 20px; 
			padding: 4px; 
			font-size: 12px; 
			border: 1px solid silver;
			overflow: hidden;
			/*
			ACHTUNG ACHTUNG: Hier streikt w3c!
			scrollbar-base-color: white;
			scrollbar-3d-light-color: white;
			scrollbar-arrow-color: #5c920c;
			scrollbar-darkshadow-color: white;
			scrollbar-face-color: white;
			scrollbar-highlight-color: white;
			scrollbar-shadow-color: white;
			scrollbar-track-color: white;*/
		}

		textarea#Countdown {
			width: 100%; 
			text-align: center; 
			height: 170px;
			border: 0px;
			overflow: hidden;
						font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #464646;
			line-height:18px;
			font-weight:bold;
			/*
			ACHTUNG ACHTUNG: Hier streikt w3c!
			scrollbar-base-color: white;
			scrollbar-3d-light-color: white;
			scrollbar-arrow-color: white;
			scrollbar-darkshadow-color: white;
			scrollbar-face-color: white;
			scrollbar-highlight-color: white;
			scrollbar-shadow-color: white;
			scrollbar-track-color: white; */
		}

	
	/* --- select-tags --- */
	
		select {
			background-color: white; 
			vertical-align: middle; 
			font-size: 13px; 
			width: 300px; 
			border: 6px solid #ddd; 
			color: #464646; 
			font-size: 12px; 
			border: 1px solid silver;
		}

	
		/* --- select mit subcat --- */
		
			select option {
				font-size: 16px; 
				padding: 10px;
			}

	
	/* --- fieldset-tags --- */
	
		fieldset#spiel {
			padding: 0px;
		}


		/* --- fieldset mit subcat --- */
		
			fieldset#show div {
				background-color: #f0f0f0; 
			}
	
		
			/* --- subcats (fieldset) mit subcat --- */
			
				fieldset#spiel img {
					height: 20px; 
					border: 1px solid silver;
				}

				fieldset#spiel div a {
					font-weight: bold; 
					color: #464646;
				}

				fieldset#spiel div a:hover {
					text-decoration: none; 
					color: #5c920c;
				}

		
		
/* --- Sonstige Tags --- */
	
	small {
		font-weight: normal;
	}

	font#arrow {
		color: orange; 
		font-size: 16px;
	}
	
	dl {
		font-size: 14px;
	}
	
	/* --- Sonstiges mit subcat --- */
	
		dl dt {
			font-weight: bold;
		}
		
		dl dd {
			padding-left:30px; 
			padding-top:5px; 
			padding-bottom:10px;
		}
		
		/* --- Subcats(Sonstiges) mit Subcat --- */
			
			dl dt img {
				padding:3px;
			}
	
		
	
/* --- Ab hier nur noch Müll zu Test-Zwecken --- */
	/*
	#auto_left {
		text-align: right; width: 100px;
	}

	#auto_center {
		text-align: center; width: 20px;
	}

	#auto_right {
		text-align: left; width: 100px;
	}

	#tipp {
		width: 40px;
	}

	#info {
		font-size: 12px;
	}
	*/
		

	
	
	/* 
	
		ENDE! PUHHH, NACH MEHR ALS 500 ZEILEN...
		
	*/
	
	
	
	/* Hier sind die Neuankömmlinge... */

	table#treppchen tr td {width:145px; margin:5px; height:300px; padding:10px; text-align:center;}
	table#treppchen tr td div {margin-bottom:30px; font-size:20px; line-height:1.5; font-weight:bold;}
	table#treppchen tr td#first { background-image:url(images/rankings/first.png); background-position:bottom center; background-repeat:no-repeat;}
	table#treppchen tr td#first div { color:#472815; padding-top:210px;}
	table#treppchen tr td#second { background-image:url(images/rankings/second.png); background-position:bottom center; background-repeat:no-repeat;}
	table#treppchen tr td#second div { color:#e1ae92; padding-top:150px;}
	table#treppchen tr td#third { background-image:url(images/rankings/third.png); background-position:bottom center; background-repeat:no-repeat;}
	table#treppchen tr td#third div { color:#cadbde; padding-top:110px;}
	table#treppchen font#winners {
		font-size:18px; font-weight:bold; line-height:1.5;
	}
	div#sort{background-image:url('images/sort.png'); background-repeat:no-repeat; background-position:center center; padding:6px; height:18px; overflow:hidden; text-align:center;}
					table#ergebnisse {
						
					}
					table#ergebnisse tr td#status {
						 padding-right:5px; padding-left:20px; font-size:10.5px;
					}
					table#ergebnisse tr td#grayout {
					color: #909090;font-size:10.5px;
				}
					table#ergebnisse tr td#status_yes {
					font-size:10.5px; font-weight:bold; padding-right:5px; padding-left:20px;

					color: green;
				}

									table#ergebnisse  tr td#status_no {
					font-size:10.5px; font-weight:bold; padding-right:5px; padding-left:20px;

					color: red;
				}				table#ergebnisse tr {height:30px;}
	table#ergebnisse tr td#heim {
		text-align:right; font-size:10.5px;
	}
				table#ergebnisse tr td#heim a, table#ergebnisse tr td#auswaerts a {
				font-weight: bold; 
				color: #464646;font-size:10.5px;
			}

			table#ergebnisse tr td#heim a:hover, table#ergebnisse tr td#auswaerts a:hover {
				text-decoration: none; 
				color: #5c920c;font-size:10.5px;
			}
		table#ergebnisse tr td#headline {
		padding-left:20px; 
	}
		table#ergebnisse tr#headline {
		font-weight:bold;
	}
		table#ergebnisse td#headline a{
			color: #5c920c; text-decoration:none; font-weight:bold;
	}
	table#ergebnisse td#headline a:hover{
			color: #5c920c; text-decoration:underline;
	}
	table#ergebnisse tr td#heim table tr td{
		text-align:right;
	}
	table#ergebnisse tr td img {
				height: 12px; 
				border: 1px solid silver;
	}
	table#ergebnisse tr td#nr{
		text-align:center; padding-left:5px; padding-right:5px;
	}
	table#ergebnisse tr td#vs{
		text-align:center; width:20px; font-weight:bold;
	}
		table#ergebnisse tr td#auswaerts {
		text-align:left; font-size:10.5px;font-size:10.5px;
	}
	table#ergebnisse tr td#heim_grayout {
		text-align:right; color: #909090;  font-size:10.5px;font-size:10.5px;
	}
	table#ergebnisse tr td#vs_grayout{
		text-align:center; width:20px; color: #909090;font-weight:bold;font-size:10.5px;
	}
		table#ergebnisse tr td#auswaerts_grayout {
		text-align:left; color: #909090; font-size:10.5px;font-size:10.5px;
	}
	select#teamauswahl {width:180px; margin-left:40px; height:20px;}		
	input#Team_Submit {
			border: 1px solid gray; 
			background-color: silver; 
			padding-top: 2px; 
			padding-bottom: 2px; 
			width:180px;
			margin-left: 40px; 
			margin-top: 20px; 
			margin-bottom: 20px; 
		}
			select#spieltag {width:180px; margin-left:40px; height:20px;}		
	input#Spieltag_Submit {
			border: 1px solid gray; 
			background-color: silver; 
			padding-top: 2px; 
			padding-bottom: 2px; 
			width:180px;
			margin-left: 40px; 
			margin-top: 20px; 
			margin-bottom: 20px; 
		}
		div#sidebar a#pdf img{border:0px; height:50px; padding:8px;}
		div#sidebar a#print img{border:0px; height:55px; padding:8px;}
		div#sidebar a#acro img{border:0px; height:px; padding:10px;}
		
		
		
		table#stadion{width: 100%}
		table#stadion tr td#img img{width: 100%; padding-bottom:10px;}
		
		
		/* Dangerous! */
		
		/*table#stadion tr td#map tabel tr td img#map { width:326; height:289; text-align:center;}
		table#stadion tr td#map tabel tr td#content { width:427;text-align:center;}*/
		
		table#steckbrief {width:100%; font-size:12px;}
		table#steckbrief tr td#topic{padding-left:10px; padding-right:4px; padding-top:4px; padding-bottom:4px; width:150px; font-weight: bold; vertical-align:middle;}
		table#steckbrief tr td {padding-left:10px; padding-right:4px; padding-top:4px; padding-bottom:4px; line-height:2; background-color:#f0f0f0; border:1px solid white;}
		table#steckbrief tr td img{height:12px; margin:6px; border:0px;}
		
		select#voting {width:20px; height:20px;text-align:center;}
		input#Submit_vote {
			border: 1px solid gray; 
			background-color: silver; 
			height:20px;
			padding-left:10px; padding-right:10px; margin-left:10px;
		}
		div#voting {margin-top:75px;}
		div#voting table#vote_ergebnis td#votes{background-image: url(images/rasen_18a.png); border:0px; background-repeat:repeat-x; background-position:top center;}
		div#voting table#vote_ergebnis td#rest{background-image: url(images/rasen_18d.png); border:0px;}
		div#voting table#vote_ergebnis {width:135px; border: 1px solid darkgray; margin-bottom:10px; height:25px;}
		
		
		div#news {margin-top:75px; font-size:11px;}
		div#news small {line-height:14px;}
		div#news br {line-height:8px;}
		div#news h4 {font-size:11px;}
		div#news a {font-size:11px;}
		div#news img {margin-right:20px;}
		div#news div#abo {font-size:12px;}
		div#news div#abo {font-size:12px;}
		div#ask {margin-top:75px; font-size:11px;}
		div#ask textarea{width:135px; overflow:hidden; height:100px;}
		div#ask input#Submit_ask {margin:0px; 			border: 1px solid gray; 
			background-color: silver; 			padding-top: 2px; 
			padding-bottom: 2px; 
			padding-left: 12px; 
			padding-right: 14px;}
			
			
		blockquote#anschrift {padding-left:20px; line-height:24px; font-weight:bold;}
		div#message {font-weight:normal;}
	div#submenu{background-image:url('images/submenu.png'); padding-top:5px; padding-bottom:5px; overflow:hidden; text-align:center; font-size:13px; text-align:center;}
	div#submenu br{line-height:10px;}
	div#years {background-image:url('images/timeline7.png'); background-repeat:no-repeat; background-position:center center; padding:20px; overflow:hidden; text-align:center; font-size:13px; text-align:center;}
	div#years a{font-weight:bold;}
	div#years font{font-size:16px;}
	
	font#arrow a{
		color: darkorange; font-size:13px; background-color:#D7F2D3; padding-left:4px; padding-right:4px; padding-top:6px; padding-bottom:4px;
	}
	div#years font#this_year{
		font-size:13px; background-color:#D7F2D3; padding-left:0px; padding-right:0px; padding-top:6px; padding-bottom:4px;
	}
	font#empty a{
		color: orangered; font-size:13px; 
	}
	div#years font#empty_year {
		color: orangered; font-size:13px; height:28px; background-color:#D7F2D3; padding-left:2px; padding-right:2px; padding-top:6px; padding-bottom:4px;
	}

	
			select#umfragen {width:135px; height:20px;text-align:center;}
		input#Submit_umfrage {
			border: 1px solid gray; 
			background-color: silver; 
			height:20px;
			padding-left:5px; padding-right:5px; margin-top:10px;
		}
		div#umfragen {margin-top:75px;}
		div#umfragen br{line-height:4px;}
		div#umfragen table#umfrage_ergebnis td#ergebnis{background-image: url(images/rasen_18a.png); border:0px; background-repeat:repeat-x; background-position:top center;}
		div#umfragen table#umfrage_ergebnis td#rest{background-image: url(images/rasen_18d.png); border:0px;}
		div#umfragen table#umfrage_ergebnis {width:135px; border: 1px solid darkgray; margin-bottom:10px; height:25px;}
table tr td#pl {text-align:center; padding:5px;}
div#sort_rankings{background-image:url('images/submenu.png'); padding-top:5px; padding-bottom:5px; overflow:hidden; text-align:center; font-size:13px; text-align:center;}
	div#sort_rankings br{line-height:10px;}
	
	div#sort_tippen{background-image:url('images/submenu.png'); background-position:center center; padding-top:5px; padding-bottom:5px; overflow:hidden; text-align:center; font-size:13px; text-align:center;}
	div#sort_tippen br{line-height:10px;}
	div#construction {padding-top:25px;}
	#weltmeister {padding:0px; margin:0px; border:0px;}
	#land table tr td {text-align:center;}
	#land table tr td img{text-align:center; padding:10px;}
	#tipptext {font-weight:normal;}
	div#header div#edge { cursor:default; background-image:url('images/blur_90.png'); color:#464646;font-size:16px; font-weight:bold; text-align:left; width:300px; height:50px; padding-left:20px; background-repeat:no-repeat; bottom:0px; right:0px;}
	div#header div#edge span{cursor:default; color: #5c920c; border-bottom:0px;}
	
	
	
	
	
	
	
		tr td#heim {
		text-align:right; font-size:10.5px;
	}
				tr td#heim a, tr td#auswaerts a {
				font-weight: bold; 
				color: #464646;font-size:10.5px;
			}

			tr td#heim a:hover, tr td#auswaerts a:hover {
				text-decoration: none; 
				color: #5c920c;font-size:10.5px;
			}

	tr td#nr{
		text-align:center; padding-left:5px; padding-right:5px;
	}
	tr td#vs{
		text-align:center; width:20px; font-weight:bold;
	}
		tr td#auswaerts {
		text-align:left; font-size:10.5px;font-size:10.5px;
	}
	/*tr td#heim_grayout {
		text-align:right; color: #909090;  font-size:10.5px;font-size:10.5px;
	}
	tr td#vs_grayout{
		text-align:center; width:20px; color: #909090;font-weight:bold;font-size:10.5px;
	}
		tr td#auswaerts_grayout {
		text-align:left; color: #909090; font-size:10.5px;font-size:10.5px;
	}*/
	
				div#countdown{
					margin-top:50px;
				}
				
				div#countdown a {
					font-weight: bold; 
					color: #5c920c;

				}

				div#countdown a:hover {
					text-decoration: none; 
					color: #464646;					
				}
				
						div#stats table#grafics td#ergebnis{background-image: url(images/rasen_18a.png); border:0px; background-repeat:repeat-x; background-position:top center;}
		div#stats table#grafics td#rest{background-image: url(images/rasen_18d.png); border:0px;}
		div#stats table#grafics {border:0px; margin-bottom:10px; height:25px;}
		div#stats table#stats tr {height:25px;}
		div#stats table#stats tr {font-weight:bold; font-size:14px;}
		
