
/* ==========================================
Stylsheet für die Netzseite von Lady Marian
Datum: 2013
Datei: design.css
Autor: Gudrun WAGNER
Aufbau 	1. Kalibrierung und restauration
	2. Allgemeine Styles
	3. Styles für Layoutbereiche
		3.1. 
		3.2. 
		3.3 
	4. Sonstige Styles
   ==========================================*/




/* ==========================================
	1.Kalibrierung und Restauration
   ==========================================*/





* {padding: 0;  margin: 0; }

html{ overflow-y:scroll;}



/* ==========================================
	2.Allgemeine Styles
   ==========================================*/


body {
  background-color: black;
	color: moccasin;
	font-family: Arial, Verdana, Helvetica;
	font-size: 100%;
}




a:link { text-decoration:none; font-weight:bold; color:black; }	
a:visited {text-decoration:none;  font-weight:bold; color:darkred; }
a:hover {  text-decoration:none; font-weight:bold; font-style: italic; color:#cff; }
a:active { text-decoration:none; font-weight:bold; color:#cff; }
a:focus { text-decoration:none; font-weight:bold; color:#cff; }


a.orange { color: #FF7700;  font-family:'Arial','Times New Roman';
	  font-size:10pt; text-decoration:underline;}


/* ==========================================
	3.Layoutbereiche
   ==========================================*/


#seite {
  	width: 1000px;
	height:  1500px;
  	margin-left: auto;
	margin-right: auto;
	background-color: black;}


#inhalt {
  	background-color: firebrick;
	color: black;
	height: 1640px;
	width: 860px;
  	margin-left: 125px;
  	padding-left: 16px;
}

#steuerung {
  float: left;
  margin-top: 0px;
  width: 125px;
  height: 1600px;
  padding: 40px 4px 0px 12px;
  background-color: #FF7700;
  border: 0px solid black;
}




/* ==========================================
	3.1 Layoutbereiche 
   ==========================================*/


/* ==========================================
	3.2 Layoutbereiche 
   ==========================================*/

/* ==========================================
	3.3 Layoutbereiche 
   ==========================================*/


/* ==========================================
	4. Sonstige Styles
   ==========================================*/



/* ==========================================
	ENDE DES STYLESHEETS
   ==========================================*/

