body
{
	color: white;
	background-color: #1a0c06;
    font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-family: helvetica,arial,sans-serif;
    margin: 0;
	padding: 0;
}

img, a img
{
border: none;
}

h1
{
	color: #e1771e;
	font-size: 1.2em;
	font-weight: bold;
}

h2
{
	color: #e1771e;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}

a:link,
a:visited
{
	color: #0066FF;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #e1771e;
	text-decoration: none;
}

hr
{
	color: #e1771e;
	height: 2px;
	background-color: #e1771e;
}

p#small
{
	color: #9D9FFF;
	font-size: 0.85em;
	font-weight: bold;
}

/* Antworttext auf Feedback in anderer Farbe */
p#antwort
{
	color: #e1771e;
	font-style:italic;
}

/* Klassen für den Header DIV: Gemeinsame Attribute über .header definieren, Besonderheiten über die nachfolgenden Klassen: */
.header
{
	height: 220px;
	width: 920px;
	min-width: 920px;
	background-color: #241406;
	background: url(../images/header.jpg) no-repeat;
	font-size: 1.0em;
	font-weight: bold;
    margin: 0;
	padding: 0 0 0 10px;
}
.ta2010
{
	background: url(../images/header2010.jpg) no-repeat;
}
.ta2011
{
	background: url(../images/header2011.jpg) no-repeat;
}

/* Navigationsbuttons oben */
ul#navi
{
	font-size: 0.70em;
	text-shadow: black 0.1em 0.1em 0.1em, black -0.1em -0.1em 0.1em;
	text-transform: uppercase;
	position: absolute;
	margin: 0px 0px 5px 0px;
	padding: 0;
	height: 50px;
	width: 930px;
	min-width: 930px;
}
ul#navi li
{
	float: left;
	margin: 0 1px 0 1px;
	padding: 0px 0px 5px 0px;
	width: 90px;
	height: 75px;
	text-align: center;
	list-style: none;
	display: inline;
	font-weight: bold;
}
ul#navi a:link,
ul#navi a:visited
{
	color: white;
	text-decoration: none;
}
ul#navi a:hover,
ul#navi a:active
{
	color: #0066FF;
	text-decoration: none;
}
.inaktiv
{
}
.aktiv
{
	border-bottom: 3px solid #e1771e;
}

/* Secondary Menu Tourenberichte, wird auch für Haupt-Seitenüberschriften verwendet */
div#menu2
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 880px;
	min-width: 880px;
}
ul#navi2
{
	font-size: 0.85em;
	font-weight: bold;
	margin: 0px 10px 3px 0px;
	padding: 0;
	height: 40px;
	width: 500px;
	min-width: 900px;
}
ul#navi2 li
{
	font-size: 1.0em bold;
	margin: 0 1px 0 0;
	padding: 5px 10px 3px 10px;
	width: 50px;
	text-align: center;
	list-style: none;
	display: inline;
	font-weight: bold;
}
ul#navi2 a:link,
ul#navi2 a:visited
{
	color: white;
	text-decoration: none;
}
ul#navi2 a:hover,
ul#navi2 a:active
{
	color: #0066FF;
	text-decoration: none;
}

div#main
{
	background-color: #241406;
	font-size: 0.8em;
	margin: 0;
	padding: 1px 20px 5px 30px;
	width: 880px;
	min-width: 880px;
}

div#footer
{
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	text-align: center;
    border-top: 1px dashed #e1771e;
	width: 920px;
	min-width: 920px;
}

/************************* end of main styles ***************************/

/* "main" Container für Blog-Seite */
div#blog
{
	margin: 0 0 0 20px;
	padding: 5px 10px 5px 10px;
	min-height: 470px;
}

/* Container für Kasten rechts oben in "main" */
div#box_r
{
	width: 250px;
	margin: 5px 3px 3px 10px;
	float: right;
	text-align: center;
}

/* Menü-Kasten rechts oben auf Blog-Seite */
div#navi_blog
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	background: url(../images/navi_blog_back.jpg);
	border: 1px solid #4E362B;
	float: right;
}
div#navi_blog a:link,
div#navi_blog a:visited
{
	color: #9D9FFF;
	text-decoration: none;
}
div#navi_blog a:hover,
div#navi_blog a:active
{
	color: #e1771e;
	text-decoration: none;
}

/* Sitemeter counter */
div#counter
{
	text-align: right;
	z-index: 0;
}

