/****************************************************************/
/* Allgemeine Definitionen																			*/
/* TOBIASPIERSCHEL.COM																					*/
/****************************************************************/

/* Farben																												*/
.grey{color:#b4b9b5;}
.black{color:#000000;}
.red{color:#990000;}
.green{color:#294838;}


/* Ueberschriften  																						*/
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;

	letter-spacing: 1px;
	text-transform:uppercase;
	color:#660000;
}


h1{
	margin:0px 0px 5px 0px;
	font-size:14px;
}

h2{
	font-size:11px;
	font-weight: bold;
}

h3{
	font-size:9px;
	color:#666666;
}
/******************************************************/
a           { color: #660000; text-decoration: none;font-weight:normal; }
a:hover     { color: #660000; text-decoration:underline; }

a.link-internal,
a.link-external,
a.link-mail,
a.link-download{ padding-left:16px;background-repeat: no-repeat;background-position: 0px 2px;}

a.link-internal	{ background-image: url("/fileadmin/media/icon/link-internal.gif"); }
a.link-external { background-image: url("/fileadmin/media/icon/link-external.gif"); }
a.link-mail			{ background-image: url("/fileadmin/media/icon/link-mail.gif"); }
a.link-download	{ background-image: url("/fileadmin/media/icon/link-download.gif"); }

a.internal-link, a.external-link-new-window ,a.mail, a.download{
		color:#660000;
		text-decoration: none;
}

a.internal-link:hover, a.external-link-new-window:hover ,a.mail:hover, a.download:hover{
		text-decoration:underline;
}

a.internal-link img,  a.external-link-new-window img, a.mail img, a.download img{
	border:none;
}


/* 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{
	padding-bottom:1em;
	margin:0px;

	color: #222;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	line-height: 1.5em;
}

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{}
/******************************************************/