/**
bgr: 9, 22, 34 #091622
tab 1: 46, 64, 72 #2e4048
tab 2: 41, 55, 63 #29373f
nav: 186, 194, 194 #bac2c2
navr: 83, 101, 109 #53656d
fr-grün: 0, 204, 153 #00cc99
hy-grün: 21, 161, 168 #15a1a8
hy-grün2: 161, 220, 221 #a1dcdd
*/ 

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background: #fff url('../img/bgr_verlauf.jpg') repeat-x;
	/*font-size: 100.01%;*/
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;  /* Zentrierung im Internet Explorer */
	font-size: 12px;
	line-height: 140%;
}

h1 {
	border-bottom: 1px solid #fff;
	padding: 3px;
	margin: 20px 0;	
	font-weight: normal;
	font-size: 22px;
}

h2 {
	margin-bottom: 10px;
	margin-left: 20px;	
	font-size: 16px;
	/*font-weight: normal;*/
	line-height: 160%;
}

p {
	margin-bottom: 15px;
	width: 600px;
}

a {
	color: #15a1a8;
	text-decoration: none;	
}
/*
h1 hr {
	float: right;
	margin-left: 5px;	
}
*/
div#page{
	background-color: #091622;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 780px;
	padding: 20px 60px;
}

div#footer {
	text-align: right;
	width: 900px;
	margin: 0 auto; 
	padding: 10px;
}

div#footer span {
	margin-right: 150px;
	color: #777; /*091622*/
	font-size: 10px;
}

div#footer span a{
	color: #0c9;
}

div#footer img {
	vertical-align: top;
	margin: 10px;
}


br.clear {
	clear: both;	
}

img#logo {
	display: block;
	margin: 8px;	
}

p#logosub {
	margin-left: 10px;
	margin-bottom: -5px;
	color: #ccc;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;	
}

table#inhalt {
	/*background: #fff;*/
	width: 100%;
	margin: 5px 0;
	/*border-collapse: collapse;*/
	border-spacing: 2px;
	border: 1px solid #15a1a8; /*0c9 a1dcdd 15a1a8*/ 
}

table#inhalt tr.row1 td, table#inhalt tr.row1 th {
	background: #2e4048;	
}

table#inhalt tr.row2 td, table#inhalt tr.row2 th {
	background: #29373f;	
}

table#inhalt tr.row2 td.sponsor {
	background: #fff;
	color: #091622
}

table#inhalt td, table#inhalt th {
	padding: 10px;
	font-size: 12px;
	/*font-weight: normal;*/
}

table#inhalt th {
	text-align: left;
	width: 250px;
	vertical-align: top;
}

table#inhalt td.no {
	width: 80px;
	text-align: center;
}

table#inhalt td p {
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
}

table#inhalt a {
	text-decoration: underline;
}

table#inhalt td input[type="radio"] {
	/*margin-left: 40px;*/
	display: inline;
	vertical-align: middle;
}

table#inhalt input, table#inhalt textarea {
	border: none;
	padding: 5px;
}

table#inhalt textarea {
	height: 100px;
	width: 400px;
}

table#inhalt table.radio {
	width: 100%;
}

table#inhalt table.radio td {
	margin: 0;
	padding: 0;
	text-align: center;
}

p#navi {
	/*margin-left: 490px;*/
	margin-left: 580px;
	margin-top: 15px;
	text-align: right;
}

p#navi a, p#navi span  {
	display: block;
	padding: 3px;
	text-align: center;
	width: 15px;
	float: left;
	margin-left: 3px;
	border: 1px solid #53656d;
}

p#navi a {
	background: #29373f;
	color: #fff;
}

p#navi span {
	background: #bac2c2;
	color: #091622;
}

p#navi a.arrow {
	width: 30px;
}

table.title {
	width: 100%;
}

table.title th, table.title td {
	padding: 0 10px!important;
	font-size: 11px!important;
}

table.title th {
	width: 250px;
}

table.title td {
	white-space: nowrap;
}

table.title td.no {
	width: 80px;
}

table.title td.last {
	text-align: right;
}

.slider {
	width: 90%;	
	margin-left: 20px;
}
input.slider_no {
	margin-top: 50px;
}

div#buttons {
	padding-top: 10px;
	text-align: right;	
}

div#buttons a img {
	 border: none;	
}

/*Slider*/
/* .ui-widget-content .ui-state-default */
 .ui-state-active, .ui-state-focus, .slider-in-use a {
	background: #15a1a8!important;	
}

