﻿/* DATEI: rangliste.css					*/
/* 										*/
/*										*/
/* datei für die ausschreibungs seiten	*/
/*										*/
/*	erstellt: 24-12-07					*/
/*										*/
/*	geändert: 23-10-10					*/
/*######################################*/


html {margin: 0; padding: 0;}

					/* font: font-style font-variant font-weight font-size font-family */

body {font: normal 1em Verdana, Arial, Helvetica, sans-serif; background-color: #F5F5F5; }
		
h1 { font: bold 1.5em Arial, Helvetica, sans-serif;
		background: rgb(85%,85%,70%);
		letter-spacing: 3px;
		color: #008000;
		border-bottom: ridge double silver;
		text-transform: lowercase;
		text-align: center; 
		text-transform: lowercase;
		}

h2 {font-size: 180%; text-transform: lowercase; letter-spacing: 2px; background: rgb(85%,85%,70%);}

h3 {font-size: 1.33em; margin: 0; padding: 0; border-bottom: 1px solid black;}

h4 {font-size: 1.1em; margin: 0; padding: 0.33em 0 0; }

<!-- h1, h3, h4 {line-height: 1.5em;} -->

p {line-height: 1em; margin: 0.5em 0 1em; font-size: 1em; }

li { margin-top:3pt; }


	td.table1 { text-align: center; padding: 0.2em 0.2em; }
	th.table1, td.table1 { font: Verdana, Arial, Courier, Helvetica; font-size: 1.5em; color:#008000; }
	td.table1 { border-right: 0px solid #CCC; }
	th.table1, td.table1 { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	
	
	td.table2 { text-align: left; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }
	th.table2, td.table2 { font: Verdana, Arial, Courier, Helvetica; font-size: 1.2em; }
	td.table2, th.table2 { border-right: 1px solid #CCC; border-left: 1px solid #CCC;}
	th.table2, td.table2 { padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }
	
	
	td.table3 { border-right:1px solid #CCC; border-left:1px solid #CCC; border-bottom: 1px solid #CCC; }
	
	
	td.rechts { border-right:2px solid #CCC; }
	
	
	td.links { border-left:2px solid #CCC; }
	
	
	td.beide { border-right:2px solid #CCC; border-left:2px solid #CCC; }


	th {border-right: 1px solid gray; border-bottom-style: solid; white-space: nowrap; background: #C0C0C0;}
	
	
	td.ohne { text-align: left; padding: 0.1em 0.1em; }
	td.ohne { font: 1em Verdana, Arial, Courier, Helvetica; }
	td.ohne { border-right: 0px solid #CCC; }
	th.ohne, td.ohne { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	

	td.ohne1 { text-align: left; padding: 0.1em 0.1em; }								/* gleich wie "ohne" bis auf schriftgröße */
	td.ohne1 { font: 1.2em Verdana, Arial, Courier, Helvetica; }
	td.ohne1 { border-right: 0px solid #CCC; }
	th.ohne1, td.ohne1 { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }

	
	td.ohne2 { text-align: center; padding: 0.1em 0.1em; }								/* gleich wie "ohne1" bis auf schriftgröße */
	td.ohne2 { font: 1em Verdana, Arial, Courier, Helvetica; }
	td.ohne2 { border-right: 0px solid #CCC; }
	th.ohne2, td.ohne2 { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	
	
	td.ohne3 { text-align: left; padding: 0.1em 0.1em; }								/* gleich wie "ohne1" bis auf rahmen unten */
	td.ohne3 { font: 1.2em Verdana, Arial, Courier, Helvetica; }
	td.ohne3 { border-bottom: 2px solid #CCC; }
	th.ohne3, td.ohne3 { padding: 0.2em 0.2em; border-bottom: 2px solid #DDD; }


a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
