@charset "UTF-8";

	/*******************************
	* WASABI TPLS                  *
	*******************************/



/*	+++++++++++++++++
	+++ HEADLINES +++
	+++++++++++++++++ */

h1, h1.layout1, h2.layout1, h3.layout1, h4.layout1, h5.layout1, h6.layout1 {
	margin:0;
	padding:0 0 7px 0;
	font:bold 20px/28px Arial,Helvetica,sans-serif;
	color:#9C9B7E;
}
h2, h1.layout2, h2.layout2, h3.layout2, h4.layout2, h5.layout2, h6.layout2 {
	font:bold 18px/24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
}
h3, h1.layout3, h2.layout3, h3.layout3, h4.layout3, h5.layout3, h6.layout3 {
	font:bold 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:blue;
}
h4, h1.layout4, h2.layout4, h3.layout4, h4.layout4, h5.layout4, h6.layout4 {
	font:normal 16px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
h5, h1.layout5, h2.layout5, h3.layout5, h4.layout5, h5.layout5, h6.layout5 {
	font:normal 16px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:gray;
}
h6, h1.layout6, h2.layout6, h3.layout6, h4.layout6, h5.layout6, h6.layout6 {
	font:normal 16px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:gray;
}



/*	++++++++++++++++
	+++ ELEMENTS +++
	++++++++++++++++ */

hr {
	height:0;
	margin:10px 0;
	color:white;
	border-bottom:1px solid red;
}
table th, table td {padding:3px;}



/*	+++++++++++++++++++++++
	+++ GENERAL CLASSES +++
	+++++++++++++++++++++++ */

.hidden {display:none;}
.block {display:block;}

.floatLeft {float:left;}
.floatRight {float:right;}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.justify {text-align:justify;}

.helpCursor {cursor:help;}
.pointerCursor {cursor:pointer;}
.defaultCursor {cursor:default;}

.nowrap {white-space:nowrap;}
.overflowHidden {overflow:hidden;}

/* new clearfix */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix {zoom:1;}/* IE6 */
*:first-child+html .clearfix {zoom:1;}/* IE7 */



/*	+++++++++++++++++++
	+++ RTE-CLASSES +++
	+++++++++++++++++++ */

span.underline {text-decoration:underline;}
span.strike {text-decoration:line-through;}

p.left, td.left, h1.left, h2.left, h3.left, h4.left, h5.left, h6.left {text-align:left;}
p.center, td.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {text-align:center;}
p.right, td.right, h1.right, h2.right, h3.right, h4.right, h5.right, h6.right {text-align:right;}
p.justify, td.justify, h1.justify, h2.justify, h3.justify, h4.justify, h5.justify, h6.justify {text-align:justify;}

img.border {border:1px solid black;}
img.rightFloated {float:left;padding:0 5px 0 0;border:none;}
img.leftFloated {float:right;padding:0 0 0 5px;border:none;}

a.imageLink:link, a.imageLink:visited, a.imageLink:hover, a.imageLink:focus, a.imageLink:active {/* !important explicitly overwrites ctypes.css */
	border:none !important;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
a.imageLink:hover img, a.imageLink:focus img, a.imageLink:active img {/* Images in Links > slightly transparent */
	filter: alpha(opacity=70); /* ie */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	opacity: 0.7;           /* fx, safari, opera */
}

table.border {} /* Wichtig für RTE */
table.border th, table.border td {
	border:1px solid black;
}



/*	++++++++++++++++++
	+++ ADMINPANEL +++
	++++++++++++++++++ */

.typo3-adminPanel {text-align:left;}