/* ****************************************************************/
/* * Golf-Club Gut-Neuenhof - CSS-Datei      RTE                  */
/* *                                                              */
/* * Autor:    Joerg Tropf                                        */
/* * eMail:    joerg.tropf@netcomposer.de                         */
/* * Company : NetComposer                                        */
/* *                                                              */
/* * Date:     2008-02-06                                         */
/* ****************************************************************/


/* ****************************************************************/
/* * GLOBAL                                                       */
/* ****************************************************************/

body, td, a, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}

a:hover {
	color:#990000;
	}





/* ****************************************************************/
/* * INFO-Spalte                                                  */
/* ****************************************************************/

table.info_table {
	border-collapse:collapse;
	}

td.info_table_head {
	background-color:#990000;
	color:#FFEBAE;
	font-weight:bold;
	padding:3px;
	border-bottom:1px solid #FFEBAE;
	}

td.info_table_body {
	background-color:#EFCD98;
	color:#000000;
	padding:3px;
	border-bottom:1px solid #FFEBAE;
	background-image: url(info_back.jpg);
	background-repeat: repeat-x;	
	}

td.info_table_body_center {
	background-color:#EFCD98;
	color:#000000;
	padding:3px;
	border-bottom:1px solid #FFEBAE;
	background-image: url(info_back.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}

td.info_table_body_right {
	background-color:#EFCD98;
	color:#000000;
	padding:3px;
	border-bottom:1px solid #FFEBAE;
	background-image: url(info_back.jpg);
	background-repeat: repeat-x;
	text-align:right;
	}





/* ****************************************************************/
/* * TYPO3 defaults                                               */
/* ****************************************************************/

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

ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

a.external-link { }
a.external-link-new-window { }
a.internal-link { }
a.internal-link-new-window { }
a.download { }
a.mail { }

