﻿body {
	padding: 0;
	margin: 0;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url("../images/masthead2.gif") repeat;
	color: #333;
	text-align: center; 
}

/* allgemein*/
img {
    border: none;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

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

.bild-links { 
    float: left;
    margin: .1em 1em .4em 0;
}

.bild-rechts { 
    float: right;
    margin: .1em 0 .4em 1em;
}

.bild-abstand img {
    margin: 0 .5em .5em 0; 
}

.clearer {
    clear: both; 
}
.kleingedrucktes {
	font-size: 9px;
	line-height: 14px;
}

/*
- #container
 */

#container {
    text-align: left; 
    margin: 0 auto; 
    width: 960px;
}
/*
- #container
-- #kopf
 */
#kopf{
    position: relative; 
    height: 200px; width: 960px;
    background: url("../images/kopf.jpg") no-repeat;
    
}
#kopf a {
    text-decoration: none;
}
#kopf ul a {
    float: left; display: block; padding: 10px 15px;
    font: .9375em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

/*
- #container
-- #kopf
-- #hauptnavi1 (oben) und #hauptnavi2 (unten)
 */

#hauptnavi1 {
    position: absolute; top: 0; right: 25px;
    margin: 0; padding: 0;
    background: #fff;
    list-style: none;
    color:#7e976d;
}

#hauptnavi1 li a {
	color: #333333;
}
#hauptnavi2 {
    position: absolute; bottom: 0; left: 25px;
    margin: 0; padding: 0;
    background: #fff;
    list-style: none;
    
}
#hauptnavi2 a {
    background: #7e976d; color: #FFFFEC;
}
#hauptnavi2 a:hover, #hauptnavi2 a.strong {
    background: #FFFFEC url("../images/rahmen.gif") repeat-x; color: #7e976d;
}

#hauptnavi1 a:hover, #hauptnavi1 a.strong {
	background: #FFFFFF url("../images/rahmen.gif") repeat-x bottom;
	color: #7e976d;
}

#kopf ul li {
    display: inline; 
}


/*
-#container
-- #mitte
 */

#mitte {
	padding: 0 25px 25px 40px;
	font-size: 75%;
	background: #FFFFEC;
	line-height: 1.45;
	min-height: 400px;
	
}
#mitte p, mitte ul, #mitte ol {
    margin: 5px 0 15px 0;
}

#mitte li {
    margin-bottom: 2px;
}

/*
- #container
-- #kopf
--- #inhalt
 */

#inhalt {
	float: left;
	width: 46em;
	min-width: 652px;
	max-width: 690px;
}

#inhalt h2 {
	font-size: 1.833em;
	color: #CC3300;
}
#inhalt h3 {
	margin-bottom: 0;
	font-size: 1.5833em;
	border-bottom: 1px dotted #400;
	color: #CC3300;
}
#inhalt h4 {
	margin-bottom: 0;
	font-size: 1.4166em;
	border-bottom: 1px dotted #400;
	color: #FF9933;
}
#inhalt h5 {
	margin-bottom: 0;
	font-size: 1em;
	color: #FF9933;
}
#inhalt a  {
	text-decoration: none;
	color: #FF9933
}
#inhalt a:hover {
	color: #CC3300;
}
#inhalt table {
	border-style: none none none none;
	width: 100%;
	text-align: center;
	border: none;
}
#inhalt td {
	border-style: none;
}
#inhalt table.mit {
	border: 4px #CC3300 outset; 
	width: 80%; 
	text-align:center;
}
#inhalt th.mit,#inhalt td.mit {
	border: 1px solid #CC3300;
}


#inhalt td.sitemap {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1;

}
#inhalt td.sitemap_pfeil {
	text-align: left;
	width: 20px;
}
#inhalt td.pause1 {
	text-align: right;
	font-style: italic;
	color: #FF9933;
}

#inhalt td.pause2 {
	text-align: left;
	font-style: italic;
	color: #FF9933;
}
#inhalt td.stunde1 {
	text-align: right;
}
#inhalt td.stunde2 {
	text-align: left;
}

/*
- #container
-- #mitte
--- #sidebar
 */

#sidebar {
	float: right;
	width: 200px;
	position: relative;
	top: 40px;
	font-family: Arial, Helvetica, Sans-Serif;

}
#sidebar p {
	color: #CC3300;
	font-weight: bolder;
	font-size: 120%;
	line-height: 1;

	}
	
#sidebar a {
	color: #FF9933;
	font-size: 120%;
	line-height: 2;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, Sans-Serif;
}
#sidebar a:hover{
	color: #CC3300;
}

#sidebar li {
	list-style: none;
	font-size: 120%;
	list-style-position: inside;
}
#sidebar li li {
	list-style: none;
	font-size: 110%;
	list-style-position: inside;
}
#sidebar li li.aktiv {
	list-style: none;
	font-size: 80%;
	list-style-position: inside;
	color: #CC3300;
}

#sidebar li.außen {
	font-size: 120%;
	list-style-position: outside;
	text-indent: -10px;
}

#sidebar li a {
	font-size: 80%;
	font-weight: normal;
}

/*
- #container
-- #mitte
--- #fotoleiste
 */

#fotoleiste{
	float: right;
	width: 200px;
	position: relative;
	font-family: Arial, Helvetica, Sans-Serif;

}

#fotoleiste td {
	border-left: medium #FF9933 solid;
}

/*
- #container
-- #footer
 */

#footer {
	background: #7e976d;
	color: #fff;
	padding: 15px 25px 12px 40px;
	font-size: 70%;
	text-align: right;
}

#footer p {
    margin: 0 0 2px 0;
}

#footer a {
    color: #fff; text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

