@charset "UTF-8";
/* CSS Document WIBcms */
/* Theme: ClassicBlackCentered */

/* Font-Embedding */
/* Web Fonts from http://www.fontsquirrel.com */
@font-face {
 font-family: 'Amaranth';
 src: url('../fonts/Amaranth/amaranth-regular-webfont.eot');
 src: url('../fonts/Amaranth/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/Amaranth/amaranth-regular-webfont.woff') format('woff'),
 url('../fonts/Amaranth/amaranth-regular-webfont.ttf') format('truetype'),
 url('../fonts/Amaranth/amaranth-regular-webfont.svg#Amaranth') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'SourceSansPro';
 src: url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.eot');
 src: url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.woff') format('woff'),
 url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.ttf') format('truetype'),
 url('../fonts/SourceSansPro/sourcesanspro-regular-webfont.svg#SourceSansPro') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* --- Allgemeine HTML-Vorgaben für (fast) alle Bereiche --- */
body	{font-family:Arial,Helvetica,sans-serif; font-size:12px; line-height:18px; background-color:#333; color:#fff;}

/* --- Allgemeine HTML-Vorgaben für den Content (= editor.css für TinyMCE) --- */
img		{border:none;}
p		{margin-top:0px;}
/* Links allgemein */
a		{color:#dd3; text-decoration:none;}
a:hover, span {text-decoration:underline; color:#9af;}

/* Aufzählungen, Listen */
ul, ol	{padding:2px 0px 8px 18px; margin:0px;}
abbr	{border-bottom:1px dotted #cc3; cursor:help;}

/* Content */
h1,h2,h4 {font-size:16px; line-height:22px; font-weight:normal; text-decoration:none; color:#ff8200; margin:0px;}
h2	 {margin-top:12px;}

div.subnavigation {margin-left:30px;}
div.subnavigation a {font-size: 16px; line-height:24px; text-transform:uppercase;}

div.stern	{width:187px; height:185px; background:url(pictures/stern_rot.png); color:white; font-size:20px; line-height:26px; text-align:center; vertical-align:middle; transform: rotate(-5deg);}
div.stern a {color:white;}