/* *************************************************************************************
/* Tabellen (rte)
/* ************************************************************************************/

/* LAYOUT */
table {
	border:none;
	border-collapse:collapse;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5E5558;
}

table.tbl_100 {
	width:100%;
	}

td.width_360 {
	width:360px;
	}

td.width_30 {
	width:30px;
	}

td.width_25 {
	width:25px;
	}

tr.braun {
	color:#5E5558;
	background-color:#DDC49E;
}

/* *************************************************************************************
/* Text-Styles (rte)
/* ************************************************************************************/

/* ROT */
span.rot {
	color:#A71930;
	}

span.rot-fett {
	color:#A71930;
	font-weight: bold;
	}

span.underline {
	text-decoration: underline;
	}





/* *************************************************************************************
/* UL / LI
/* ************************************************************************************/
ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image: url(dot_red.gif);
}




/* *************************************************************************************
/* P (rte)
/* ************************************************************************************/
p {
	line-height: normal;
}

p.align-left {
	text-align:left;
	}

p.align-right {
	text-align:right;
	}

p.align-center {
	text-align:center;
	}





/* *************************************************************************************
/* Links (rte)
/* ************************************************************************************/

/* ROT-FETT */
a.link_fett {
	text-decoration:none;
	color:#A71930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a.link_fett:visited {
	text-decoration:none;
	color:#A71930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

a.link_fett:hover {
	color:#A71930;
	}


/* MAIL */
a.mail {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.mail:visited {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.mail:hover {
	color:#A71930;
	}


/* EXTERNAL-LINK-NEW-WINDOW */
a.external-link-new-window {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.external-link-new-window:visited {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.external-link-new-window:hover {
	color:#A71930;
	}


/* EXTERNAL-LINK */
a.external-link {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.external-link:visited {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.external-link:hover {
	color:#A71930;
	}


/* INTERNAL-LINK */
a.internal-link {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.internal-link:visited {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.internal-link:hover {
	color:#A71930;
	}


/* INTERNAL-LINK-NEW-WINDOW */
a.internal-link-new-window {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.internal-link-new-window:visited {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.internal-link-new-window:hover {
	color:#A71930;
	}


/* DOWNLOAD */
a.download {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.download:visited {
	text-decoration:none;
	color:#5E5558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

a.download:hover {
	color:#A71930;
	}

