/* DATEI: amu.css */

/* Erstellt: 08.11.04 				  */
/* Author:	 *105 - Multimediabüro	  */
/* Web: 	 http://www.stern105.de	  */


/* Es folgen die Style-Definitionen: */

/* der body-tag */
body, textarea {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#1B275C;
	scrollbar-darkshadow-color:#1B275C;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#1B275C;
}

/* normal font:  Arial, Helvetica, Verdana, sans-serif */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr
     {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#1B275C;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	line-height:1.4;
}

/* Erweiterung H1 für CMS (jh) */
h1 { font-size: 10px; font-weight: bold; color: ##1B275C; }



A:LINK {	color: #EC870E; font-weight: normal; text-decoration: none;}
A:HOVER {	color: #EC870E; font-weight: normal; text-decoration: underline;}
A:VISITED {	color: #EC870E; font-weight: normal; text-decoration: none;}
A:ACTIVE {	color: #EC870E; font-weight: normal; text-decoration: underline;}

.blue {			color: #1B275C; text-decoration: underline;}
.blue:link  {	color: #1B275C; text-decoration: underline;}
.blue:active  {	color: #EC870E; text-decoration: underline;}
.blue:visited {	color: #1B275C; text-decoration: underline;}
.blue:hover	{	color: #EC870E; text-decoration: underline;}

.orange			{	color: #EC870E; font-weight: normal; text-decoration: none;}
.borange		{	color: #EC870E; font-weight: bold; 	 text-decoration: none;}
.orange:link    {	color: #EC870E; font-weight: normal; text-decoration: none;}
.orange:active  {	color: #EC870E; font-weight: bold;	 text-decoration: none;}
.orange:visited {	color: #EC870E; font-weight: normal; text-decoration: none;}
.orange:hover	{	color: #EC870E; font-weight: bold;   text-decoration: none;}

.mini {			color: #1B275C; font-size: 8px;}
.mini:link  {	color: #1B275C; font-size: 8px;}
.mini:active  {	color: #1B275C; font-size: 8px;}
.mini:visited {	color: #1B275C; font-size: 8px;}
.mini:hover	{	color: #1B275C; font-size: 8px;}

/* jh: Search Hervorhebung von suchworten im Fließtext, Topicanzeige */
.search_hit {			color: #D33A3A; font-weight: bold; text-decoration: none;}
.search_hit:link  {		color: #D33A3A; font-weight: bold; text-decoration: none;}
.search_hit:active  {	color: #D33A3A; font-weight: bold; text-decoration: none;}
.search_hit:visited {	color: #D33A3A; font-weight: bold; text-decoration: none;}
.search_hit:hover	{	color: #D33A3A; font-weight: bold; text-decoration: underline;}



.marked {
	color: #1B275C; 
	FONT-WEIGHT: bold;
	text-decoration: none;
}
.dottedContainer {
	padding:5px;
	border: 1px dotted #EC870E;
}
.underline {
	color: #1B275C; 
	text-decoration: underline;
}
.imgBorder {
	border:2px solid white;
}
.white {
	font-size: 11px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
}

/* jh: Formulare Fehlerhinweistext */
.formError {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #D33A3A; 
	font-size: 11px;
	font-weight: normal;
}

