/*-- Grundeinstellungen -------------------------------------------*/

body {
	font-family: sans-serif, arial, helvetica;
	font-size:small;
	background-color: #c8c8c8;
	margin-top:-2px;
}


table.main {
	border-style: none;
	text-align: center;
	background-color: #e8e8e8;
}


h1,h2,h3,h4,p,ul,ol,li,td,th {
 text-align: left;
 font-family: helvetica,arial,sans-serif;
}

h1 {
	font-size:160%;
}

h2 {
	font-size:120%;
}

h3 {
	font-size:120%;
}

p.hred {
	text-align: center;
	font-family: helvetica,arial,sans-serif;
	color: #ff0000;
	font-size: 200%;
	font-weight: bolder;
}
p.h8 {
	text-align: center;
	font-family: helvetica,arial,sans-serif;
	font-size: 120%;
	font-weight: bold;
	
}



p.block {
 text-align: justify;
}

td.block {
 text-align: justify;
}

td.dark_blue {
  text-align: left;
  background-color: #003959;
}

ul.bullet {
	list-style-image:url(/res/bullet-01.gif);
	list-style-position:outside;
}


/*-- Links im Navigationsbereich ----------------------------------*/

a:link {
	color:#ffffff;
	text-decoration:none
}

a:visited {
	color:#cccccc;
	text-decoration:none
}

a:hover {
	color:#ffffff;
	text-decoration:none
}

a:active {
	color:#ccccff;
	text-decoration:none
}


/*-- Links im Hauptbereich ----------------------------------------*/

a.main:link {
	color:#001939;
	text-decoration:none
}

a.main:visited {
	color:#003959;
	text-decoration:none
}

a.main:hover {
	color:#001939;
	text-decoration:none;
	background-color:#ffffff
}

a.main:active {
	color:#000000;
	text-decoration:none
}

/*-- Links im Copyrightbereich ----------------------------------*/

a.copy:link {
	color:#ff0000;
	text-decoration:none
}

a.copy:visited {
	color:#a90000;
	text-decoration:none
}

a.copy:hover {
	color:#ff0000;
	text-decoration:none
}

a.copy:active {
	color:#cfffff;
	text-decoration:none
}



