/* ------------ Body Grundeinstellungen
-------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25; /* Unitless for proper inheritance */
	background: #fff;
	color: #000;
}
body {font-size: 75%;}   /* IE */
html > body {font-size: 12px;}  /* Other browsers */

/* ------------ Colors
-------------------------------------------------------------- */
.fontColor1 {color: #fff !important;}
.fontColor2 {color: #000 !important;}
/* Dunkel Rot */
.fontColor3 {color: #86171e !important;}
/* Dunkel Blau */
.fontColor4 {color: #003f5b !important;}
/* Dunkel Grau */
.fontColor5 {color: #666 !important;}
.fontColor6 {color: #cfcdcd !important;}
.fontColor7 {color: #6b6b6b !important;}
.fontColor8 {color: #05670d !important;}
/* Dunkel Grün*/
.fontColor9 {color: #086417 !important;}

/* ------------ BackgroundColors
-------------------------------------------------------------- */
/* Dunkel Rot */
.color1 {background-color: #86171e !important;}
/* Dunkel Blau */
.color2 {background-color: #003f5b !important;}
/* Dunkel Grün*/
.color3 {background-color: #086417 !important; }
/* Dunkel Grau */
.color4 {background-color: #666666 !important;}
/* Hell Grau*/
.color5 {background-color: #f2f2f2 !important;}
/* Weiss*/
.color6 {background-color: #fff !important;}

/* ------------ Fonts
-------------------------------------------------------------- */
.fontArt1 {font-family: Verdana, Arial, Helvetica, sans-serif;}
.fontArt2 {font-family: "Times New Roman", Times, serif;}

/* ------------ Abstände
-------------------------------------------------------------- */
.top0 {margin-top: 0px !important;}
.top5 {margin-top: 5px !important;}
.top10 {margin-top: 10px !important;}
.top15 {margin-top: 15px !important;}
.top20 {margin-top: 20px !important;}

.bottom0 {margin-bottom: 0px !important;}
.bottom5 {margin-bottom: 5px !important;}
.bottom10 {margin-bottom: 10px !important;}
.bottom15 {margin-bottom: 15px !important;}
.bottom20 {margin-bottom: 20px !important;}

/* ------------ Headings
-------------------------------------------------------------- */
h1 {font-family: "Times New Roman", Times, serif;}
h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {
	font-size: 1.7em;
	color: #86171e;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	line-height: 1.7em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	text-align: center;
	background-color: #003f5b;
	border-bottom: 1px solid #a6a6a6;
}
h3 {
	font-size: 0.9em;
	line-height: 1em;
	color:#666;
	text-transform: uppercase;
}
h4 {
	font-size: 0.9em;
	line-height: 1em;
	color: #86171e;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight:bold;
	color: #003f5b;
}
h6 {
	font-size: 1em;
	font-weight:bold;
	color: #003f5b;
}
h2 span {
	border-width: 0 1px;
	border-color: #D1D1D1;
	border-style: solid;
	padding: 0 10px;
}
#sidebar h2 {
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
}
h2.txtLeft {
  padding-left: 15px;
  text-align: left;
}

/* Text elements
-------------------------------------------------------------- */
p {
	font-size: 1em;
	line-height: 1.35em;
}
.sidebar p {
  margin: 0 0 5px 0;
	font-size: 0.9em;
}
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
.sidebar ul, .sidebar ol {
	margin: 0 0 0 1.5em;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 1.5em 0;
}
dl dt {
	font-weight: bold;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #86171e;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
}
blockquote {
	margin: 1.5em 0 1.5em 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
pre {
	margin-bottom: 1.3em;
	background: #eee;
	border:0.1em solid #ddd;
	padding:1.5em;
}
code {
	font:0.9em Monaco, monospace;
}
sup {
	line-height: 0;
	vertical-align: text-top;
	font-size:0.92em;
}

/* Horizontal rulers */
hr {
	background: #d1d1d1;
	clear: both;
	float: none;
	width: 475px;
	height: 1px;
	margin:0;
	padding:0;
	border: none;
}
* html hr {margin: 1em 0;} /* IE6 fix */
.separator hr {display:none;}
.separator {
	height: 1px;
	clear: both;
	float: none;
	display: block;
}
.separator.line {
	background: #d1d1d1;
	margin: 0 0 15px 0;
}
.separator.thick {
	background: #d1d1d1;
	height: 5px;
	margin: 0 0 20px 0;
}
.separator.dot {background: transparent url(../images/dot_hori.gif) left top repeat-x;}

/* ------------ Ausrichtungen
--------------------------------------------------------- */
.rightFloat {
	float: right !important;
	display: block;
}
.leftFloat {
	float: left !important;
	display: block;
}
.rightAlign {text-align: right;}
.leftAlign {text-align: left;}
.centerAlign {text-align: center;}

/* Rightfloating Object on Line */
.floater {
	margin:0;
	margin-top:-16px !important;
	height:auto;
	line-height: 1em;
	float:right !important;
}
.floater21 {
	margin:0;
	margin-top:-21px !important;
	height:auto;
	line-height: 1em;
	float:right !important;
}
.floaterHeadline {
	margin:0;
	float:right  !important;
	margin-top:-20px  !important;
	margin-right: 5px  !important;
	height:auto;
	line-height: 1em;
	position: relative;
	z-index: 9000;
}

/* Links
-------------------------------------------------------------- */
a.more {
	padding-right: 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #86171e !important;
	text-transform: uppercase;
	background-image: url(../images/arrows/arrow_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
a.more.left {
	padding-right: 0px;
	padding-left: 7px;
	background-position: left center;
	background-repeat: no-repeat;
}
a.more.twin {
	padding-right: 12px;
	background-image: url(../images/arrows/twin_arrow_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
a.more.twinleft {
	padding-left: 12px;
	background-position: left center;
	background-repeat: no-repeat;
}
a.linkmitIMG {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
a.linkmitIMG img {
	vertical-align: middle;
	margin: 0 0 5px 0;
}
a.normalLeft {
	padding-left: 5px;
	font-size: 0.9em;
	background-image: url(../images/arrows/arrow_red_left.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.normalRight {
  padding-right: 5px;
	font-size: 0.9em;
	background-image: url(../images/arrows/arrow_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
a.sel {
	color: #003f5b;
}
/* Tables
-------------------------------------------------------------- */

table {
	border:0;
	margin:0;
}
th, td {
	height: 1em;
	padding:0.2em 0.3em;
	border:0;
	font-size:0.92em;
	vertical-align: middle;
}
th {
	font-weight:bold;
}
td img {
	margin-bottom:-1px;
}
table tr.farbWechslerWeiss td, table tr.farbWechslerWeiss th {
	background-color: #fff;
}
table tr.farbWechsler1 td, table tr.farbWechsler1 th {
	background-color: #f8f8f8;
}
table tr.farbWechsler2 td, table tr.farbWechsler2 th {
	background-color: #ddd;
}
table tr.farbWechsler3 td, table tr.farbWechsler3 th {
	background-color: #fff;
}

/* Some default classes
-------------------------------------------------------------- */
p.small, .small {
	font-size: 0.8em;
	/*margin-bottom: 1.875em;
	line-height: 1.875em;*/
}
p.big {
	font-size: 1.2em;
	/*line-height: 2.5em;*/
}
p.quiet {
	color: #666;
}
.hide {
	display: none;
}
.noWrap {
	white-space: nowrap;
}
span.autor {
	border-right: 1px solid #666;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 0.8em;
	color: #666;
	text-transform: uppercase;
	line-height: 1.35em;
}

/* Mouse Cursor
--------------------------------------------------------------*/
.cursorDefault {
	cursor: default;
}
.cursorPointer {
	cursor: pointer;
}

/* Special text styles
--------------------------------------------------------------*/
