html {
  height: 100%;
  margin-bottom: 1px;
}
/* safari stuff */
html.body a { color: #c2272d; text-decoration: none }
body a { color: #c2272d; text-decoration: none }
div a { color: #c2272d; text-decoration: none }
td a { color: #c2272d; text-decoration: none }
tr a { color: #c2272d; text-decoration: none }
table a { color: #c2272d; text-decoration: none }


html.body a:link { color: #c2272d; text-decoration: none }
body a:link  { color: #c2272d; text-decoration: none }
div a:link  { color: #c2272d; text-decoration: none }
td a:link  { color: #c2272d; text-decoration: none }
tr a:link  { color: #c2272d; text-decoration: none }
table a:link  { color: #c2272d; text-decoration: none }

/* END safari stuff */

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
	
}

a:link, a:visited {
	color: #c2272d; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #666666;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p,  table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #666;	
}

fieldset {
	border: 1px solid #d2d8de;
}

#wrapper div, #wrapper p, #wrapper table, #wrapper td, #wrapper th {

}




span.pathway {
	padding-left: 10px;
	color: #999999;
}


div.componentheading {
  padding-left: 0px;
}


a.readon {
	margin-top: 10px;
	padding-right: 10px;
	line-height: 14px;
	height: 16px;
}

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


}

h2, .contentheading {
	padding: 0;
	padding-bottom: 2px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
	border-bottom: 1px solid #E7E7E7;
	color: #C2272D;
	text-transform: lowercase;
}


h3 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	

}

hr {
	height: 2px;
	border-bottom: 0px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
}
#mainbody h3 {
}

/* Editor Einstellungen */

span.rot {
	color: #C2272D;
}

table.unsichtbar {
	border-collapse: collapse;
}

table.unsichtbar td {
	padding-right: 20px;
	vertical-align: top;
	font-size: 12px;
}

table.unsichtbar td p {
	padding: 0;
	margin: 0;
}

table.standardtabelle {
	border-collapse: collapse;
}
table.standardtabelle td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
table.standardtabelle td p {
	padding: 0;
	margin: 0;
}

