/* ---------- CSS für Main-Screens ---------- */
/* ---------- MK ------ 26.08.2006 ---------- */

body
{
/*	background-color:#FFFFCC;*/
	background-image: url("../img/hg.gif");
	background-attachment: fixed;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;

/*	scrollbar-arrow-color: #000000 ;      */
/*	scrollbar-base-color: #999900 ;       */
/*	scrollbar-face-color: #6666AA;        */
/*	scrollbar-highlight-color: #DDDDFF;   */
/*	scrollbar-shadow-color: #660099;      */
}

a
{
	color: #990000;
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	text-decoration : underline;
}
a:active {color: #999999; }
a:visited {color: #990000; }
a:hover {color: #999999; text-decoration : underline;}

/* ---------- Hauptnavigation ---------- */
.nav
{
 color: #000099;
 font-size: 11pt;
 font-weight : normal;
 text-decoration : none;
}
a:link.nav {color: #000099; font-weight: normal; text-decoration : none;}
a:active.nav {color: #990099; font-weight: bold; text-decoration : none;}
a:visited.nav {color: #00FF00; font-weight: bold; text-decoration : none;}
a:hover.nav {color: #FF0000; font-weight: bold; text-decoration : none;}

/* ---------- Navigation 2. Ebene ---------- */
.nav2
{
	color: #990000;
	font-size: 11pt;
}
a:link.nav2 {color: #990000; text-decoration : none;}
a:active.nav2 {color: #990000; text-decoration : none;}
a:visited.nav2 {color: #990000; text-decoration : none;}
a:hover.nav2 {color: #990000; text-decoration : none;}

/* ---------- Link intern ---------- */

.link_intern
{
 color: #000099;
 font-size: 10pt;
 font-weight: bold;
 text-decoration : underline;

}
a:link.link_intern {color: #FF0000; }
a:active.link_intern {color: #FF00DD; }
a:visited.link_intern {color: #FFDDDD; }
a:hover.link_intern {color: #FF0000; }

/* ---------- Link extern ---------- */

.link_extern
{
 color: #000099;
 font-size: 10pt;
 font-weight: bold;
 text-decoration : underline;

}
a:link.link_extern {color: #000099; text-decoration: underline; }
a:active.link_extern {color: #000099; text-decoration: underline; }
a:visited.link_extern {color: #000099; text-decoration: underline; }
a:hover.link_extern {color: #000099; text-decoration: underline; }

/* ---------- Text ---------- */
.headline1
{
color: #990000;
font-family: Arial;
font-size: 12pt;
font-weight: bold;
}

.headline2
{
color: #990000;
font-family: Arial;
font-size: 10pt;
font-weight: bold;
}

.text
{
color: #000000;
font-family: Arial;
font-size: 10pt;
}

/* ---------- Texte / Schmuckfarbe ---------- */
.text_lx
{
color: #990000;
font-family: Arial;
font-size: 10pt;
text-align:left;
}

.text_mx
{
color: #990000;
font-family: Arial;
font-size: 10pt;
text-align:center;
}

.text_rx
{
color: #990000;
font-family: Arial;
font-size: 10pt;
text-align:right;
}


/* ---------- Texte / Schwarz ---------- */
.text_l_sw
{
color: #000000;
font-family: Arial;
font-size: 10pt;
text-align:left;
}

.text_m_sw
{
color: #000000;
font-family: Arial;
font-size: 10pt;
text-align:center;
}

.text_r_sw
{
color: #000000;
font-family: Arial;
font-size: 10pt;
text-align:right;
}


/* ---------- Tabellen ---------- */

.tabelle1
{
border-width:1;
border-color:rgb(153,0,0);
border-style:solid;
}

.zelle1
{
background-color:rgb(255,225,145);
}

.zelle2
{
font-family: Arial;
font-size: 8pt;
text-align:center;
background-image: url("../img/line1.gif");
}
