﻿/* KOMMENTAR */
/* Diese Einstellungen sind für alle gleich */

	@-ms-viewport{
		width:device-width;
	}

	@viewport{
		width:device-width;
	}


/* Grundlayout -------------------------------------------------*/

	html{   
		  font-family: Verdana, sans-serif;
		  background: #990033;
	}
	body { 
		  background: #cc9933;
		  color: #660000;
		}
	
	
/* Ueberschriften -------------------------------------------------*/

/* Blick ins Buch, Hoer doch mal, Infos, Autorenprofil*/
	.Ueberschrift_Bereich{
		font-weight: bold;
		color: #006622;
	}
	
/* White Space, SCRIBBOOK, Kinderbuch, Mentaltraining*/
	.Ueberschrift_Kategorie{
		font-weight: bold;
		color: #485775;
	}
	
/* Inhalte von :White Space, SCRIBBOOK, Kinderbuch, Mentaltraining*/
	.Ueberschrift_InhaltKategorie{
		font-weight: bold;
	}




/* Links -------------------------------------------------*/

a:link {
	text-decoration:underline;
	font-weight:regular;
	color:#303A4E;
	}
a:visited {
	text-decoration:none;
	font-weight:regular;
	color:#660000;
	}
a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#ff0;
	}
a:active {
	text-decoration:none;
	font-weight:regular;
	background-color:#cff;
	}
a:focus {
	text-decoration:none;
	font-weight:regular;
	background-color:#080;
	}

	



/* Text -------------------------------------------------*/

	.schraeg{
		font-style: oblique;; 
	}



















