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

.htmlarea-content-body {
	font: 11px Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	margin:0;
	padding:3px;
	background-color:#e8eff5;
}

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

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



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

/*------ TEXT ------*/
.htmlarea-content-body p, .htmlarea-content-body td, .htmlarea-content-body th, 
#contentholder p, #contentholder TD, #contentholder TH {
	margin: 5px 0 10px 0;
	/*line-height: 1.7em; unkompatibel mit jQuery.autolineHeight() */
	vertical-align: top;
	color: #002036;
}

/* Abstand vor und nach Absätzen im IE vergrößern, wegen Tabellen */
* html .htmlarea-content-body TD, * html .htmlarea-content-body TH, 
* html #contentholder TD, * html #contentholder TH {
	padding-top:3px;
	padding-bottom:3px;
	color: #002036;
}
* html #contentholder p { line-height: 1.5em !important; }

/*------ LINE ------*/
hr { 
	height: 0px;
	padding: 0;
	margin: 0 0 10px 0 !important;
	border-bottom: 1px solid #c4cdd6; 
	border-left: 0;
	border-right: 0;
	border-top: 0;
}


/*------ BULLETTS ------*/
#contentholder ul, 
.htmlarea-content-body ul {
	margin-bottom: 15px;
	list-style-image: url(../../fileadmin/media/_statics/listbullet.gif);
	list-style-position: outside; 
	line-height: 1.8em;
	padding-left: 20px;
	color: #002036;
}
* html #contentholder ul { 	list-style-image: none !important; /* IE6 Bug: DIV Height */ }




/*--------- HYPERLINKS ---------*/
/*------ hyperlinks: text ------*/
.htmlarea-content-body a, .htmlarea-content-body a:link, .htmlarea-content-body a:visited {
	color:#4C5A69 !important;
}
a, a:link, a:visited {
	color:#4C5A69;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active {
	color:#295BA7 !important;
	text-decoration: none !important;
}
a:hover, a:active {
	color:#295BA7;
	text-decoration: none;
}


