/* CSS Document */

/* **********   **********   **********   **********   **********   **********   **********   **********   **********   ********** */
/* **********   **********   **********   **********        Layout Seiten         **********   **********   **********   ********** */
/* **********   **********   **********   **********   **********   **********   **********   **********   **********   ********** */

body {
	/*font-family: lynda, Helvetica,Arial,sans-serif;				/* Schtiftart */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;											/* Schtifgröße */
	color: #F7F731;												/* Schtiffarbe */
}
a:link {
	color: #F7F731;												/* Verweis Farbe */
	text-decoration: none;										/* Verweis keine Dekoration */
	font-style:italic;
}
a:visited {
	text-decoration: none;										/* besuchter Verweis Dekoration */
	color: #F7F731;												/* besuchter Verweis Farbe */
}
a:hover {
	text-decoration: underline;									/* Verweis Dekoration bei Übergleiten */
	color: #FFFFFF;												/* Verweis Farbe bei Übergleiten */
}
a:active {
	text-decoration: none;										/* aktiver Verweis Dekoration */
	color: #FFFFFF;												/* aktiver Verweis Farbe */
}


@font-face { font-family: 'lynda';											/* Font Lynda einbinden */
             src: url('../font/lynda.ttf') format('truetype'); }
@font-face { font-family: 'stencil';										/* Font Stencil einbinden */
             src: url('../font/stencil.ttf') format('truetype'); }



.Label {
	font-family: stencil, Helvetica,Arial,sans-serif;
	font-size:12px;
}


h1 {
	font-size:24px;
	text-align:center;
}

@media only screen and (max-width: 599px) {
}



@media only screen and (min-width: 600px ) {
}







/* **********   **********   **********   **********   **********   **********   **********   **********   **********   ********** */




@media only screen and (min-width: 1260px ) {
}