﻿@charset "utf-8";
/* IF-SME Standart CSS für alle Ausgabemedien */

/* Wichtige Farben
Grau 		= #EEEEEE
Blau 		= #070809
Dunkelblau 	= #000066
*/

/* Abstände aller Elemente werden auf Null gesetzt + weitere Formatierungen */
html, body, div, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, span, a, table, tr, td, form, input, textarea, select, option, blockquote, q, img {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* HTML, Body und Tabellen werden mit CSS versorgt */
html {
	/* overflow:scroll;	*/
}
html, body {
	color: #000000;
	font-size: 100.01%;	
	background:#ffffff url("../img/bg_website.gif") no-repeat center 220px;	
}


/* Allgemein gültige Formatierungen werden gesetzt */
p, ul {
	line-height: 1.5em;
	color: #000066;
	margin: 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.small {
	font-size: 0.75em;
}

h1 {
	font-size: 1.25em;
	color: #000066;
	margin-bottom: 15px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.15em;
}
h2 {
	font-size: 1.1em;
	color: #000066;
	margin-bottom: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 0.9em;
	color: #000066;
	margin-bottom: 5px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
h4 {
	font-size: 0.75em;
	color: #000066;
	margin-bottom: 2px;
}
h5 {
	font-size: 0.6em;
	color: #000066;
	margin-bottom: 0;
}
h6 {
	font-size: 0.5em;
	color: #000066;
	margin: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}

.red {
	color: #FF0000;
}
.grey {
	color: #CCCCCC;
}
.blue {
	color: #070809;
}
.darkblue {
	color: #000066;
}

.normal {
	font-weight: normal;	
}

pre {
	font-family: "Courier New", Courier, monospace;
}

blockquote, q {
	font-style: italic;
}

img {
	border: none;
}

hr {
	background-color: #708090;
	color: #708090;
	height: 1px;
	border: none;
	margin: 20px 0;
	}

acronym, abbr {
	padding-bottom: 1px;
	border-bottom-width: 1px;
    border-bottom-style: dashed;
    cursor: help;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}