/* CSS fuer Printdokumente
---------------------------------------------------
*/
body		{ font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; color:#333333; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF; }
p,td		{ font-size: 12px; line-height: 16px; font-family: Arial, Verdana, Helvetica, sans-serif;  color:#333333; background-color: #FFFFFF;}
table		{ text-align: left;}
caption,th	{ background-color:#8C8E8C;
			  color:#FFFFFF;
			  font-size:10px;
			  font-family:Verdana, Arial, Helvetica, sans-serif;
			  font-weight: bold;
			  padding:5px;
			}

hr			{ color:#CCCCCC; height:1px;}
h1			{ font-size: 16px; font-family: Arial, Verdana, Helvetica, sans-serif;  color:#333333; text-transform:uppercase}
h2			{ font-size: 14px; font-weight:bold; font-family: Arial, Verdana, Helvetica, sans-serif;  color:#333333;}
li			{ font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif;  list-style-type: square; }

.tbl_head_reg	{font-weight:bold;  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #333333;}

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

.small 		{ font-size: 10px; color:#000000 }

/* img 		{ filter:Gray();} */

.printTable	{ padding-left:15px; padding-right:15px; width:100%; }
.header, .logo{	padding-bottom:3px; }
.header		{ text-align:left; }
.logo		{ text-align:right; }

.printContent { }
.contentTable { height:100%; width:100%;}

.foot		{ font-size:12px; }
.linkCounter { font-weight:700; font-size:11px;}
.linkTitle	{ font-size:13px; font-weight:700; text-decoration:underline;}


/* @custom fluelaverlag.ch BRM */
 p, div, td {
	font-size: 11px;
	line-height: 11px;
 }
 p,
 address {
	margin-bottom: 0.6em;
	line-height: 1.5em;
	font-style:normal;
}

 address {
	color: black;
}

 a,
 a:link,
 a:visited,
 a:hover,
 a:active,
 a:focus { 
	color: #007BC1;
	text-decoration: underline;
	line-height: 1.5em;
}

 a:hover {
	text-decoration: none;
}

 h1,
 h2,
 h3,
 h4,
 p {
	padding: 0 0;
	margin: 0 0;
	
}

 h1,
 h2,
 h3,
 h4,
 h5 {
	color: #000000;
}

 h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px; *
	padding-top: 8px;
	padding-bottom: 0.4em;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #007BC1;
}

 h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.6em;
}

 h3 {
    color:#007BC1;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 0.4em;
}

 h4 {
	font-size: 1.1em; 
	font-style: italic;
	font-weight: bold;	
}

/* CSS Eigenschaften für vordefinierte Tabellen (fcktemplates.xml) */
 .table1 {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 505px;
	border-left:1px solid #007BC1;
	border-right:1px solid #007BC1;	
	border-bottom: 1px solid #007BC1;
}
 .table2 {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 400px;
}
 .table3 {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 505px;
	border-left:1px solid #007BC1;
	border-right:1px solid #007BC1;	
	border-bottom: 1px solid #007BC1;
}
 .table4 {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 505px;
	border-left:1px solid #007BC1;
	border-right:1px solid #007BC1;	
	border-bottom: 1px solid #007BC1;
}
 .table1 th,
 .table3 th,
 .table4 th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;		
	background-color: #e7e7e7;
	border-bottom: 1px solid #007BC1;
	border-top: 1px solid #007BC1;
}
 .table1 th h2,
 .table3 th h2,
 .table4 th h2{
	margin: 0px;
	padding: 0px;
}
 .table1 td,
 .table3 td,
 .table4 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #f8f8f8;
}
 .table1 td {
	width: 50%;
}
 .table3 td {
	width: 33%;
}
