* {
	padding: 0;
	margin: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align:left;
	line-height:130%;
}

body {
	background-color: #ddd;
}

h1 {
	font-weight: bold;
	color: #000088;
	font-family: Times New Roman, serif;
	font-size:30px;
	border-bottom: 2px solid #000088;
	margin-bottom:5px;
}

h2 {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	margin-top: 10px;
	
}

.box {
	background-color: white;
	border: 1px solid #666;
	width:500px;
	margin:10px;
	padding:10px;
}

.breit {
	width:980px;
}

.breitmax {
	width:1860px;
}

ul {
	margin-left:15px;
	margin-bottom:10px;
	line-height:18px;
}

li {
	line-height:18px;
}

.buttons {
	margin: 20px 0px 10px 0px;
	height:20px;
}

.buttons a {
	border: 1px solid #333;
	background-color: #777;
	color: #fff;
	padding: 2px 10px;
	height: 20px;
}

.buttons a:hover {
	border: 1px solid #555;
	background-color: #aaa;
	color: #fff;
	padding: 2px 10px;
}

.buttons input {
	border: 1px solid #333;
	background-color: #777;
	color: #fff;
	padding: 2px 10px;
	width: auto;
	height: 20px;
	cursor: hand;
}

.buttons input:hover {
	background-color: #aaa;
}


#footer {
	position:fixed;
	bottom: 0;
	width: 100%;
	background-color: #888;
	margin-top:10px;
}

#footer p {
	margin:10px;
}

label {
	width: 150px;
	display: block;
	float: left;
}

input, textarea, select {
	width:330px;
	border: 1px solid #888;
	margin-bottom:2px;
	padding: 1px;
}

input.breit, textarea.breit {
	width: 530px;
}

input:hover, textarea:hover, select:hover {
	background-color: #ffa;
}

input:focus, textarea:focus, select:focus {
	background-color: #dd5;
}

.checkbox {
	width:12px;
	height: 12px;
}


textarea {
	border: 1px solid #555;
	height: 100px;
}

.message {
	border: 3px solid red;
	background-color: white;
	padding: 10px;
}

.switch {
	float:right;
	color: #555;
}

.liste th {
	border-bottom: 1px solid #555;
	font-weight: bold;
	padding:4px;
}

.liste th a {
	font-weight: bold;
}

.liste td {
	padding:4px;
	vertical-align: top;
}

.liste {
	border-collapse: collapse;
}

.liste .rechts {
	text-align:right;
	padding-right:10px;
}

a {
	border-bottom: 1px solid #444;
}

a:hover {
	border-bottom: 1px solid #444;
}

.statistik {
	width:auto;
}

.statistik .even {
	background-color: #ccc;
}

.statistik td, .statistik th {
	text-align: center;
}

.statistik .hinflug {
	background-color: #ccccff;
	border-left: 1px solid #999;
}

.statistik .even .hinflug {
	background-color: #aaaaff;
}

.statistik .rueckflug {
	background-color: #ffffcc;
	border-right: 1px solid #999;
}

.statistik .even .rueckflug {
	background-color: #ffff99;
}

.zeilensumme {
	font-weight: bold;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.spaltensumme td {
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

tr.inaktiv td, tr.inaktiv td a {
	color: #999;
}

.liste tr:hover td
{
	background-color: #ffffcc;
}

b {
	font-weight:bold;
}

tr.storno td, tr.storno td a {
	color: red;
}

