/***************************************
Dient als Grundlage und wird immer als 1. eingebunden!
***************************************/

body {
	background: white;
	color: black;
	line-height: 135%;
	text-align: left;
}

body, table, input, select {
	font-family: 'Lucida Grande',Arial,Geneva,Verdana,sans-serif;
	font-size: 8.5pt;
	color: #00242B;
	line-height: 1.4em;
}

body, p, table, tr, td, input, div, form, select {
/*	font-size: inherit;*/
	margin: 0;
	padding: 0;
	line-height: 17px;
}

img {
	border: 0;
}

/* HEADLINES ********************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 115%;
}

/* Titel (extra large) */
h6 {
	font-size: 450%;
	color: #000000;
}

/* Haupttitel */
h1 {
	font-size: 170%;
	color: #C90016;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}

/* Untertitel*/
h2 {
	font-size: 170%;
	color: #7F0000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 125%;
	color: #00242B;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	font-size: 150%;
	margin-bottom: 0px;
	color: #344F5C;
	padding-bottom: 5px;
	margin-top: 5px;
}


/* Aufzaehlungen *******************/

ul {
	font-size: inherit;
	font-weight:normal;
	list-style-type:none;
	list-style-position:outside;
	margin:	0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

li  {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 5px;
}


/* Links *****************************/

a {
	text-decoration: none;
	font-weight: bold;
	color: #C90016;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.clearall {
	clear: both;
}

.plink {
	color: #002864;
	font-size: 100%;
/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
	text-decoration: none;
	background: url(../../images/div/plink.gif) left no-repeat;
	padding-left: 20px;
	padding-right: 0px;
}
.plink:hover {
	background: url(../../images/div/plink.gif) center right no-repeat;
	padding-left: 0px;
	padding-right: 20px;
}

.sphi {
	display: none;
}