/* Stylesheet fuer Kurshomepgae Diff-Info */

html {height: 100.5%; font-size: 62.5%}

* {margin: 0px; padding: 0px; border: 0px;}

body {
	background-color: #1a5887;
	text-align: center;
	font-family: Verdana, sans-serif; 
	font-size: 1.2em; 
	line-height: 1.8em;
	}
	
div#wrapper {width: 990px; margin: 20px auto; text-align: left; background-color: white; padding: 5px;}
div#links{float: left}
div#rechts{float: right}
	
h1 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 2.2em;
	font-weight: bold;
	color: #1a5887;
	padding-bottom: 0.3em;
	padding-top: 10px;
	margin-bottom: 1em;
	border-bottom: 5px dotted #b4A400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	}

h3 {
	}
	
a{
	color: #1a5887;
	}
	
table{
	width: 100%;
	margin-top: 30px;
	background-color: white;
}

tbody tr.odd td {
	background: #D3D3D3;
	}
	
tbody tr.u-einheit td {
	background: #b4A400;
	font-weight: bold;
	font-style: italic;
	}

thead{
	background-color:#969696;
	text-transform: uppercase;
	font-weight: bold;
	}
	
tr td{ vertical-align: top; padding: 3px;	}