
/* ############# SEMANTIK ############# */

/* Hiermit werden ALLE Abstände auf null gestellt */
* {
	margin:0px;
	padding:0px;
}

/* Die Basisschriftgrösse wird im Body definiert. Falls nicht anderes angegeben, wird dies durchgehend vererbt. Bitte alle anderen Schriftgrössen in ems angeben (1em = Basisgrösse, 2em = doppelte Basisgrösse). Dies hat den Vorteil, dass mit der Einstellung der Grösse in "body" alle Schriftgrössen verändert werden. Tabellen (td tr etc sind davon nicht betroffen) */

body {
	font-family:Georgia, "Times New Roman", Times, sans-serif;
	background-color:#1a171b;
	line-height: normal;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

HTML, BODY { width:100%; height:100%; }

body.html {
	
}

h1, h2, h4, h5, h6 {
	margin-bottom:6px;
	margin-top:0;
	padding:0;
	font-weight:bold;
}

h1 {
	color:#333333;
	font-weight: normal;
	font-size:18px;
	padding-top:0px;
	padding-bottom:2px;
	line-height:23px;
}
h2 {
	color:#333333;
	font-weight: bold;
	font-size:18px;
	padding-top:0px;
	padding-bottom:2px;
	line-height:120%;
}
h3 {
	color:#333333;
	font-weight: normal;
	font-size:18px;
	padding-top:0px;
	padding-bottom:5px;
	line-height:120%;
	margin-bottom:0px;
}
h4 {
	font-size:12px;
	margin-bottom:3px;
	margin-top: 10px;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}

p {
	line-height:140%;
	font-size: 12px;
	margin-bottom: 12px;
	padding-top: 2px;
	
}

tr, td {
	font-size: 12px;
}

td p {
	padding:0;
	margin:0;
}

a, a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	color:#eed286;
	text-decoration:none;
}

a:active {
}

hr {
	border: 1px solid #fff5c9;
	margin: 0;
	padding: 0;
}



ul {
	line-height:17px;
	margin-bottom:15px;
	list-style-type: disc;
}
li {
margin-left:15px;
font-size: 12px;
list-style-type: disc;
}




blockquote {
}

cite {
}

address {
}

fieldset, label {
	font-size: 12px;
}

input, select, textarea {
	border:#999999 1px solid;
	font-size: 12px;
}
input {
	padding: 1px;
}

textarea {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

select {
}

img {
	border:none;
}

/* #############  TABELLEN  ############# */



table.Tabelle-Inhalt {

	border-collapse:collapse;
	
}
table.Tabelle-Inhalt td {

	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	margin:0;
}

table.Tabelle-Inhalt p {
	padding:0;
	margin:0;
}

table.Tabelle-Referenzen {
	width: 100%;
	padding:0;
	margin-bottom:8px;
	border-collapse:collapse;
	
}
table.Tabelle-Referenzen td {
	
	padding-bottom:10px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 10px;
	vertical-align: text-top;
	margin:0;
	border-bottom: 1px solid #fff5c9;
	
}

table.Tabelle-Referenzen th {
	padding-bottom:3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 0px;
	background-color:#fff5c9;
	margin:0;
	text-align: left;
}

table.Tabelle-Referenzen p {
	padding:0;
	margin:0;
}

table.Tabelle-Mitarbeiter {

	border-collapse:collapse;
	
}
table.Tabelle-Mitarbeiter td {

	padding-top:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:0px;
	margin:0;
}

table.Tabelle-Mitarbeiter p {
	padding:0;
	margin:0;
}

table.Tabelle_Salespartner {

	border-collapse:collapse;
	
}
table.Tabelle_Salespartner td {
	width: 250px;
	padding-top:0px;
	padding-bottom:25px;
	padding-left:0px;
	padding-right:0px;
	margin:0;
	vertical-align: text-top;
}

table.Tabelle_Salespartner p {
	padding:0;
	margin:0;
}

tr.Zeile-Gelb {
	background-color:#fff5c9;
}

/* #############  LINKS FUER RTE  ############# */
a.pdf-icon {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;

	padding-left:19px;
	margin-bottom:20px;
	margin-top:0px;
}

/* #############  ZEICHENFORMATE  ############# */
span.orange {
	color:#FF7500;
}
span.grau {
	color:#717171;
}
span.grau-bold {
	color:#717171;
	font-weight:bold;
}

/* #############  ABSTATZFORMATE  ############# */
p.Hintergrund-Gelb {
	background-color: #FFF5C9;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom:15px;
}