﻿/* Tags */

p
{
	font-size: 0.8em;
	margin-top: 1px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #004284;
}

h1
{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #004284;
}
h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #004284;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #004284;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #004284;
}
h5
{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #004284;
}
h6
{
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #004284;
}
dd
{
	font-size: 0.8em;
	margin-top: 1px;
	margin-bottom: 7px;
}
dt
{
	font-size: 0.8em;
	margin-top: 1px;
	margin-bottom: 7px;
}

ol
{
    color: #004284;
    list-style-type: decimal;
    /* margin-left: 25px; */
}
ul
{
    /* list-style-image: url("dreieck_8x10.gif"); */
    color: #004284;
    list-style-type: square;
    /* margin-left: 20px; */
}
li
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
    color: #004284;
    margin-top: 1px;
    margin-bottom: 1px;
}

li p
{
    font-size: 9pt;
    margin-top: 1px;
    margin-bottom: 5px;
}

a {
	color: #004284;
	font-weight:bold;	
}
a:visited {
	color: #004284;
	font-weight:bold;	
}
a:active {
	color: #004284;
	font-weight:bold;
}
a:hover {
	color: #FA640A;
	font-weight:bold;
}
.bildlinks {
	float: left;
	padding: 0px; /* Abstand zwischen Bild und Rahmen */
	margin-right: 5px; /* Abstand rechts zwischen Rahmen und Text */
	margin-bottom: 0px; /* Abstand unten zwischen Rahmen und Text */
	margin-left: 0px;
}
.bildrechts {
	float: right;
	padding: 3px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.clearBoth {
	clear: both;
	margin-right: 10px;
}

.KastenRechtsOrange {
	width: 485px;
	background: #FBEBE1;
	padding-right: 5px;
	margin-right: 5px;
}

.linie {
	height: 1px;
	color: #004284;
	margin-bottom: 12px;
}
.gridHeader {
	background-color:#D8E2EC;
	border:1px solid #D8E2EC;
	/*border:1px solid #feeeb3; 
	background-color:#ffdbc5;
	border:1px solid #ffa56f;*/
}

.gridHeader p {
	margin-top:2px;
	margin-bottom:2px;
}

.gridItem {
	border:1px solid #D8E2EC;
	/*border:1px solid #ffa56f; */
}

.gridItem p {
	margin-top:2px;
	margin-bottom:2px;
}
.orange {
	color: #FA640A;
}
.bildVerlinkt{
	border: 0000;
}


