/****************************************************************/
/* Allgemeine Definitionen																			*/
/* VISION POOL  |  TP																						*/
/****************************************************************/

/* Farben																												*/
.grey{color:#b4b9b5;}
.black{color:#000000;}
.red{color:#990000;}
.green{color:#294838;}


/* Ueberschriften  																						*/
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;

	color:#294838;
	text-transform: uppercase;
}


h1{
	margin:0px 0px 5px 0px;
	font-size:14px;
}

h2{
	font-size:11px;
	font-weight: bold;
}

h3{
	font-size:9px;
	color:#666666;
}

/* Headline mit Hintergrund*/
h4{
	width:auto;
	height:20px;
	
	padding-left:5px;
	
	line-height:20px;
	font-size:10px;
	font-weight: bold;
	color:white;
	
	background-color:#B1C5E7;
}
/******************************************************/

/* Links																								*/
a.pfeillink, .pfeillink a{
	font-weight: bold;
	
	color:#294838;
	
	padding-left:10px;
	
	background-image: url("/fileadmin/media/icon/pfeil.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	
	text-decoration: none;
}

a.pfeillink:hover, .pfeillink a:hover{
	color:#990000;
	text-decoration: underline;
	background-image: url("/fileadmin/media/icon/pfeil.gif");
}

a.pdflink, .pdflink a{
	font-weight: bold;
	
	color:#294838;
	
	padding-left:20px;
	
	background-image: url("/fileadmin/media/icon/pdf-mini.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	text-decoration: none;
}

a.pdflink:hover, .pdflink a:hover{
	color:#990000;
	text-decoration: underline;
	background-image: url("/fileadmin/media/icon/pdf-mini-over.gif");
}


/* Listen																							*/
ul.punktliste{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	margin-top:0px;
}

ul.punktliste li{
	background-image:url('/fileadmin/media/icon/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:8px;
}
/******************************************************/


/******************************************************/
/* Text																								*/
/******************************************************/
p{
	line-height:15px;
	padding:0px 0px 5px 0px;
	margin:0px;
}

table p{
	padding:0px;
}

strong{
	color:#294838;
}

span.sup{
	color:#990000;
}

span.price{
	font-size:15px;
	font-weight:bold;
}


/* Tabellen																						*/
table{
	margin:0px;
	padding:0px;

	text-align:left;
	border-spacing:0px;
}

table td{
	vertical-align:top;
}


/* Rahmentabelle */
/* Info: border-collaps entfernt !!*/
table.contenttable{
	width:100%;
	border:1px solid #b4b9b5;
	border-right:0px;
	border-bottom:0px;
	
}
table.contenttable td, table.contenttable th{
	padding:3px;
	margin:0px;
	border:1px solid #b4b9b5;
	border-left:none;
	border-top:none;
	background-color:#f1f1f1;
}
table.contenttable th{
	color:#294838;
}


/* PDF Download Tabelle */
table.downloadtable{
	width:100%;
}

table.downloadtable td,table.downloadtable th {
	padding:5px 0px;
	border-bottom:1px solid #b4b9b5;
}

table.downloadtable th{
	border-top:1px solid #b4b9b5;
	color:#294838;
}

table.downloadtable td.cat{
	background-color:#f1f1f1;
	color:black;
}


/* Standard Tabelle */
table.standard{
	width:100%;
}

table.standard td,table.standard th {
	padding:2px 0px;
}

table.downloadtable th{}
/******************************************************/