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



/* Allgemein */

html {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 86%;
	color: #000; 
	margin: 0; 
	padding: 0;
}

/* RTL, mit: 
html[dir="rtl"] body
greift die Textausrichtung nach rechts nicht, deshalb: */
html[dir="rtl"] * { 
	text-align: right;
}

p { 
	font-size: 1em;
}

/* Links */

p a:link, p a:visited {
	font-weight: bold;
	color: #ffb300;
	text-decoration: none;
}

p a:active, p a:hover {
	color: #ffb300;
	text-decoration: underline;
}

h3 a:link, h3 a:visited, h3 a:active, h2 a:link, h2 a:visited, h2 a:active, #logo a:link, #logo a:visited , #logo a:active {
	text-decoration: none;
	color: #ffb300;
}

h3 a:hover {
	text-decoration: underline;
}

.zurueck a:link, .zurueck a:visited {
	display: none;
}

.zurueck a:active, .zurueck a:hover {
	display: none;
}

.seitenanfang {
	display: none;
}

.seitenanfang a:link, .seitenanfang a:visited {
	display: none;
}

.seitenanfang a:active, .seitenanfang a:hover {
	display: none;
}


/* Layout */


#nav_lang_de, #nav_lang_en {
	display: none;
}

#koerper {
	clear: both;
}

#nav {
	display: none;
}

#inhaltSchmal {
	width: 60%;
}

#inhaltBreit {
	width: 90%;
}

#inhaltKalender {
	width: 98%;
}

#inhaltSchmal, #inhaltBreit, #inhaltKalender {
	float: left;
	padding: 0;
	text-align: left;
	line-height: 130%;
}

html[dir="rtl"] #inhaltSchmal, html[dir="rtl"] #inhaltSchmalNl, html[dir="rtl"] #inhaltBreit, html[dir="rtl"] #inhaltBreitOhneNavi, html[dir="rtl"] #inhaltBreitOhneNaviMitBild, html[dir="rtl"] #inhaltKalender {
		float: right;
}

#rechteSpalte {
	width: 200px;
	float: left;
	padding: 0 0 0 40px;
	font-size: 0.9em;
	text-align: left;
	line-height: 120%;
}

html[dir="rtl"] #rechteSpalte {
	float: right;
	width: 200px;
	padding: 0 40px 0 0;
	font-size: 0.9em;
	text-align: right;
	line-height: 120%;
}

#footer {
	display: none;
}


/* Typo */

h1, h2, h3, h4, h5, h6, ul, li {
	text-align: left;
}

#koerper ul {
	padding-left: 18px;
}

#head h1 { 
	font-family: Georgia, Garamond, "Times New Roman", serif;
	color: #FFB300;
	text-shadow: 2px 2px 4px #ccc;
}

h2 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	color: #FFB300;
	border-bottom: 1px solid #999;
	text-shadow: 2px 2px 4px #ccc;
}

h3 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	text-decoration: underline;
	color: #ffb300;
}



/* Bilder */

#rechteSpalte img {
	border: 1px solid #999;
	padding: 3px;
}

td img {
	padding: 2px 3px 1px 1px;
}

.bildrechts {
	border: 1px solid #999;
	padding: 3px;
	float: right;
	margin: 6px 0 10px 14px;
}


.bildlinks {
	border: 1px solid #999;
	padding: 3px;
	float: left;
	margin: 6px 14px 10px 0;
}

/* Strukturierung */

.infokasten {
	border: 1px dotted #666;
	background: #fff; 
	padding: 10px;
	font-size: 0.9em;
	line-height: 150%;
	clear: both;
}

#inhaltBreit .infokasten {
	width: 70%;
}

hr 	{
	color: #999;
	height: 1px;
}

.hr1 {				
	clear: both;
}                                                                 

#inhaltBreit .hr1 {				
}                                                                 
	                                                          
.hr1 hr {
}


/* Tabelle */


td, th {
	border-bottom: 1px solid #999;
	padding: 3px 10px 3px 1px;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}

td {
	font-size: 0.9em;
}

th {
	padding: 4px 10px 8px 1px;
}

td a:link, td a:visited {
	font-weight: bold;
	color: #ffb300;
	text-decoration: none;
	padding-left: 0;
	background: none;
}

td a:active {
	color: #ffb300;
	text-decoration: underline;
	background: none;
}

td a:hover {
	color: #ffb300;
	text-decoration: underline;
	background: none;
}


/* Navigation Links */

#nav a {
	display: block;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
}

#nav div.fstLevel a, #nav div.fstLevelActive a {
	width: 200px;
	padding: 4px 0 4px 20px;
	font-size: 1.1em;
	font-weight: normal;
	background: none;
	color: #666;
}

#nav div.fstLevelActive a {
	color: #e19e00;
}

#nav div.fstLevel a:hover, #nav div.fstLevelActive a:hover {
	background-color: #fdd631;
	color: #333;
}

#nav div.secLevel a, #nav div.secLevelActive a {
	width: 180px;
	padding: 4px 0 4px 40px;
	font-size: 1em;
	color: #666;
	background: transparent url(pics/liste1.gif) no-repeat 20px 5px;
}

#nav div.secLevelActive a {
	color: #e19e00;
}

#nav div.secLevel a:hover, #nav div.secLevelActive a:hover {
	background: transparent url(pics/liste1.gif) no-repeat 20px -92px;
	background-color: #fdd631;
	color: #333;
}


/* Navigation Sprachwahl */

#nav_lang_de ul, #nav_lang_en ul {
	list-style: none;
}

#nav_lang_de li a, #nav_lang_en li a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
}

#nav_lang_de a, #nav_lang_en a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 28px;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

#de a {
	background: transparent url(pics/lang_de.gif) no-repeat 0px 7px;
}

#de a:hover {
	background: transparent url(pics/lang_de.gif) no-repeat 0px -93px;
	color: #e19e00;
}

#en a {
	background: transparent url(pics/lang_en.gif) no-repeat 0px 7px;
}

#en a:hover {
	background: transparent url(pics/lang_en.gif) no-repeat 0px -93px;
	color: #e19e00;
}
