/*/////////////*/
/*// BACKEND //*/
/*/////////////*/

.htmlarea-content-body {
	font: 11px Verdana;
	color:#000;
	line-height: 135%;
	margin:0;
	padding:3px;
	background-color:#FFFFFF;
}

.htmlarea-content-body TD, .htmlarea-content-body UL, .htmlarea-content-body OL, .htmlarea-content-body TF { font-size:11px; }

/*//////////////*/
/*// FRONTEND //*/
/*//////////////*/

/** Preistabelle */

table.pricetable { width: 100%; border-collapse: collapse; border: 1px solid #000000; }
table.pricetable td { padding: 3px; border: 1px solid #000000;}
table.pricetable td.price-leading { width: 250px; }
table.pricetable td.price-content { width: 100px; }
table.pricetable td.price-color-sommer { background-color: #FA7E08; color: #FFFFFF }
table.pricetable td.price-color-sommer-light { background-color: #FDD6B1; }
table.pricetable td.price-color-winter { background-color: #0B2F91; color: #FFFFFF }
table.pricetable td.price-color-winter-light { background-color: #CDD6F3; }



/*------ TEXT ------*/
.htmlarea-content-body p, .htmlarea-content-body td, .htmlarea-content-body th {
	font-size: 11px;
	line-height: 135%;
	vertical-align: top;
}
.htmlarea-content-body td p, .htmlarea-content-body th p {
	margin: 5px 0 5px 0;
}
/* Abstand vor und nach Absätzen im IE vergrößern, wegen Tabellen*/
*html .htmlarea-content-body TD, *html .htmlarea-content-body TH {
	padding-top:3px;
	padding-bottom:3px;
}


hr { height: 0px; border-bottom: 1px dotted #333; border-top: 0px;  padding: 10px 0 10ox 0;}

.htmlarea-content-body .align-left			{ text-align: left; }
.htmlarea-content-body .align-center	{ text-align: center; }
.htmlarea-content-body .align-right 		{ text-align: right; }


/*------ BULLETTS ------*/
#content ul, .htmlarea-content-body ul { list-style-image: url(/fileadmin/media/_statics/listbullet.gif); list-style-position: outside; margin-bottom:0; }
#content li, .htmlarea-content-body li { padding-bottom: 8px; }
#content ul li, .htmlarea-content-body ul li, #content ol li, .htmlarea-content-body ol li { margin-left: -22px; }


/*--------- HYPERLINKS ---------*/
/*------ hyperlinks: text ------*/
.htmlarea-content-body a, .htmlarea-content-body a:link, .htmlarea-content-body a:visited, 
a, a:link, a:visited {		
	color:#f3a800;
	text-decoration:none;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active,
a:hover, a:active {
	color:#f3a800;
	text-decoration:underline;
}

p.align-center {
	text-align: center;
}

/*------ hyperlinks: download, mail, external ------*/
a.download:link, a.download:visited, a.download:hover, a.download:active {
	background: url(/fileadmin/media/_statics/link_download-or.gif) right no-repeat;
	padding-right:14px;
}
a.download:hover, a.download:active {
	background: url(/fileadmin/media/_statics/link_download.gif) right no-repeat;
}
a.mail:link, a.mail:visited, a.mail:hover, a.mail:active {
	background: url(/fileadmin/media/_statics/link_mail-or.gif) right no-repeat;
	padding-right:17px;
}
a.mail:hover, a.mail:active {
	background: url(/fileadmin/media/_statics/link_mail.gif) right no-repeat;
}
a.external:link, a.external:visited, a.external:hover, a.external:active {
	background: transparent url(/fileadmin/media/_statics/link_external-or.gif) no-repeat right 1px;
	padding-right:14px;
}
a.external:hover, a.external:active {
	background: transparent url(/fileadmin/media/_statics/link_external.gif) no-repeat right 1px;
}
a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:active {
	background: transparent url(/fileadmin/media/_statics/link_pfeil-or.gif) -1px left no-repeat;
	padding-left:10px;
}
a.pfeil:hover, a.pfeil:active {
	background: transparent url(/fileadmin/media/_statics/link_pfeil.gif) -1px left no-repeat;
}


/*------ HEADLINES ------*/
/* Fließtext gross */
h1, h2 {
	/*margin: 20px 0 15px 0 !important;*/
	font-weight: bold; 
	line-height: 135%; 
	font-size: 12px;
	color: #f3a800;
}

h1 {
  font-size: 18px;
  padding: 0 0 15px 0;
}
h1 a, h2 a {
	color: #f3a800 !important;
	text-decoration: none !important;
}


/*------ HIGHLIGHTS ------*/
span.highlight	{ color: #f3a800; }
span.small 	{ font-size: 80%; }



