/** ########################### **/
/** Angaben für den RTE         **/
/** www.tauchsport-yellowsub.de **/
/** Webservice Delcuvé          **/
/** Sabine Delcuvé              **/
/** November 2007               **/
/** ########################### **/

blockquote {padding-left:1.5em;}
acronym, abbr {border-bottom:0px; cursor:help;}

/** Classes Paragraph - Klassen für Absätze **/
p.align-left {text-align:left;}
p.align-center {text-align:center;}
p.align-right {text-align:right;}
p.slogan {
	font-size: 1.2em;
	color: #fff200;
	font-weight: bold;
	text-align: center;
	padding-top: 1.5em;
}

/** Tag free Classes **/

.Untertitel {
	font-size: 0.9em;
	font-weight: bold;
}
.Zwischenueberschrift {
	font-size: 1em;
	font-weight: bold;
	color: #fff200;
}
.gelb {
	color: #fff200;
}
.gelbfett {
	color: #fff200;
	font-weight: bold;
}

/** Classes Anchor - Linkklassen **/
a.internal-link {
	padding: 0 0 0 12px;
	background-image: url(img/internal_link.gif);
	background-position: 0 0.29em;
	background-repeat: no-repeat; 
	font-weight: bold;
	color: #fff200;
	text-decoration:underline;
	}
	
a.internal-link-new-window {
	padding: 0 0 0 12px;
	background-image: url(img/internal_link_new_window.gif);
	background-position: 0 0.29em;
	background-repeat: no-repeat; 
	font-weight: bold;
	color: #fff200;
	text-decoration:underline;
	}	
	
a.external-link {
	padding: 0 0 0 16px;
	background-image: url(img/external_link.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat; 
	font-weight: bold;
	color: #fff200;
	text-decoration:underline;
	}
	
a.external-link-new-window {
	padding: 0 0 0 16px;
	background-image: url(img/external_link_new_window.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat; 
	font-weight: bold;
	color: #fff200;
	text-decoration:underline;
	}	
	
a.download {
	padding: 0 0 0 14px;
	background-image: url(img/download.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat; 
	font-weight: bold;
	color: #fff200;
	text-decoration:underline;
	}		
		
a.mail {
	padding: 0 0 0 20px;
	background-image: url(img/mail.gif);
	background-position: 0 0;
	background-repeat: no-repeat; 
	font-weight: bold;
	color: #fff200;
	text-decoration:underline;
	}

