
body {
	font-family: verdana;
	font size: 12px;
	color: #000000;
	background-color: #DDDDDD;
}

img  {
	border: 0px;
}

table {
	font size: 12px;
	text-decoration: none;
	color: #000000;
	font-family: verdana;
	table-align: center;
}

/*
----------------------------------------------------------------------------------
LINKLEISTE
*/

/*
Gemeinsames von Main und Sublinks
*/
.link_active_sub:link, .link_active_sub:visited, .link_passive_sub:link, .link_passive_sub:visited, .link_active_main:link, .link_active_main:visited, .link_passive_main:link, .link_passive_main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
/* 
Unterschiede zwischen Sub und Main Link
*/
.link_active_sub:link, .link_active_sub:visited, .link_passive_sub:link, .link_passive_sub:visited {
	font-size: 12px;
	padding-left:8px;
}

.link_active_main:link, .link_active_main:visited, .link_passive_main:link, .link_passive_main:visited {
	font-size: 16px;
}

/*
Unterschiede abgeschlossen
*/


/*
Unterschiede zwischen verschiedenen Zuständen 
*/

/* Hover Farbe aller Links */
.link_active_main:hover, .link_passive_main:hover, .link_active_sub:hover, .link_passive_sub:hover {
	color: #999999;
}

/* Farbe der nicht angewählten Links*/
.link_passive_main:link, .link_passive_main:visited, .link_passive_sub:link, .link_passive_sub:visited {
	color: #ffffff;
}

/* Farbe der angewählten Links */
.link_active_main:link, .link_active_main:visited, .link_active_sub:link, .link_active_sub:visited {
	color: #000000;
	font-style:italic;
}

/*
----------------------------------------------------------------
Ende der Linkleiste 
*/

a {
	text-decoration:none;
	color:#004283;
}

.td {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: verdana;
	font size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 4px;
}

h2 {
	font-family: verdana;
	font size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

h3 {
	font-family: verdana;
	font size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px
}

.forms {
	/*border-color: #76BE4E;
	border-width: 1px;
	border-style: solid; */
	/*background-color: #76BE4E;
	color: white;*/
}
