/* STYLESHEET für Markscheidewesen Homepage */

/* Formatierungen für Links */

a:link 
{
	/* text-decoration: none;*/
	color: #FFFFFF;
}

a:visited
{
	/* text-decoration: none;*/
	color: #FFFFFF;
 }

a:hover
{
	/* text-decoration: none;*/
	color: #FF0000;
 
}

a:active
{
	/* text-decoration: none;*/
	color: #FF0000;
}



a:link.explorer
{
	text-decoration: none;
	color: #FFFFFF;
}

a:visited.explorer
{
	text-decoration: none;
	color: #FFFFFF;
 }

a:hover.explorer
{
	text-decoration: none;
	color: #FF0000;
 
}

a:active.explorer
{
	text-decoration: none;
	color: #FF0000;
}





/* Standardformatierung für gesamtes Dokument */

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	background-color: #000066;
	/* background-image:url(hintergrund.gif); */
	color: #FFFFFF;
	overflow: auto;
}



/* Überschriftenformatierung */

h1
{
	font-size: 16pt;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
h2
{
	font-size: 14pt;	 
}
h3
{
	font-size: 12pt;	 
	 
}
h4
{
	font-size: 11pt;	 	
}

/* Tabellendefinition ------------------------------------------------- */

table
{
   border-width: 0;
}

td
{
	border-width: 0;
	font-size: 11pt;
	 
}

/* Listenformatierung */

ul.explorer
{
	list-style-image: url(ordner.gif);
	font-size: 10pt;	 
	margin-left: 22px;
	padding-left: 0px;
}

