/* CSS Document
** CSS Styles für swissT.net
** template_editor_css.css
** Anne-Kathrin Merz medanova
** April 2007
 */
 
 
 /**********************************************************
 allgemeine Styles für Blöcke und Bereiche,  Seitenaufteilung
 ***********************************************************/

body{
	background-color: #EFEFEF;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


/**********************************
Joomla Styles und Inhalte
***********************************/


/***************************************************
**** standard links for text  *****
***************************************************/


a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover, a:active{
	text-decoration: none;
	font-weight: bold;
	color: #BB3B19;
}




/***************************************************
**** Joomla, Überschriften und anderes *****
***************************************************/

p, td, div{
	font-size: 8pt;
}




.componentheading{
	font-size: 10pt;
	font-weight: bold;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #BB3B19;
	background-color: #D7D7D7;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	margin-left: -4px;
	width: 100%;
	display: block;
}



.contentheading{
	font-size: 10pt;
	font-weight: bold;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #BB3B19;
	/*background-color: #D7D7D7;
	border-bottom: 1px solid #333;*/
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: 0;
	width: 100%;
	display: block;
}


h1{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
	color: #BB3B19;
}

h2{
	font-size: 9pt;
	font-weight: bold;
	color: #BB3B19;
}

h3{
	font-size: 8pt;
	font-weight: bold;
}

h4{
	font-size: 8pt;
	font-weight: bold;
}

h5, h6, h7{
	font-size: 8pt;
}


.inputbox{
	font-size: 8pt;
	margin: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid  #D7D7D7;
	padding-left: 2px;
	color: #333;
}

.button{
	background-color: #BB3B19;
	border: 1px solid #BB3B19;
	color: #FFF;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}





.small, .readon, .back_button, .pagenav_prev, .pagenav_next, .createdate, .modifydate{
	font-size: 7pt;
	color: #666;
}


.smalldark{
	color: #000;
}

.sectiontableheader{
	font-size: 8pt;
	font-weight: bold;
	color: #BB3B19;
}

.sectiontableentry1{
	background-color: #FFF;
	border-bottom: 1px solid #C5C5C5;
}

.sectiontableentry2{
	background-color: #FFF;
	border-bottom: 1px solid #C5C5C5;
}

