@font-face {
    font-family:"myfont";
    src: url("sourcesanspro-regular.ttf.woff") format('woff');
}
@font-face {
    font-family:"myfont-IE";
    src: url("sourcesanspro-regular.eot");
}
@font-face {
    font-family:"myfont-b";
    src: url("sourcesanspro-bold.ttf.woff") format('woff');
}
@font-face {
    font-family:"myfont-IE-b";
    src: url("sourcesanspro-bold.eot");
}
@font-face {
    font-family:"myfont-sb";
    src: url("sourcesanspro-semibold.ttf.woff") format('woff');
}
@font-face {
    font-family:"myfont-sb-IE";
    src: url("sourcesanspro-semibold.eot");
}
body, html {
    font-family: myfont-IE, myfont, Arial, sans-serif;
    background-color:#374350;
}
#fett {
    font-family: myfont-b-IE, myfont-b, Arial, sans-serif;
}
#seite {
    max-width: 815px;
    margin: 0 auto 30px;
    background-color:#f4f4f0;
    border-left:15px solid #303a44;
    border-right:15px solid #303a44;
    border-bottom:15px solid #303a44;
}
#mitte {
    margin:0 74px;
    height:auto;
}
#inhalt {
    float: left;
    max-width:407px;
}
#inhalt1 {
    max-width:320px;
}
#inhalt2 {
    float: right;
    width:260px;
}
#inhalt3 {
    clear: both;
    margin:0 74px;
}
#inhalt4 {
    float: left;
    width:260px;
}
#inhalt5 {
    float: left;
    width:260px;
}
#kopfbereich {
    margin:0 55px;
    padding-top:50px;
    margin-bottom:30px;
    background-color:#f4f4f0;
}
#steuerung {
    margin:0 74px 25px;
    align: right;
}
#fussbereich {
    margin:30px 74px;
	padding-top:30px;
    max-width:815px;
    clear: both;
}
#fussleft {
    float: left;
    max-width:587px;
}
#fussleft1 {
    text-align:left;
    font-size:15px;
    max-width:587px;
}
#fussright {
    float: right;
    text-align:right;
    width:170px;
    text-decoration:none;
}
.semibold14 {
    font-family: myfont-sb-IE, myfont-sb, Arial, sans-serif;
    font-size:14px;
    line-height: 1.4em;
}
.regular15 {
    font-size:15px;
}
.regular14 {
    font-size:15px;
}
a.nav {
    font-family: myfont-sb-IE, myfont-sb, Arial, sans-serif;
    font-size:15px;
    text-decoration: none;
    color:#85001c;
}
a.nav:hover {
    text-decoration: none;
    color:#666699;
}
hr {
	border:none;	
	border-top:2px #b0b0af solid;
	height: 2px;
}
h1, h2 {
    font-family: myfont-IE-b, myfont-b, Arial, sans-serif;
    line-height:1.2 em;
    font-size:17px;
    color:#697586;
    font-weight: normal;
}
p {
    line-height:1.2 em;
    font-size:16px;
    color:#213043;
    font-weight: normal;
    margin-bottom:15px;
    margin-top:5px;
}
p.s {
    line-height:1.2 em;
    font-size:16px;
    color:#213043;
    font-weight: normal;
    margin-bottom:5px;
    margin-top:5px;
}
h2 {
    margin-top:25px;
    margin-bottom:15px;
}
a {
    text-decoration: underline;
    color:#28333d;
}
li:before {
    content:"\2022";
    font-size:0.8em;
    vertical-align:middle;
    position: absolute;
    left: 2em;
    top: 0.1em;
}
li {
    list-style: none;
    padding-left: 3em;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 0.5em;
}
* {
    margin:0;
    padding:0;
}