@charset "UTF-8";
/* CSS Document WIBcms for Tiny MCE*/
/* Theme: ModernLight */
/* 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	{margin:0px; padding:0px; background-color:#f3f3f3; text-align:left;
		font-family:SourceSansPro,Arial,Helvetica,Tahoma,Verdana,sans-serif; font-size:1em; color:#111;}

/* --- Allgemeine HTML-Vorgaben für den Content (= editor.css für TinyMCE) --- */
img		{border:none;}
p		{margin-top:0px;}
img.lightbox {text-decoration:none;}

/* Links allgemein */
a		{color:#11c; text-decoration:none;}
a:hover {text-decoration:underline; color:#c33;}

/* Aufzählungen, Listen */
ul, ol	{padding:2px 0px 8px 18px; margin:0px;}
abbr	{border-bottom:1px dotted #cc3; cursor:help;}

/* Überschriften - hier bitte auch gleich für den Pflegebereich berücksichtigen, Danke! */
 h1, h2, h3, h4, h5 {line-height:1.25em; font-weight:600; text-decoration:none; color:#567; margin:0px;}
.h1,.h2,.h3,.h4,.h5,.h6,.p {line-height:1.25em !important; font-weight:normal !important;  background-color:#f3f3f3 !important; color:#567 !important;}
.h1 {font-size:1.6em !important}
 h1	{font-size:1.6em; margin-bottom:18px}
 h2	{font-size:1.4em; margin-top:12px}
 h3	{font-size:1.2em; margin-top:12px}
 h4	{font-size:1.2em; font-weight:400}
.h4 {font-size:1.2em !important}

div.subnavigation {margin-left:30px;}
div.subnavigation a {font-size: 16px; line-height:24px; text-transform:uppercase;}

/* --- Die Buttons für hervorgehobene Hinweise --- */
div.nobutton{width:245px; height:85px; font-size:16px; line-height:22px; font-weight:normal; color:#764E3F; padding-top:100px;}
div.stern	{position:relative; margin:0px auto; padding-top:50px; background:url(../media/Buttons/stern_rot.png);
			 width:187px; height:135px; color:white; font-size:20px; line-height:26px; text-align:center; vertical-align:middle; transform:rotate(-5deg);}
div.stern a {color:white;}

/* --- Diese styles sind nur für den Texteditor nötig (Text-Vergleich), schaden aber auch nicht auf der Webseite... --- */
del, del *	{background-color:#ffcccc; text-decoration:line-through;}
ins, ins *	{background-color:yellow; text-decoration:none;}
