/***************************************
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',Geneva,Verdana,Arial,sans-serif;
	font-size: 8.5pt;
	color: #325050;
	line-height: 1.4em;
}

body, p, table, tr, td, input, div, form, select {
/*	font-size: inherit;*/
	margin: 0;
	padding: 0;
}

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: #325050; /*blau */
/*	color: #A6D514; /*hellgrün*/

	padding-bottom: 5px;
	margin-bottom: 0px;
}

/* Untertitel*/
h2 {
	font-size: 125%;
	color: #FF9900; /*orange*/
/*	color: #A6D514; /*hellgrün*/
/*	color: #75960E; /*mittelgrün*/
/*	color: #425508; /*dunkelgrün*/
	border-bottom: 1px #000000 solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 100%;
	margin-bottom: 0px;
	color: #FF9900; /*orange*/
/*	color: #880101; /*weinrot*/
	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: underline;
	font-weight: bold;
	color: #325050;
/*	font-weight: bold;*/
}

a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

.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;
}