/*  ---------------------------------------- Allgemein ---------------------------------------- */

* { margin: 0px; padding:0; border: 0;}

body  {
	margin:0 0 0 0;
	padding:0px;
	font-family:"Trebuchet MS";
	font-size:80%;
	line-height:1.4em;
	color:#003d8f;
}

.clear { clear:both; }

/*  ---------------------------------------- Schriften ---------------------------------------- */

h1 {
	font-family:"Trebuchet MS";
	margin:0px 0 0px 0;
	font-size:1.4em;
	line-height:1,4em;
	color:#003d8f;
	font-weight:bold;
}

h2 {
	font-family:"Trebuchet MS";
	margin:0px 0 15px 0;
	font-weight:bold;
	font-size:1.2em;
	color:#003d8f;
	line-height:1.2em;
} 

h3 {
	margin: 15px 0 15px 0;
	font-size:1.1em;
	font-weight: bold;
	color:#003d8f;
} 

h4 {
	margin:15px 0 -15px 0;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:1.1em;
	line-height:1.2em;
	color:#003d8f;
}

h5 {
	margin: 15px 0 15px 0;
	font-size:1.2em;
	font-weight: bold;
	color:#003d8f;
} 

.inaktive {
	font-size:1.1em;
}

/* -------------------------------Mousover-Einstellungen für a:hover ------------------------------------*/

a { 
	color:#003d8f; 
	outline-style:none;
	text-decoration:underline;
}

a:hover { 
	color:#5d661a; 
	text-decoration:underline;
}

a.hcolor {
	color:#003d8f;
	text-decoration:none;
}

a.hcolor:hover {
	color:#5d661a;
	text-decoration:none;
}

a.hcolor2 {
	color:#4f4f4f;
	text-decoration:none;
}

a.hcolor2:hover {
	color:#265aa6;
	text-decoration:none;
}


/*  ---------------------------------------- Absatzeinstellungen ---------------------------------------- */
p {
    margin:15px 0 15px 0;
}

.padrechts{
	margin:0 0 0 35px;
}

.padrechts2 {
	margin:0 0 0 132px;
}

.padopben {
	margin:35px 0 0 0;
}


/*  ---------------------------------------- Zusätzliche Klassen ----------------------------------------- */

.blau {
	color:#a8bdd9;
}

.border {
	border:1px solid #003d8f;
}

.linie {
	border-bottom:#5d661a dotted 1px;
}

.linie2 {
	border-top:#5d661a dotted 1px;
}

.liste {
	list-style-position:outside;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	list-style:disc;
}

.liste2 {
	list-style-position:inside;
	padding:0 0 0 15px;
	list-style:disc;
	font-weight:bold;
}


.liste3 {
	list-style-position:inside;
	margin:0 0 0 0px;
	padding:0px 0 0 15px;
	list-style:disc;
	font-weight:normal;
}

.liste3 li {
	padding: 0 0 10px 0;
}

.rightfloat {
	float:right;
	margin: -50px 0 15px 15px;
}

.rightfloat2 {
	float:right;
	margin: 15px 0 5px 15px;
}

.rightfloat3 {
	float:right;
	margin: 0px 0 5px 15px;
}

.leftfloat {
	float:left;
	margin: 2px 15px 5px 0;
}

.leftfloat2 {
	float:left;
	margin: 2px 15px 25px 0;
}



