
@font-face {
    font-family: 'fulbo';
    src: url('fulbo.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a { 
	color: #D90100;
	text-decoration:none; 
}
a:active, a:hover { 
	color: #333;
}

h2 {
	font-family: 'fulbo', Helvetica, Arial, sans-serif;
    font-size: 42px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: #F9F004;
    -webkit-text-stroke: 1px black;
}

h3 {
	font-family: 'fulbo', Helvetica, Arial, sans-serif;
    font-size: 34px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding: 10px;
    background: #F9F004;
    color: #000000;
    border: 14px solid black;
    border-image-source: url('border-small-css.png');
    border-image-slice: 14;
    border-image-repeat: round;
}

h3 a {
    color: #000000;
}

.titel {
	font-family: 'fulbo', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #000000;
}

#header {
    background:#F9F004; 
    text-align:center; 
    padding:20px;
}

#header_border {
    height:30px; 
    background: url('border.png') repeat-x;
}

#main {
    display: flex;   
    flex-direction: row;   
    flex-wrap: wrap;
    text-align: center; 
    justify-content: center;
	margin: 0;
	padding: 0;
    font: 42px Arial, sans-serif;
}

#contentwrapper, #sidebarwrapper {
    padding: 20px;
}

#content {
//    width: 80%; // mit Sidebar!
    width: 100%;
    min-width: 600px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#sidebar {
    width: 20%;
	margin: 0;
	font-size: 14px;
}

#footer {
    background:#F9F004; 
	color: #000000;
	font-size: 12px;
	padding: 20px 40px;
}

#footer a {
	color: #000000;
}

#footer_border {
    height: 30px;
    background: url('border_bottom.png') repeat-x;
}
