* {
	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;
}

b {
	font-weight: bold;
}

body {
background: rgb(40,40,40);
background: -moz-linear-gradient(top,  rgba(40,40,40,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#ffffff',GradientType=0 );

background-repeat: no-repeat;

min-width: 1300px;
}

h1 {
	font-weight: bold;
	color: #0d6da0;
	font-family: Arial, sans-serif;
	font-size:30px;
	border-bottom: 2px solid #0d6da0;
	margin-bottom:5px;
}

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

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

.breit {
	width:1200px;
}

.full {
	width:auto;
}

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

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

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

.buttons a:hover {
	border: 1px solid #555;
	background-color: #fec246;
	color: #000;
	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;
}

ul.buttons {
	list-style-type: none;
	line-height: 25px;
	height: auto;
}

ul.buttons li a {
}


#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:250px;
	border-bottom: 1px solid #555;
	margin-bottom:2px;
}

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

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



textarea {
	border: 1px solid #555;
}

.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:3px;
}

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

.liste {
	width: 100%;
	border-collapse: collapse;
}

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

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

a {
	border-bottom: 1px dashed #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 {
	color: #888;
}

td .copydown {
	visibility: hidden;
}

td:hover .copydown {
	visibility: visible;
}
