@charset "utf-8";body {
	padding: 0;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14pt;
	line-height: 130%;
	background-image: url(Bilder/edulab-seminare-logo-background.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: auto;
	float: none;
}/* ~~ Element-/Tag-Selektoren ~~ */ul, ol, dl { /* Aufgrund Browser-Unterschieden empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Die hier eingegebenen Werte werden hierarchisch auf die .nav-Liste angewendet, sofern Sie keinen spezifischeren Selektor festlegen. */	padding: 0;	margin: 0;}h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 15px;
	padding-left: 0px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ ist auch ein verschachteltes div-Tag mit seitlicher Auffüllung möglich. */
	line-height: 140%;
}a img { /* => kein blauer Rahmen um ein Bild mit Hyperlink */	border: none;	float: left;}/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */a:link {	color: #000066;	text-decoration: none; 	font-weight: 600;}a:visited {	color: #0000D7;	text-decoration: none;}a:hover, a:active, a:focus { /* => Tastatur Effekt = Maus */
	text-decoration: none;
	color: #00F;
	background-color: #FFF;
	text-align: center;
	line-height: 140%;
}/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */.container {
	width: 800px; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	font-family: "Lucida Sans Unicode", "Lucida Grande", "arial", sans-serif;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-top-color: #6C6C92;
	border-right-color: #006;
	border-bottom-color: #000;
	border-left-color: #A099FF;
	background-image: url(Bilder/edulab-seminare-810-cs5.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	box-shadow:2px 2px 5px #333333;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 130%;
}/* ~~ Dies sind die Spalten für das Layout. ~~ */.content {	padding: 10px 0;	width: 760px;	float: left;}/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */.content ul, .content ol { 	padding: 0 15px 15px 40px; /* Diese Auffüllung setzt die rechte Auffüllung in der obigen Regel für Überschriften und Absätze fort. Die Auffüllung wurde unten für den Abstand zwischen anderen Elementen in den Listen und links für den Einzug platziert. Sie können die Werte nach Bedarf ändern. */}/* ~~ Stile für die Navigationslisten ~~ */ul.nav {	list-style: none; /* Hiermit wird die Listenmarkierung entfernt. */	border-top: 1px solid #666; /* erstellt oberen Rand für die Hyperlinks. Alle anderen werden mit unteren Rand im LI-Element platziert. */	margin-bottom: 15px; /* Abstand zwischen den Navigationselementen und den Inhalten unten. */}ul.nav li {	border-bottom: 1px solid #666; /* Trennung der Schaltflächen */}ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */	padding: 5px 5px 5px 15px;	display: block; /* Blockeigenschaften für den Hyperlink, sodass das gesamte umschließende LI-Element aufgefüllt wird. Angabe, dass der gesamte Bereich auf einen Mausklick reagiert. */	width: 180px; /*Mit dieser Breite reagiert die gesamte Schaltfläche in IE6 auf Mausklicks. Ohne IE6 nicht nötig. Berechnen Sie die exakte Breite durch Subtrahieren der Auffüllung für diesen Hyperlink von der Breite des Containers für die Randleiste. */	text-decoration: none;	background: #C6D580;}ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Ändert Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur. */	background: #ADB96E;	color: #FFF;}/* ~~ Fußzeile ~~ */.footer {	padding: 10px 0;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */	clear: both;	cursor: sw-resize;	filter: Light;	position: relative;	left: auto;	right: auto;}/* ~~ Verschiedene float/clear-Klassen ~~ */.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende 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 fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */	float: left;	margin-right: 8px;}.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */	clear:both;	height:0;	font-size: 1px;	line-height: 0px;}
.Seminar-Themen {	width: 183px;	float: left;	margin: 5px;	padding-top: 5px;	padding-right: 2px;	padding-bottom: 2px;	padding-left: 2px;	border-top-width: thin;	border-right-width: medium;	border-bottom-width: thin;	border-left-width: thin;	border-top-style: outset;	border-right-style: outset;	border-bottom-style: outset;	border-left-style: outset;	border-top-color: #C7C2F8;	border-right-color: #C7C2F8;	border-bottom-color: #7E63FE;	border-left-color: #7E63FE;	border-radius: 5px;	box-shadow: 3px 3px #53538C;	background-color: #FBFBFF;}#Seminar-Beschreibung {	width: 189px;	float: left;	margin: 5px;	padding-top: 5px;	padding-right: 2px;	padding-bottom: 2px;	padding-left: 2px;}#Seminar-Headline {
	width: 792px;
	float: none;
	text-align: center;
	padding: 2px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-left: 4px;
}#Seminar-Themen {
	width: 286px;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #7E63FE;
	border-radius: 5px;
	box-shadow: 1px 1px #53538C;
	background-color: #FBFBFF;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
}#Seminar-Themen-re {
	width: 184px;
	float: right;
	margin: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #7E63FE;
	border-radius: 5px;
	box-shadow: 1px 1px #53538C;
	background-color: #FBFBFF;
}.Seminar-Inhalte {	width: 390px;	float: left;	margin: 5px;	padding-top: 2px;	padding-right: 2px;	padding-bottom: 2px;	padding-left: 2px;}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006;
	background-color: #FFF;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006;
	background-color: #FFF;
}.Seminar-Dozenten {	width: 183px;	float: left;	margin: 5px;	padding-top: 5px;	padding-right: 2px;	padding-bottom: 2px;	padding-left: 2px;	border-top-width: thin;	border-right-width: medium;	border-bottom-width: thin;	border-left-width: thin;	border-top-style: outset;	border-right-style: outset;	border-bottom-style: outset;	border-left-style: outset;	border-top-color: #C7C2F8;	border-right-color: #C7C2F8;	border-bottom-color: #7E63FE;	border-left-color: #7E63FE;	border-radius: 5px;	box-shadow: 3px 3px #53538C;	background-color: #FFFFFF;}#container {	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	color: #333;	background-color: #FFFFFF;	border-top-width: 3px;	border-right-width: 3px;	border-bottom-width: 3px;	border-left-width: 3px;	border-top-style: groove;	border-right-style: ridge;	border-bottom-style: ridge;	border-left-style: ridge;	border-top-color: #6C6C92;	border-right-color: #006;	border-bottom-color: #000;	border-left-color: #A099FF;	background-image: url(Bilder/edulab-seminare-810-cs5.gif);	background-repeat: no-repeat;	margin-top: 0;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;	width: 800px;	padding: 5px;	box-shadow: 3px 3px 3px #CDCCDA;}#seminare-navi {
	width: 190px;
	line-height: 130%;
	float: left;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 0px;
	border-right-style: none;
	margin-top: 2px;
}#seminare-navi2 {
	width: 800px;
	line-height: 24px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 1px;
}#Seminare-Rechts-edulab {	float: left;	width: 190px;	padding: 5px;}
#Seminare-Rechts {	float: left;	width: 190px;	padding: 2px;	margin: 5px;}
#seminare-mitte {	float: left;	width: 190px;	margin: 5px;	padding-top: 0px;	padding-right: 1px;	padding-bottom: 2px;	padding-left: 2px;}
#seminare-590 {
	width: 590px;
	margin: 5px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#seminare-tabelle {	float: left;	width: 790px;	background-color: #F4F5FF;	padding: 5px;	border-right-width: medium;	border-right-style: outset;	border-top-color: #006;	border-right-color: #CCC;	border-bottom-color: #006;}#Seminare-Video {	float: left;	width: 188px;}.Stil1 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}</style>.headline-seminare{	font-size: 14px;	font-family: Arial, Helvetica, sans-serif;	text-align:center}.Seminar-news {
	width: 590px;
	float: none;
	margin: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #7E63FE;
	border-radius: 5px;
	box-shadow: 3px 3px #53538C;
	background-color: #FBFBFF;
}
.Inhouse-Seminar {
	width: 590px;
	float: left;
	margin: 4px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #7E63FE;
	border-radius: 6px;
	box-shadow: 1px 1px #53538C;
}
.Inhouse-Training {
	width: 790px;
	float: left;
	margin: 4px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.Seminar-Inhalt {
	width: 273px;
	float: left;
	margin: 3px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #C7C2F8;
	border-radius: 5px;
	background-color: #FFFFFF;
	line-height: 140%;
}.Seminar-Dozenten {
	width: 285px;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #C7C2F8;
	border-radius: 5px;
	box-shadow: 0px 0px 1px #53538C;
	background-color: #F4F2FF;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
}#news-bild {	float: left;	width: 84px;}.dozenten-bild {	float: left;	width: 80px;}#news-text{
	float: left;
	width: auto;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	background-color: #FFF;
}.raum-bild {	float: left;	width: 182px;}.raum-text{
	float: left;
	width: 190px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	background-color: #FFF;
	margin-top: 10px;
}#Kurs-Dozenten-text{	float: left;	width: 200px;	margin-right: 2px;	margin-bottom: 4px;	margin-left: 2px;	background-color: #FFF;}center {	text-align: center;}
