/************************************************************************************
Datei:          index.css
Beschreibung:   Formatierungen der Elemente in index.html
Erstellt von:   Elias Sasek
*************************************************************************************/

/************************************/
/*Import weiterer Stylesheets        /
/************************************/

html,body{
  background-color:#011f39;
  margin:0;
	background-image: url(../../images/global_all/glob_background02.png);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Garamond,"Times New Roman",serif;
	font-size:18px;
	color:black;
	width:100%;
	height:100%;
}