﻿													/* Format */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; 
	line-height: 25px;
	background-color:#FFE697;	}
	
	
h1 {
	font-family: Georgia, Arial, serif;
	font-size: 140%;
	color: #3366CC;
}
	
	
h2 {
	font-size: large;
	text-align: center;
	letter-spacing: 1px; }
	
h3 {
	font-size: 120%;
	color: #CC3300;
}

.klein { font-size: small; }

													/* Tabelle */

table {
	font-size: small;
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse; }

th {
	
	border: 1px dotted white;
	border-collapse: collapse;
	border-left-style: solid;
	padding: 5px; }

td {
	vertical-align:top;
	border: 1px dotted white;
	border-collapse: collapse;
	border-left-style: solid;
	padding: 5px; }

												/*Navi-Leiste */

a:link, a:visited {
	text-decoration:none;
	color:#3366CC }
	
a:hover, a:active {
	text-decoration:none;
	color:#CC3300; }
												/* UL-Liste */	
ul {
	list-style:none;
	margin-left: -2px; }
	
	
li {
	border-bottom: 1px dotted #3366CC;
	display:block; }
												/* Bild */
img {
	float: right; 
	border: 1px solid silver; 
	padding: 10px; 
	margin-left: 10px; }
												/* Ebene */
#header {
	width: 900px;
	font-size: small;
	text-align: left;
	border-top: 1px solid #778899;
	border-bottom: 2px dotted #fff;
	height: 48px; 
	padding: 10px;}
	
	
	#header .strapline {
	font: 100.01% Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #6a322d;
	float: right;
	text-align: right;
	margin-right: 2em; }
	


#content {
	position: absolute;
	max-width: 740px;
	min-width: 550px;
	top: 100px;
	left: 30px; 
	z-index: 1;
	width: 633px;
}

#navi {
	font-size: small;
	float: left;
	width: 25%; 
	z-index: 2; }
	

	
#text {
	float: right;
	width: 70%;
	border-left: 1px dotted silver;
	padding-left: 15px; 
	z-index: 2;}
	
	
