/*############################# Body #############################*/
body {
	background: #fffaec;
	font: normal normal normal 1em/1em Tahoma,Verdana,Helvetica,sans-serif;
	text-align:left;
}
.main {
	margin: 0 auto;
	width: 930px;
}

a, a:link,a:visited {
	color:#bb0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:focus {
	color:#bb0000;
	text-decoration: none;
}
/*############################# Header #############################*/
header {
	width:100%;
	height:100px;
	     box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
  -khtml-box-shadow: 0 0 8px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	background: #000 url(images/header.jpg) scroll repeat-x;
	border-bottom:#bb0000 1px solid;
}
#logo {
	width: 730px;
	height:100px;
	float: left;
	background-image: url(images/logo.png);
	display:block;
}

/*############################# Navigation #############################*/
nav {
	width: 930px;
	float:left;
	margin-top: 10px;
}
nav ul {
	list-style:none;
	float:left;
}
nav li {
	display:block;
	float:left;
	margin:0 0 0 10px;
}
nav li a {
	display:block;
	font-size:1em;
	padding:5px 15px;
	font-weight:bold;
}
nav li a:link, 
nav li a:visited {
	text-shadow: 1px 1px 1px #FFFFFF;
	color:#610000;
	text-decoration:none;
}	
nav li a:hover, 
nav li a:focus {
	color:#a33b00;
	text-decoration:none;
}
nav li.current a {
	color:#000;
	background:#c89d68  ;
	text-decoration:none;
	text-shadow: 1px 1px 0px #eee;
	border-radius:20px 20px 0 0 ;
	-moz-border-radius:20px 20px 0 0 ;
	-khtml-border-radius:20px 20px 0 0 ;
	-webkit-border-radius:20px 20px 0 0 ;
}

/*############################# Submenue #############################*/
#child_menu {
     float: left; 
	 width: 90px;
     padding: 0px 20px;
     margin-bottom: 20px;
     text-align:left;
     /*border-right: 1px dashed #DFE1E0;*/
} 
#child_menu p { 
     font-size: 11px;  
	 text-transform: uppercase;
     text-align:left; margin: 0px;
     padding-top: 5px;
     padding-bottom: 5px;
     line-height: normal;
     border-bottom: 1px dashed #DFE1E0;
}
#child_menu .current a {
     color: #e93c02;
     font-weight: bold;
}
#child_menu #parent a {
     /*color: #e93c02;*/
}
#child_menu #parent {
     /*display: none;*/
}
#child_menu a {
     color: #444444;
}
#child_menu a:hover {
     color: #e93c02;
}
/*############################# Content #############################*/
article {
	float:left;
	width:798px;
	min-height:500px;
	background:#c89d68;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #c8c8c8;
  -khtml-box-shadow: 5px 2px 10px rgba(0,0,0,0.07);
	-moz-box-shadow: 5px 2px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 5px 2px 10px rgba(0,0,0, .07);
	box-shadow: 5px 2px 10px rgba(0,0,0, .07);
}
article h1 {
	font-family: arial, helvetica, sans-serif;
	margin:0 0 45px 0;
	color: #222;
	font-size:30px;
}
article h2 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #555;
	font-size:30px;
}
article h3 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 15px 0;
	color: #888;
	font-size:25px;
}
article h4 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #000;
	font-size:20px;
	font-weight:100;
}
article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {
	padding:40px;
	line-height:22px;
	font-size:14px;
	color:#333;	
}
article section p {margin:0 0 25px 0;}
article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:0;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}

/*############################# Sidebar #############################*/
aside {
	float:right;
	width:130px;
	margin:40px 0 0 0;
}
aside .section {
	margin:0 0 40px 0;
	font-size:11px;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	padding:0 30px 0 0;
}
aside .section p {
	margin:0 0 15px 0;
}
aside .section ul, 
aside .section ol {
	margin:0 0 15px 20px;
}
aside .section h2 {
	background:#333;
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px #4c4c4c;
	color:#EFEFEF;
	text-transform:uppercase;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* IE 5.5 - 7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#222222)"; /* IE 8 */
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	font-weight:100;
	font-size:19px;
	line-height:19px;
	margin:0 0 20px 0px;
	padding:5px 0 7px 25px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/*############################# Footer #############################*/
/* FOOTER */
footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:none;
}
/*############################# Button #############################*/
a .button {
	text-decoration: none;
}
.button {
	display: inline-block;
	width: 200px;
	margin: 10px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); /* IE 5.5 - 7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20)"; /* IE 8 */
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); /* IE 5.5 - 7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f88e11, endColorstr=#f06015)"; /* IE 8 */
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a'); /* IE 5.5 - 7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f47a20, endColorstr=#faa51a)"; /* IE 8 */
}
/*############################# Liste #############################*/
table {
	margin:0 -40px;
}
#liste th {
	color: #fef4e9;
	padding: 5px;
	font: bold 1em/1.5em Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #555;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); /* IE 5.5 - 7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#faa51a, endColorstr=#f47a20)"; /* IE 8 */
}
#liste td {
	padding: 5px;
	border: solid 1px #da7c0c;
}
.springer {
	color: #fff;
	font: bold .9em/1.5em Arial, Helvetica, sans-serif;
	background: #338fff;
}
.zeit {
	font: bold 1em/1.5em Arial, Helvetica, sans-serif;
}
.zweite {
	background: #84bcff;
}
.close {
	color: #e93c02;
}