/* * {	margin: 0px; } */

/* Schriftarten */
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.woff2') format('woff2'),
         url('opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansation_lightregular';
    src: url('sansation_light-webfont.woff2') format('woff2'),
         url('sansation_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sansationregular';
    src: url('sansation_regular-webfont.woff2') format('woff2'),
         url('sansation_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.woff2') format('woff2'),
         url('opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsme-Heavy';
    src: url('fsme-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsme-Light';
    src: url('fsme-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsme-Regular';
    src: url('fsme-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');


body {
	font-family: 'fsme-Regular';
//	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif; 
/*	font-family: 'open_sanslight';
	font-family: 'open_sansregular'; */
	font-size: 18px;
	#background-image: url("linien.jpg");
}

.error403 { 
	display: block; 
	width: 100%;
	text-align: center; 
}

.button01 {
	font-size: 25px;
	display: block;
	text-align: center;
	position:relative;
}

hr {
	border:solid #1DA8DF 1px;
}

#banner {
	background:url('../pics/banner_01.jpg') no-repeat center top; 
	display: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1200px;
	padding: 0px;
	height:300px;
	#border: solid 1px;
}

h1 {
	background-color: #1DA8DF;
	color: white;
	text-align: center;
    font-family: 'fsme-Heavy';
    border-radius: 5px;
}

h2 {
    font-family: 'fsme-Heavy';
	color: red;
}

.bigred {
	font-family: 'fsme-Heavy';
	font-size: 2em;
	color: red;
}

.green {
	font-family: 'fsme-Heavy';
	font-size: 2em;
	color: green;
}

h3 {
    font-family: 'fsme-Heavy';
	color: #148dea;
	text-align: left; 
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

b { color: red; }
i { color: rgb(0,0,153); }

div {
	max-width: 600px;
	margin: auto;
}

#footer {
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'fsme-Light';
/*	font-family: 'open_sansregular'; */
	color: #1DA8DF;
	font-size: 12px;
	text-align: center-right;
}

#hrfooter { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ffffff, #1DA8DF, #ffffff); }
hr { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ffffff, #1DA8DF, #ffffff); }

#end {
	max-width: 1200px;
	margin: auto;
	text-align: left;
}

.smiley  {
	font-size: 50px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-bottom: 15px;
	color: #1DA8DF;
}

.fsme-regular {
    font-family: 'fsme-regular';
}

.fsme-light {
    font-family: 'fsme-Light';
}
.mail {
    color: navy;
    font-family: 'fsme-Light';
}

.imp {
    float: right;
    text-decoration: none;
    color: #1DA8DF;
    
}

