@charset "utf-8";
body {
	padding: 0;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16pt;
	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 { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 5px;
	padding-left: 2px;
}
a img { /* => kein blauer Rahmen um ein Bild mit Hyperlink */
	border: none;
	float: left;
}

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;
}

/* ~~ 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", 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 #E6E6FA;
}


/* ~~ 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 (können entfernt werden, wenn Sie ein vordefiniertes Ausklappmenü wie Spry verwenden) ~~ */
ul.nav {
	list-style: none; /* Hiermit wird die Listenmarkierung entfernt. */
	border-top: 1px solid #666; /* Hiermit wird der obere Rand für die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
	margin-bottom: 15px; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
}
ul.nav li {
	border-bottom: 1px solid #666; /* Hiermit wird die Trennung der Schaltflächen erstellt. */
}
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 damit gesamte umschließende LI-Element aufgefüllt wird und der gesamte Bereich auf einen Mausklick reagiert. */
	width: 180px; /*Mit dieser Breite reagiert die gesamte Schaltfläche in IE6 auf Mausklicks. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	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 { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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: 796px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#Seminar-Themen {
	width: 184px;
	float: left;
	margin: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	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;
	background-color: #FBFBFF;
}


#Seminar-Themen-re {
	width: 183px;
	float: right;
	margin: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	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: #FFFFFF;
}
.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;
	line-height: 140%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006;
	line-height: 24px;
}

.Kurs-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: 1px 2px #53538C;
	background-color: #FFFFFF;
}

#container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	background-color: #F4F4FF;
	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: 0px 0px 1px #CDCCDA;
}
#seminare-navi {
	width: 189px;
	line-height: 150%;
	background-color: #FBFBFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right-color: #006;
}
#seminare-navi2 {
	width: 800px;
	line-height: 14px;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
#Seminare-Rechts-edulab {
	float: left;
	width: 190px;
	padding: 5px;
}
#Seminare-Rechts {
	float: left;
	width: 190px;
	padding: 2px;
	margin: 5px;
}

#seminare-all {
	float: left;
	width: 590px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#seminare-tabelle {
	float: left;
	width: 790px;
	background-color: #F4F5FF;
	padding: 5px;
	border-bottom-color: #006;
}
#Seminare-Video {
	float: left;
	width: 188px;
}
.Stil1 {
	font-size: 16px;
	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: 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: 1px 1px #53538C;
	background-color: #FBFBFF;
}
.Seminar-Inhalt {
	width: 276px;
	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: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C2F8;
	border-right-color: #C7C2F8;
	border-bottom-color: #7E63FE;
	border-left-color: #7E63FE;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.Kurs-Dozenten {
	width: 289px;
	float: left;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	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: #FFFFFF;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#news-bild {
	float: left;
	width: 84px;
}
.dozenten-bild {
	float: left;
	width: 80px;
}
#news-text{
	float: left;
	width: 500px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	background-color: #FFF;
}

.raum-bild {
	float: left;
	width: 182px;
}
.raum-text{
	float: left;
	width: 240px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	background-color: #FFF;
	margin-top: 16px;
}

#Kurs-Dozenten-text
{
	float: left;
	width: 200px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	background-color: #FFF;
}
center {
	text-align: center;
}
.button {
  background-color: #XDAF80; /* grey */
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
