﻿/*****************************************/
/*** Text-Design elemente und Klassen  ***/
/*****************************************/



/** Überschriften **/

/* Große überschrift z.b. Startseite und Wrapper, nicht bei norm artikeln*/
div.componentheading {
	font-size:3.0em;
	padding:0.2em;
	border-bottom:0.1em solid Gray;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	line-height:1.0em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}



a.ancohr {
	text-decoration:none;
}


/** Css Klassen für Tabellen im Text **/

table.border {
	border-collapse:collapse;
	border: 1px solid grey;
	}
	
table.border th, td {
	border: 1px solid grey;
	padding:0.75em;
}
