/*	Autor: Michael Winter */
/*	www.winterdienst.info */


/* Allgemein: */


html, body, p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}

a:active, a:hover {
}

ul, li {
	list-style: none;
}

html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

p { 
	line-height: 170%;
}

hr {
	clear: both;
	height: 0; 
    border: solid #ccc;
    border-width: 1px 0 0 0;
	margin: 1px 0;
	padding: 1px 0;
}


/* Layout */

#oben {
}


#logo {
}

#impressum {
	display: none;
}

#nav_container {
	display: none;
}

#kopf_nav {
}

#navigation_links {
	display: none;
}

#inhalt {
	float: left;
	width: 96%;
}

#unten {
}


/* Links */

a:active, a:focus {
	outline-width: 0px;
}

/* Links Lauftext */

#inhalt a:link, #inhalt a:visited {
	text-decoration: none;
	color: #F67307;
	font-weight: bold;
	padding: 0 2px;
}

#inhalt a:active, #inhalt a:hover {
	border: #F67307 solid;
	border-width: 0 0 1px 0;
	background-color: #f6f5f1;
}

/* Links Kopf */

/* Links Impressum */

/* Navigation Links */

/* Schrift Skalieren */

/* Typo */

h1 {
	color:#000;
	text-decoration: none;
}

h1 span {
}

h3 {
	font-size: 1.3em;
	color: #F67307;
	margin: 16px 0;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 6px 0;
}

.mehrabstand { 
	margin: 10px 0 0 0;
}

.rechts {
	text-align: right;
}

.autor {
	font-size: 0.8em;
	padding: 10px 0;
}

/* Tabellen */

.tabellemitzeilerechts {
	float: right;
	font-size: 0.8em;
	line-height: 130%;
	padding: 6px 0 12px 12px;
	margin: 0 -4px 0 0;
	color:#000;
}

.infotabelle {
	color:#000;
	text-align: center;
	border: 1px solid #f90;
}

.infotabelle td {
	padding: 4px;
}

.grau td, .hell td {
	border: solid #fda725;
	border-width: 1px 0 0 0;
}

.grau {
	background-color:#CCC;
	border-top: 1px solid #f90;
}

.hell {
	background-color:#f3f3f3;
}


/* Bilder */

.bildrechts {
	margin: 6px 0 16px 16px;
	float: right;
}


.bilderrahmenrechts {
	position: relative;
	margin: 6px 0 16px 6px;
	float: right;
}

.bilderrahmenrechts img {
	position:absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	padding: 3px;
}

.textimbild {
	position:absolute;
	bottom: 0;
	right: 4px;
	text-align:right;
	font-size: 0.7em;
	color:#fff;
}

.textimbild a {
	color:#fff !important;
	font-weight: normal !important;
}

.textimbild a:hover, .textimbild a:active {
	border-width: 0 !important;
	background-color: transparent !important;
}

.bildmitzeilerechts {
	float: right;
	font-size: 0.9em;
	line-height: 130%;
	padding: 6px 0 12px 12px;
	color:#000;
}

.bilderrahmen {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 0 5px 0;
}

.nurrahmen {
	border: 1px solid #ccc;
}

/* Infokasten */

.infokasten {
	float: right;
	line-height: 150%;
	padding: 0 0 0 12px;
	color:#000;
	background-color: #f3f3f3;
	border: solid #F67307;
	border-width: 0 0 0 4px;
	margin: 6px 0 12px 6px;
}

.infokastengross {
	padding: 0 0 0 12px;
	background-color: #f3f3f3;
	border: solid #F67307;
	border-width: 0 0 0 4px;
}

/* Thanks to Tony Aslett
http://www.csscreator.com */

.clearfix {
	min-width: 540px;
}

.clearfix:after, .infokastengross:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .infokastengross {}

/* Hides from IE-mac \*/
* html .clearfix, * html .infokastengross {height: 1%;}
.clearfix .infokastengross {display: block;}
/* End hide from IE-mac */



.hervorhebung {
	color:#900;
	font-weight: bold;
}


