@charset "UTF-8";
/* CSS Document WIBcms */
/* Theme: ModernLight */

/* --- Font-Embedding --- */
/* Web Fonts from http://www.fontsquirrel.com */

@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;
}

/* --- Grundeinstellungen, Raster und Lage --- */
body		{margin:0px; padding:0px; background-color:#eee; text-align:left;
			 font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif; font-size:.9em; line-height:1.1em; color:#222;}

/* Links allgemein */
a		{color:#11c; text-decoration:none;}
a:hover {text-decoration:underline; color:#c33;}

/* Überschriften */
h1, h2, h3, h4, h5 {line-height:1.3em; font-weight:600; color:#678; margin:0px;}
h1			{font-size:1.3em; color:#567; margin-bottom:20px;}
h2			{font-size:1.2em; margin-bottom:8px;}
h3, h4		{font-size:1.1em}

/* Aufzählungen, Listen */
ul, ol	{padding:2px 0px 8px 18px; margin:0px;}
abbr	{border-bottom:1px dotted #cc3; cursor:help;}
