﻿
@font-face { 
	font-family: sourcesanspro;
    src: url('http://www.galileomusic.de/fonts/OpenSans-Regular.ttf') format(opentype); 

}

@font-face {
	font-family: 'montserrat';
	src: url('/fonts/Montserrat-Light.eot');
	src: url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Montserrat-Light.woff') format('woff'),
		url('/fonts/Montserrat-Light.ttf') format('truetype'),
		url('/fonts/Montserrat-Light.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


body  {

	/*font-family: Helvetica, Arial;*/
    margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	/*text-align: center;  Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
    overflow-y: scroll;
	align-content: center;
	
    /* background-color: #474444;*/

  font-family: 'montserrat', Arial;
}

#wrapper {
	background-color: #fff;
	/*margin-left: 50px;
	width: 1500px !important;
	align-self: center;
	min-height: 800px;
	overflow: hidden;*/
}

#header {
	/*margin: 0px;
	width: 1500px;*/
	background-color: #fff;

}

#navleft {
	/*width: 250px;
	float: left;*/
    background-color: #fff;
	

}

#main {
	/*float: left;
	padding-left: 10px;*/
    background-color: #fff;
  /*  width: 1200px;
    min-height: 2000px;*/
}

#footer {
	background-color: #fff;
}

a {
   /* color: #000000;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#navleft ul {
	list-style: none;
	margin-left: -20px;
}

/*h1 {
    color: #5f5f5f;
}*/



