body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #003399;
	background-color: #99CCFF;
	background-attachment: fixed;
	background-image: url(../images/hg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
    }
    .alexa #container {
	width: 790px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #0055FF;/* Dunkelblau R 0 G 85 B 255 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .alexa #kopf {
	margin-right: 5px;
	height: 233px;
	width: 605px;
	background-color: #FF9E31;
	float: right;
    } 
	
	#einlinks {
        float: left;
        width: 735px;
        background-color: white;
        background-attachment: fixed;
		background-image: url(../images/hghb.gif);
		background-repeat: repeat;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-left: 3px;
        padding: 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }
	
	
	.alexa #kopf h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .alexa #navikopf{
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-image: url(../images/hgmb.gif);
	background-repeat: repeat;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
    }
    .alexa #navi{
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-image: url(../images/hgmb.gif);
	background-repeat: repeat;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
    }
    .alexa #haupthaupt {
	padding: 20px;
	background-attachment: scroll;
	background-image: url(../images/hghaupt1.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0px;
	width: 564px;
	height: auto;
	overflow: auto;
	background-position: 0px 0px;
    } 
    .alexa #haupt {
	padding: 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background-attachment: fixed;
	background-image: url(../images/hghb.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0px;
	width: 564px;
	height: auto;
	overflow: auto;
    } 
    .alexa #preis {
	background-attachment: fixed;
	background-image: url(../images/hghb.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0px;
	width: 584px;
	height: auto;
	overflow: auto;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
    } 
	
	#center{
	width: 100%;
	text-align: center;
	}
    .alexa #fuss { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#DDDDDD; 
    } 
    .alexa #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .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. */
    	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 einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }





    .alexa #normal {
	font-size: 14px;
	}
	
    .alexa #a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	}
	
    .alexa #a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	}
/* kleiner Inhaltstext */	
    .alexa #smallText {
	color: #003399;
	line-height: 22px;
	font-family: Verdana, Times, serif;
	font-size: 10px;
	}
	
	#small{
	font-size: 10px;
	font-weight: normal;
	}
	
	#kleiner{
	font-size: 11px;
	}
	
    .smallTextcenter {
	color: #003399;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
	}	
    .alexa #smallTextcenter a {
	color: #FEFEC8;
	text-decoration: none;
	font-weight: 300;
	}
/* Kleiner Inhaltstext Ende */




#monthformat {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFD3FF;
	}
		
#dateformat {
	color: #FEFEC8;
	letter-spacing:0.2em;
	font-family: Verdana, Times, serif;
	font-size: 12px;
	}
	
#dateformat a {
	color: #4C728A;
	letter-spacing:0.2em;
	text-decoration:none;
	font-family: Verdana, Times, serif;
	font-size: 12px;
	}
	
	
	
	
	/* Navigationsleiste */
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #FEFEC8;
	}
	
#navigation a {
	color: #FEFEC8;
	line-height:17px;
	letter-spacing:0.2em;
	text-decoration: none;
	display:block;
	font-family: Verdana, Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
#navigation a:hover {
	color:#4C728A;
	background-color: #BFD3FF;
	}
.navText {
	color: #4C728A;
	line-height:16px;
	letter-spacing:0.2em;
	text-decoration: none;
	font-family: Verdana, Times, serif;
	font-size: 12px;
	}
/* Navigation Ende */

h1{
	font-size: 18px;
	line-height: 24px;
}

h1#kapital{
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
 }

span#kapital{
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
 }
h2{
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}


.zweispalterLinks {
	width: 260px;
	float: left;
	text-align: left;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/hghb.gif);
}
.zweispalterRechts {
	width: 270px;
	float: right;
	text-align: center;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/hghb.gif);
}


/* Bilderrahmen  id Subclasse*/

  #bildwebcammitte {
        width: 640px;
        height: 480px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FF9E31;
        border-right-color: #FF9E31;
        border-bottom-color: #FF9E31;
        border-left-color: #FF9E31;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

#border {
	border: 4px solid #FF9E31;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

#borderdrei {
	border: 3px solid #FF9E31;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
}

