* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin-top: 12px;
	font-size: 0.92em;
	xbackground-image: url(/Graphics/bg_Seite.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #7F7F7F;
}
/* Tags ************************************************/
h1 {
	font-size: 30px;
	text-align: left;
	color: #993333;
	display: none;
}
h2 {
	width: 100%;
	font-size: 120%;
	text-align: left;
	color: #993333;
	margin-top: 8px;
}
h3 {
	width: 100%;
	font-size: 105%;
	text-align: left;
	color: #993333;
	margin-top: 8px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}
/* Hauptebenen ************************************************/
#mainContainer {
	position: relative;
	width: 820px;
	text-align: center;
	margin: auto;
}

#header {
	width: 820px;
	background-image: url(/Graphics/bg_header.jpg);
	height: 120px;
	border-top: 2px solid #993333;
	border-right: 2px solid #993333;
	border-left: 2px solid #993333;
}
#mainLinks {
	width: 820px;
	height: 26px;
	background-color: #993333;
	text-align: left;
	text-indent: 24pt;
	font-size: 0.85em;
	line-height: 26px;
	vertical-align: baseline;
	color: #F7F7F7;
	background-image: url(/Graphics/bg_Links.gif);
	border-right: 2px solid #993333;
	border-left: 2px solid #993333;
}

/* Das Aufklappmenu für die Kurse *******************************/
#klappMenu {
	position: absolute;
	width: 300px; /*Ueberlänge mit Absicht*/
	top: 135px;
	left: 76px;
	padding: 12px 12px 12px 12px;
	text-align: left;
	visibility: hidden;
	z-index: 20;
}
.klappMenuFirstItem {
	width: 200px;
	font-size: 12px;
	padding: 4px;
    background-color: #efefef;
	border: 1px solid #cccccc;
	z-index: 1;
}
.klappMenuItem {
	width: 200px;
	font-size: 12px;
	padding: 4px;
  background-color: #efefef;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	z-index: 1;
}
/* Content ist das Gefäss für die Box **********************************************/
#content {
	width: 820px;
	border-right: 2px solid #993333;
	border-bottom: 2px solid #993333;
	border-left: 2px solid #993333;
	background-color: #ffffff;
	text-align: left;
}
/* Seite Kurse: Content hat einen Hintergrund **********************************************/
#kurse #content {
	background-image: url(/Graphics/bg_KursMenu.gif);
}

/* In der Box ist aller Inhalt ***************************************/
#box{
	padding: 20px 30px 20px 32px;
	background-color: #ffffff;
}
/* auf der Seite 'Kurse' wird links das Menu dargestellt, deshalb hat die Box kein margin-left **/
#kurse #box {
	padding: 20px 30px 20px 0px;
	background-image: url(/Graphics/bg_KursMenu.gif);
}

#hpText {
	width: 460px;
	padding: 0px;
	float: left;
}
#hpText p {
	padding: 3px;
}

#hpAktuell {
	font-size: 12px;
	margin-top: 8px;
	width: 200px;
	float: right;
	padding: 3px;
	border: 1px solid #993333;
}
#hpAktuell p {
	margin: 0px;
	padding: 3px;
}
#hpAktuellTitel {
	color: #ffffff;
	width: 100%;
	height: 20px;
	background-color: #993333;
	text-align: center;
}
.hpAktuellItem {
	width: 100%;
	margin-top: 4px;
	background-color: #efefef;
	text-align: left;
	line-height: 1.4;
}
#hpDPDM {
	width: 460px;
	margin-top: 20px;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #993333;
}
#hpDPDM p {
	margin: 0px;
	padding: 3px;
}
#hpDPDMTitel {
	color: #ffffff;
	width: 100%;
	height: 20px;
	background-color: #993333;
	text-align: left;
}

#hpDPDMItem {
	width: 100%;
	margin-top: 4px;
	background-color: #efefef;
	text-align: left;
	line-height: 1.4;
}
#leftColumn {
	width: 200px;
	float: left;
}
.kursMenuItem {
	font-size: 13px;
	padding: 6px 10px 6px 32px;
	border-bottom: 1px solid #cccccc;
}
.kursMenuItem p {
	margin: 0 0 0 4px;
	font-size: 12px;
}
#kursAnmeldung {
	padding: 3px;
	margin: 6px 8px 6px 0px;
	font-size: 12px;
	border: 1px solid #993333;
}
#rightColumn {
	width: 554px;
	float: right;
	font-size: 0.92em;
}

.kursTitel {
	font-size: 110%;
	color: #993333;
}
.fotoAlbum {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #cccccc;
}
.fotoAlbumTitel {
	width: 100%;
	font-size: 105%;
	text-align: left;
	color: #993333;
	font-weight: bold;
	margin-bottom: 12px;
}



#footer {
	width: 820px;
	clear: both;
	padding-top: 3px;
	margin-bottom: 12px;
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.abstand {
	margin-left: 5px;
	margin-right: 5px;

}
.fett {
	font-weight: bold;
}
.liste {
	width: 100%;
	margin-top: 10px;
	padding-top: 6px;
	border-top: 1px solid #cccccc;
}
.liste p {
	margin: 6px 0px 6px 12px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#mainLinks a:link, #hpDPDMTitel a:link {
	color: #ffffff;
	text-decoration: none;
}
#mainLinks a:visited, #hpDPDMTitel a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mainLinks a:hover, #hpDPDMTitel a:hover {
	color: #999999;
	text-decoration: none;
}
#printerIcon {
	width: 20px;
	float: right;
}
/* für den NotenShop */
#notenshop #content {
	background-image: url(/graphics/bg_KursMenu.gif);
}
#notenshop #box {
	background-image: url(/graphics/bg_KursMenu.gif);
}
/* Warenkorb in der linken Spalte */
#wkOverall {
	position: relative;
	left: -20px;
	width: 168px;
	padding: 2px;
	font-size: 12px;
}
/* die Tabelle des Warenkorbs */
#wkOverall table {
	width: 100%;
	margin: 0 3px 0 3px;
}
#wkOverall td {
	margin-top: 10px;
	padding-top: 3px;
}
.titelZeile {
	height: 22px;
	padding-top: 2px;
	color: #ffffff;
	background-color:	#993333;
}
.datenZeile {
	border-top: 1px solid #CCCCCC;
	font-size: 92%;
}
#meldung {
	margin: 0 0 12px 12px;
	font-size: 11px;
	color: #FF0000;
}
#notenListe {
	margin: 0 0 0 12px;
	width: 100%;
}
#notenListe .kopfZeile {
	height: 22px;
	color: #FFFFFF;
	padding-left: 2px;
	background-color: #993333;
}

#notenListe .datenZeile td {
	padding: 3px 4px 3px 2px;
	background-image: url(../graphics/bg_shopDatenZeile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#notenListe .datenZeile .warenKorb {
	padding: 3px 2px 3px 2px;
	background-image: url(../graphics/bg_weiss.gif);
}
#notenListe .gruppenZeile {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #993333;
}
#wkVorschau {
	width: 100%;
	font-size: 11px;
}
.anzahlEx {
	font-size: 12px;
}
#notengruppenLinkOverall {
	position: relative;
	left: -16px;
	width: 168px;
	padding: 2px;
	font-size: 13px;
}