/*------ hyperlinks: download, mail, external ------*/
a.download:link, a.download:visited, a.download:hover, a.download:active {
	background-image: url(../../fileadmin/media/_statics/links/link_download.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:14px;
}
a.download:hover, a.download:active { background-image: url(../../fileadmin/media/_statics/links/link_download-hover.gif); }

a.mail:link, a.mail:visited, a.mail:hover, a.mail:active {
	background-image: url(../../fileadmin/media/_statics/links/link_mail.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}
a.mail:hover, a.mail:active { background-image: url(../../fileadmin/media/_statics/links/link_mail-hover.gif); }
	
a.external-link:link, a.external-link:visited, a.external-link:hover, a.external-link:active {
	background: transparent url(../../fileadmin/media/_statics/links/link_external.gif) no-repeat right 1px;
	padding-right:14px;
}
a.external-link:hover, a.external-link:active { background: transparent url(../../fileadmin/media/_statics/links/link_external-hover.gif) no-repeat right 1px; }

a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:active {
	background: transparent url(../../fileadmin/media/_statics/links/link_pfeil.gif) no-repeat 3px -1px;
	padding-left:12px;
}
a.pfeil:hover, a.pfeil:active { background: transparent url(../../fileadmin/media/_statics/links/link_pfeil-hover.gif) no-repeat 3px -1px; }

a.seo:link, a.seo:visited {
	color:#002036 !important;
	text-decoration: none !important;
}
a.seo:hover, a.seo:active {
	color:#002036 !important;
	text-decoration: none !important;
}


/*------ EINRÜCKUNG ------*/
blockquote { 
	margin-left: 3em; /* wie h3 */
	padding: 0 0 0.5em 1em; 
	color: #002036; /*777a7c;*/
	border-left: 5px solid #0067af; /*b4babe*/
}

/*------ HEADLINES ------*/
h1, h1 a {
	color: #295BA7 !important;
}
.htmlarea-content-body h1, 
h1 {
	padding: 5px 8px; 
	margin: 1em 0;
	border: 1px solid #A3B3BE; 
	background-color: #F6F7F9;
	font-weight: bold;  
	line-height: 1.75em;
	font-size: 1em;
}
/*---*/
h2, h2 a {
	color: #8c9ca7 !important;
}
.htmlarea-content-body h2, 
h2 {
	padding: 5px 8px; 
	margin: 1em 0;
	border: 1px solid #A3B3BE; 
	background-color: #F6F7F9;
	font-weight: bold;  
	line-height: 1.75em;
	font-size: 1em;
}
/*---*/
h3, h3 a {
	color: #295BA7 !important;
}
.htmlarea-content-body h3, 
h3 {
	font-weight: bold;
	margin: 1em 0 0.5em 0; 
	line-height: 1.75em;
	font-size: 1em;
}
/*---*/
h4, h4 a {
	color: #8c9ca7 !important;
}
.htmlarea-content-body h3, 
h4 {
	font-weight: bold;
	margin: 1em 0 0.5em 0; 
	line-height: 1.75em;
	font-size: 1em;
}




/*-------- HIGHLIGHTS - <span> ------*/
span.unimportant { font-size: 0.8em; }
span.highlight, span.highlight a { color: #295BA7 !important; }

/*--------- HIGHLIGHTS - <p> --------*/
.unimportant { font-size: 0.8em; }
.highlight, .highlight a { color: #295BA7 !important; }
.alert { padding: 5px 8px; background: #FF0000; border: 1px solid #df0000; }
.alert, .alert a { color: #fff !important; }


/*------------- TABLES --------------*/

/*------------- TABLE-LAYOUT 1 --------------*/
table.tablestyle-1 { 
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #A3B3BE;
}
table.tablestyle-1 td { padding: 3px 5px; }
table.tablestyle-1 th { padding: 5px 5px; 
	color: #8c9ca7 !important; 
	font-weight: bold; 
	font-size: 11px; 
	vertical-align: bottom; 
	text-align: left; 
}
table.tablestyle-1 th.preis { color: #758692 !important; }

table.tablestyle-1 td.even { background-color: #e4ebf0; }
table.tablestyle-1 td.odd 	{ background-color: #F6F7F9; }

table.tablestyle-1 tr.even { background-color: #e4ebf0; }
table.tablestyle-1 tr.odd 	{ background-color: #F6F7F9; }

table.tablestyle-1 th.border-bottom,
table.tablestyle-1 td.border-bottom { 
	border-bottom: 1px solid #A3B3BE;
}
table.tablestyle-1 th.preis,
table.tablestyle-1 td.preis { 
	width: 80px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #d9e2e9;
}
table.tablestyle-1 th.preis { text-align: center; }
table.tablestyle-1 td.preis { text-align: right; }

table.tablestyle-1 tr:hover td {
	background-color: #bdcad3 !important;
}
table.tablestyle-1 .align-left, .align-left		{ text-align: left; }
table.tablestyle-1 .align-center, .align-center	{ text-align: center; }
table.tablestyle-1 .align-right, .align-right {text-align: right;}


/*------------- TABLE-LAYOUT 2 --------------*/
table.c3l1 h1 {
	padding: 0 5px !important;
	margin: 0px !important;
	background: #dbdbdf !important;
}
td.c3l1-left_winter-top { 	border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_winter/borderpool/3cols_1_1.gif);background-repeat: no-repeat; }
td.c3l1-left_aktuell-top { 	border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_winter/borderpool/3cols_aktuell-1.gif);background-repeat: no-repeat; }
td.c3l1-left_news-top { 	border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_winter/borderpool/3cols_aktuell-1_e.gif);background-repeat: no-repeat; }
td.c3l1-middle_winter-top { border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_winter/borderpool/3cols_1_2.gif);background-repeat: no-repeat; }
td.c3l1-right_winter-top { 	border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_winter/borderpool/3cols_1_3.gif);background-repeat: no-repeat; }
td.c3l1-left_sommer-top { 	border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_sommer/borderpool/3cols_1_1.jpg);background-repeat: no-repeat; }
td.c3l1-middle_sommer-top { border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_sommer/borderpool/3cols_1_2.jpg);background-repeat: no-repeat; }
td.c3l1-right_sommer-top { 	border: solid #A3B3BE; border-width: 1px 1px 0px 1px; height: 35px; background-image: url(/fileadmin/media/_statics_sommer/borderpool/3cols_1_3.jpg);background-repeat: no-repeat; }
td.spacer { padding: 2px; }
td.c3l1-left, td.c3l1-middle, td.c3l1-right { border: 1px solid #A3B3BE; padding: 3px; width: 33%; background-color: #F6F7F9; white-space:normal; font-size: 10px; line-height: 14px; }
