@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Stylesheet */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	font-size: 14px;
}
#wrapper {
	background-image: url(/media/himmel5.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-right: 2%;
	margin-left: 2%;
	background-color: #FFF;
	margin-top: 2%;
	border: thin outset #333;
	margin-bottom: 2%;
}


#container  {
	text-align: justify;
	background-image: url(/media/weg5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
} 
#header  {
	margin-bottom: 5px;
	margin-right: 10px;
} 
#header h1  {
	text-align: right;
	font-size: 82px;
	font-weight: lighter;
	font-variant: normal;
	color: #008029;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 11px;
}
#header h1 span {
	color: #666;
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header h2 {
	font-size: 19px;
	text-align: right;
	font-weight: lighter;
	padding-right: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
#side  {
	float: right; /* Dieses Element muss in der Quellenabfolge vor dem Element stehen, neben dem es platziert werden soll. */
	width: 400px; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum. */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#side a {
	color: #D61c48;
	font-weight: bold;
}
#side a img {
	border: none;
}

#side p ,#side h3          {
	margin-right: 10px;
}
#png {
	background-image: url(/media/schatulle3.png);
	height: 506px;
	width: 400px;
	background-position: bottom;
}


/* Tipps für mainContent:
1. Der Abstand zwischen mainContent und den Randleisten entsteht durch den linken und rechten Rand des mainContent-div.
2. Zur Vermeidung von Float-Drops bei einer unterstützten Mindestauflösung von 800 x 600 sollten Elemente im mainContent-div eine Größe von maximal 300 Pixel aufweisen (dies gilt auch für Bilder).
3. Im unten stehenden bedingten Kommentar für Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch werden verschiedene IE-spezifische Fehler verhindert.
*/

#main  {

}
#main p {
	line-height: 20px;
}

#main h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
#main h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
#main h4 {
	font-weight: normal;
	font-size: 14px;
}
#main img.foto {
	float: left;
	margin-right: 20px;
}
#main ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 20px;
}
#main img.illu {
	float: right;
}
#main table , #main table tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer   {
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer p , #footer a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum alle seine untergeordneten Floats enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.klein {
	font-size: 9px;
}

