/* ==================================
Stylesheet der "Vorschaltseite_Irene_Margil" 
Datei: vorschalt_style.css
Autor: Kristian Schlüter

/* ===================================
		1. Kalibrierung
		==============================*/

* { padding: 0; margin: 0;}

h2, p, ul, ol {margin-bottom: 1em; }

li { margin-left: 2em; }

ol ul { margin-bottom: 0;}
		
/* ===================================
		2. Allgemeine Styles
		==============================*/
		
html { height: 100%;
 }
		
body {
	background-color: #ffffff; 
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }



/* ======================
Hyperlinks        */

a {	
	text-decoration: none;
	outline: none;	
}

a:link { color: #666666; } /* nicht besuchte links */
a:visited { color: #cc6600; } /* besuchte links */
a:hover, a:focus { border-bottom: 1px solid #d90000; }
a:active { 	background-color: #d90000; 	color: white; }

/* ===================
Klassen IDs           */

#content{
	background-color: #cacaca;
	
}

.text {
	font-family: Arial, Verdana; sans-serif;
	font-size:24px;
	font-weight: bold;
	
}




