@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-schulung.css
// Author: DH
// Änderungsdatum: 25.05.16
// Beschreibung: 	- Schulungen Elemente aus Liste
*******************************************************************************************/


/**** Layout für Mobilgeräte. */
.DIV-CLASS-SchulungText{
	display: block;
	width: 100%;
	margin-bottom: 50px;
	}
.DIV-CLASS-SchulungWrapper{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	}
.DIV-CLASS-SchulungLeft{
	float: left;
	width: 100%;
	display: block;
	}
.DIV-CLASS-SchulungRight{
	float: left;
	width: 100%;
	display: block;
	}
.SPAN-CLASS-SchulungDatum{
	width: auto;
	margin-right: 15px;
	display: block;
	float: left;
	}
.IMG-CLASS-SchulungTipp{
	display: block;
	vertical-align: middle;
	width: auto;
	height: auto;
	float: left;
	}
.SPAN-CLASS-SchulungZeit{
	font-weight: bold;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	}
.DIV-CLASS-SchulungTable{
	width: 100%;
	display: table;
	}
.DIV-CLASS-SchulungRow{
	width: 100%;
	display: table-row;
	margin-bottom: 10px;
	}
.DIV-CLASS-SchulungCellLeft{
	width: 100%;
	float: left;
	display: block;
	font-style: italic;
	margin-bottom: 5px;
	text-align: left;
	}
.DIV-CLASS-SchulungCellRight{
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	}	
.DIV-CLASS-SchulungBeschreibung{
	width:100%;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 40px;
	}
A:link.LINK-CLASS-Schulung {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 100%;
	display: block;
	text-decoration: underline;
	margin-bottom: 20px;
	
}
A:visited.LINK-CLASS-Schulung {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 20px;	
}
A:hover.LINK-CLASS-Schulung {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #312783;
	text-decoration: none;
	float: left;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 20px;	
}

/*Anmeldung*/
.INPUT-CLASS-Schulung{
	width: 100%;
	display: block;
	float: left;
	}
.SPAN-CLASS-SchulungFehler{
	color: #fa0000;
	display: block;
	float: left;
}
.INPUT-CLASS-SchulungButton{
	display: block;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {
.SPAN-CLASS-SchulungDatum{
	width: 100%;
	}
.IMG-CLASS-SchulungTipp{
	float: none;
	}
.DIV-CLASS-SchulungLeft{
	width: 20%;
	margin-bottom: 0;
	}
.DIV-CLASS-SchulungRight{
	width: 80%;
	margin-bottom: 0;
	}
.DIV-CLASS-SchulungCellLeft{
	width: 33%;
	display: table-cell;
	}
.DIV-CLASS-SchulungCellRight{
	width: 66%;
	display: table-cell;
	}

/*Anmeldung*/
.INPUT-CLASS-SchulungButton{
	width: 100%;
	margin-top: 25px;
	}
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {
.DIV-CLASS-SchulungCellLeft{
	width: 25%;
	}
.DIV-CLASS-SchulungCellRight{
	width: 75%;
	}
.DIV-CLASS-SchulungLeft{
	width: 15%;
	}
.DIV-CLASS-SchulungRight{
	width: 85%;
	}
A:link.LINK-CLASS-Schulung {
	font-size: 10pt;
	margin-bottom: 10px;

}
A:visited.LINK-CLASS-Schulung {
	font-size: 10pt;
	margin-bottom: 10px;

}
A:hover.LINK-CLASS-Schulung {
	font-size: 10pt;
	margin-bottom: 10px;

}
	
/*Anmeldung*/
.INPUT-CLASS-SchulungButton{
	width: auto;
	margin-top: 15px;
	}
	
	
}