body{
font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color:#000;
background:#FFFFFF url(../img/body_bg.png) repeat-x;
}

#header {
	height: 34px;
	min-width: 960px;
	/*background: #464646;*/
}

#header ul {
	margin-right: 14px;
	float: right;
	list-style: none;
	min-width: 960px;
}

#header ul li {
	float: left;
}

#header ul li a {
	font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #D7DFE2;
	text-shadow: #333 1px 1px 1px;
}

#header ul li a:hover {
	color: #fff;
}

#header ul li a.current {
	color: #f7951e;
	/*color: #555;*/
	background: #D7DFE2;;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;
}

#spacer {
	height: 4px;
	background-color: #416271;
}

#footer {
	height: 34px;
	text-align: right;
}

#footer a{
	text-decoration: none;
}

#navigation ul{
	list-style: none;
	text-align: left;
}

#navigation a{
	text-decoration: none;
	color:#416271;
}

#navigation li a:hover{
	color:#f7951e;
}

#main {
	background-color: #FFFFFF;
}


#next {
	text-align: right;
}

#footer a{
	text-decoration: none;
	color:#416271;
}

#footer a:hover{
	color:#f7951e;
}

h1{
padding:5px 0 5px 0;
margin:0px;
font-size:20px;
color:#f7951e;
}
h2{
padding:0 0 10px 0;
margin:0px;
font-size:18px;
color:#416271;
}
h3{
padding:0 0 5px 0;
margin:0px;
font-size:14px;
color:#416271;
}
h4{
padding:0 0 10px 0;
margin:0px;
font-size:12px;
color:#416271;
}


#small {
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #f7951e;
}

#content a:hover{
	text-decoration: none;
	color:#416271;
}

#content img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:#cccccc 5px solid;
}

#content table {
	width: 100%;
	table-layout:auto;
}

#content td,th {
	padding: 2px;
}

table.strecke {
width:95%;
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
}

table.strecke td {
border-bottom:1px solid #e5eff8;
border-left:1px solid #e5eff8;
padding:.3em 1em;
text-align:left;
}

table.strecke th {
	text-align: center;
}

tr.odd td {
background:#f7fbff;
}

.center {
	text-align: center;
}

.nobr {
	white-space: nowrap
	}

