@charset "UTF-8";

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



/*	+++++++++++++++++
	+++ HEADLINES +++
	+++++++++++++++++ */
h1, h1.layout1, h2.layout1, h3.layout1, h4.layout1, h5.layout1, h6.layout1 {
	margin:0 0 8px 0;
	padding:0;
	border-bottom:1px solid #a6a6a6;
	font:normal 18px/21px Georgia,"Times New Roman",Times,serif;
	color:black;
}
h2, h1.layout2, h2.layout2, h3.layout2, h4.layout2, h5.layout2, h6.layout2 {
   margin:0;
   padding:0 0 6px 0;
   border-bottom:none;
	font:bold 11px/18px Tahoma,sans-serif;
	color:#595959;
}
h3, h1.layout3, h2.layout3, h3.layout3, h4.layout3, h5.layout3, h6.layout3,
h4, h1.layout4, h2.layout4, h3.layout4, h4.layout4, h5.layout4, h6.layout4,
h5, h1.layout5, h2.layout5, h3.layout5, h4.layout5, h5.layout5, h6.layout5,
h6, h1.layout6, h2.layout6, h3.layout6, h4.layout6, h5.layout6, h6.layout6 {
   margin:0;
	padding:0;
	border-bottom:none;
	font:normal 18px/21px Georgia,"Times New Roman",Times,serif;
	color:#9f2000;
}



/*	++++++++++++++++
	+++ ELEMENTS +++
	++++++++++++++++ */
hr {
	height:0;
	margin:10px 0;
	padding:0;
	color:white;
	border:0;/* damit es im IE & FireFox gleich aussieht. */
	border-bottom:1px dotted #a6a6a6;
}
p {
	margin:0;
	padding:0;
}
ul, ol {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
	margin:1px;/* without margin the border-collapse will break the left table-border! */
}
table th, table td {
	padding:3px;
}
sub {
	vertical-align:sub;
	font:font:normal 10px/12px Tahoma,sans-serif;;
}
sup {
	vertical-align:super;
	font:font:normal 10px/12px Tahoma,sans-serif;;
}



/*	+++++++++++++++++++++++
	+++ 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;}



/*	+++++++++++++++++++
	+++ 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, finishopacity=0, style=0);/* IE */
	-moz-opacity:0.7;/* fireFox */
	opacity:.70;/* Safari & Mozilla */
}

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



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

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

.copy {
	font:normal 12px/18px Tahoma,sans-serif;
   color:#595959;
}
.copy p {
	margin:0 0 10px 0;
}
.copy h3 {
   margin:0;
	padding:0 0 15px 0;
	border-bottom:none;
	font:normal 18px/21px Georgia,"Times New Roman",Times,serif;
	color:#9f2000;
}
.copy ul {
	margin:10px 0 15px 0;
}
.copy li {
	margin:0 0 3px 0;
}
