/*  =========================================================
Accordion-Stylesheet für rtf.php
Datei:  rtf_acc.css
Datum:  15.02.2010
Autor:  Thomas Michalski
========================================================== */

#basic-accordian{
	border: 1px solid #000066;
	margin-bottom: 10px;
}

.tab_container *{
	float: left;
	font-size: 1.0em;
	font-weight: normal;
}

.accordion_headings1{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000066;
	background: url(images/content_heading.gif) repeat-x;
	text-align: center;
	cursor: pointer;
}

/*
.accordion_headings2{
	width: 151px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000066;
	background: url(images/content_heading.gif) repeat-x;
	text-align: center;
	cursor: pointer;
}
*/

.accordion_headings1:hover,
.accordion_headings2:hover {
	background: url(images/content_heading_a.gif) repeat-x;
}

.accordion_child {
	background: url(images/gradient.png) repeat-x 0 0;
	padding:15px;
}

.header_highlight{
	background: url(images/content_heading_a.gif) repeat-x;
}

div.accordion_child h3 {
	color: #6699FF;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.accordion_child p {
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 10px;
}
div.accordion_child p.yellow {
	color: yellow;
	margin: 0;
}


/* ======================================= 
   E N D E   rtf_acc.css 
   ======================================= */
