/*
	Webauftritt created by Snapdesign
	Mehr Informationen unter www.snapdesign.ch
*/

@font-face {
    font-family: 'Fort';
    src: url('../fonts/Fort-Book.eot');
    src: url('../fonts/Fort-Book?#iefix') format('embedded-opentype'),
         url('../fonts/Fort-Book.woff') format('woff'),
         url('../fonts/Fort-Book.ttf') format('truetype'),
         url('../fonts/Fort-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Fort';
    src: url('../fonts/Fort-Bold.eot');
    src: url('../fonts/Fort-Bold?#iefix') format('embedded-opentype'),
         url('../fonts/Fort-Bold.woff') format('woff'),
         url('../fonts/Fort-Bold.ttf') format('truetype'),
         url('../fonts/Fort-Book.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}


*,html,body {
	margin:0px;
	padding:0px;
	background-color:#fffffb;
}


body {
	background-image: url('../img/background.gif');
	font-family:'Fort';
	font-size:16px;
	color:black;
}



.container {
	margin-top:200px;
}
.brand {
	font-size:60px;
	font-weight:bold;
}

.cl_1 {
	color:#787878;
}

.cl_2 {
	color:#bdc0b9;
}

h2 {
	color:#bdc0b9;
	font-weight: bold;
	font-size: 16px;
}

.subtitle {
	color:#787878;
}

a {
	color:#787878;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#bdc0b9;
	text-decoration: none;
}