/**************************************************************/
/* Links in der Navigationsleiste */
/**************************************************************/

a.navMain, a:visited.navMain, a:active.navMain	{
text-decoration: none;
color: #92B9FF;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

a:hover.navMain,  b.navMain	{
text-decoration: none;
color: white;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

/**************************************************************/
/* Links innerhalb des Lauftexts */
/**************************************************************/


a, a:visited, a:active	{
text-decoration: none;
color: #92B9FF;
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

a:hover	{
text-decoration: none;
color: white;
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

/**************************************************************/
/* Seitentitel */
/**************************************************************/

h1	{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #92B9FF;

}

/**************************************************************/
/* HR innerhalb Lauftext */
/**************************************************************/

hr	{
height: 1px;
color: #92B9FF;
width: 100%;
}

/**************************************************************/
/* Lauftext */
/**************************************************************/

td	{
color: white;
font-family: Arial;
font-size: 12px;
font-weight: normal;
}
th	{
color: white;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-align:left;
background-color: #92b9ff;
color: #284372;
border: 1px solid #284372;
}

font.textKlein	{
font-weight: normal;
font-size: 9px;
}

/**************************************************************/
/* Balken unter- und oberhalb des Hauptinhalts */
/**************************************************************/

td.balken	{
background-color: black;
}

/**************************************************************/
/* Hintergrund des Hauptinhalts */
/**************************************************************/

td.sterne	{
background-color: #284372;
/*background-image: url(..\_images\bg_sterne_hell2.jpg);*/
}

/**************************************************************/
/* Hintergrund oben und unten */
/**************************************************************/

body	{
background-color: #01215E	;
}

/**************************************************************/
/* Hintergrund Intro-Seite */
/**************************************************************/

body.intro	{
background-color: #001537;
}

/**************************************************************/
/* Hintergrund Popup-Window */
/**************************************************************/


body.popup	{
background-color: #284372;
}

/**************************************************************/
/* Tabellen (Listen) */
/**************************************************************/

td.tabHead	{
background-color: #92B9FF;
color: white;
text-align: left;
font-weight: bold;
}
td.tabHeadCenter	{
background-color: #92B9FF;
color: white;
text-align: center;
font-weight: bold;
}

td.tabHeadNormal	{
background-color: #92B9FF;
color: white;
text-align: left;
font-weight: normal;
}

td.tabTitle	{
background-color: #C7DBFF;
color: #284372;
text-align: left;
font-weight: bold;
}

td.tabTitleCenter	{
background-color: #C7DBFF;
color: #284372;
text-align: center;
font-weight: bold;
}

td.tabRow	{
background-color: #C7DBFF;
color: #284372;
text-align: center;
font-size: 11px;
}

td.tabRowLeft	{
background-color: #C7DBFF;
color: #284372;
text-align: left;
font-size: 11px;
}

td.tabRowGross	{
background-color: #C7DBFF;
color: #284372;
text-align: left;
font-size: 12px;
}
/**************************************************************/
/* Formulare */
/**************************************************************/

td.tabFormOut	{
padding: 10px;
background-color: #C7DBFF;
color: #284372;
text-align: left;
font-weight: normal;
vertical-align: top;
}

td.tabFormIn	{
padding: 2px;
background-color: #C7DBFF;
color: #284372;
text-align: left;
font-weight: normal;
vertical-align: top;
}

input.form, textarea.form	{
color: #284372;
background-color: white;
font-size: 11px;
scrollbar-base-color: #C7DBFF;
scrollbar-3dlight-color: #284372;
scrollbar-arrow-color: #284372;
scrollbar-darkshadow-color: black;
scrollbar-face-color: #92B9FF;
scrollbar-highlight-color: #C7DBFFd;
scrollbar-shadow-color: #284372;
scrollbar-track-color: #92B9FF;
}

input.formButton	{
color: #284372;
background-color: #92B9FF;
size: 50px;
font-size: 12px;
font-weight: bold;
}


select	{
font-family: Arial, Helvetica, san-serif;
font-size: 10px;
color: #284372;
}

select.list1	{
width: 155px;
font-family: Arial, Helvetica, san-serif;
font-size: 10px;
color: #284372;
}

select.list2	{
width: 200px;
font-family: Arial, Helvetica, san-serif;
font-size: 10px;
color: #284372;
}

/**************************************************************/
/* Links innerhalb von Listen (Tabellen) */
/**************************************************************/

a.TabLink, a:visited.TabLink, a:active.TabLink	{
text-decoration: none;
color: #284372;
font-family: Arial;
font-size: 11px;
font-weight: bold;
}

a:hover.TabLink	{
text-decoration: none;
color: white;
font-family: Arial;
font-size: 11px;
font-weight: bold;
}

a.sitemap, a:visited.sitemap, a:active.sitemap	{
text-decoration: none;
color: #284372;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

a:hover.sitemap	{
text-decoration: none;
color: white;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}
.active {
	font-weight:	bold;
	color:#fff;
}