/* -----------------------------------------------------------------------

KANTON SOLOTHURN - CSS-Definitionen

2001-01-14  axh  V1.0
axh = Axel Hahn * New Impact AG Bern
	
----------------------------------------------------------------------- */


/* -----------------------------------------------------------------------
Allgemeine HTML Elemente
----------------------------------------------------------------------- */
body	{background-color: #FFFFFF;}
P,table,tr,td,.text{
        color: #333333;
        font-family: Verdana,Arial,sans-serif,Helvetica;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
}

/* -----------------------------------------------------------------------
   Startseite
----------------------------------------------------------------------- */
.startpgred{
        color: #CC0000;
        font-size: 20px;
        font-weight: bold;
	font-style: italic;
}
.startpgblack{
        color: #333333;
        font-size: 18px;
        font-weight: bold;
	font-style: italic;
}

/* -----------------------------------------------------------------------
   Haupttitel (Kanton aktuell)
----------------------------------------------------------------------- */
.haupttitel{
        font-size: 13px;
        font-weight: bold;
}
/* -----------------------------------------------------------------------
   Rubriktitel (Aktuelle Meldungen)
----------------------------------------------------------------------- */
.rubriktitel{
        font-size: 11px;
        font-weight: bold;
}
/* -----------------------------------------------------------------------
   Unterrubrik (Ueberschrift einer Meldung - Das AIO zu Besuch)
----------------------------------------------------------------------- */
.contentheadline1{
        font-size: 10px;
        font-weight: bold;
}
/* -----------------------------------------------------------------------
   Subtitle (Subtitle einer Meldung)
----------------------------------------------------------------------- */
.contentheadline2{
        font-size: 9px;
        font-weight: bold;
}
/* -----------------------------------------------------------------------
   Formulare
----------------------------------------------------------------------- */
.forms{
        font-size: 11px;
        font-family: courier new,courier;
}
/* -----------------------------------------------------------------------
   Menuepunkte Topnavigation
----------------------------------------------------------------------- */
.topnavi{
        font-size: 9px;
        font-weight: bold;
}
.navi2aktiv{
        font-size: 9px;
        color: #999999;
}

/* -----------------------------------------------------------------------
   Links (normal)
----------------------------------------------------------------------- */
a:link{
        font-family: Verdana,Arial,sans-serif,Helvetica;
        font-size: 9px;
        color: #CC0000;
        text-decoration: none;
}
a:visited{
        color: #CC0000;
        text-decoration: none;
}
a:active{
        color: #000000;
        text-decoration: none;
}
a:hover{
        color: #999999;
        text-decoration: none;
}

/* -----------------------------------------------------------------------
   Menuepunkte Topnavigation (DHTML)
----------------------------------------------------------------------- */
a.topnavidhtml{
        color: #CC0000;
}
a.topnavidhtml:hover{
        color: #CC0000;
        background: #999999;
}

/* -----------------------------------------------------------------------
   Links (topnavigation)
----------------------------------------------------------------------- */
a.topnavigation:link{
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
}
a.topnavigation:visited{
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
}
a.topnavigation:active{
        font-size: 10px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}
a.topnavigation:hover{
        font-size: 10px;
        color: #CC0000;
        text-decoration: none;
        font-weight: bold;
}
/* -----------------------------------------------------------------------
   Links (navi2 - links)
----------------------------------------------------------------------- */
a.navi2:link{
        font-size: 9px;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
}
a.navi2:visited{
        font-size: 9px;
        color: #333333;
        font-weight: bold;
        text-decoration: none;
}
a.navi2:active{
        font-size: 9px;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
}
a.navi2:hover{
        font-size: 9px;
        color: #CC0000;
        font-weight: bold;
        text-decoration: none;
}
/* -----------------------------------------------------------------------
   Unterrubrik (Das AIO zu Besuch)
----------------------------------------------------------------------- */
a.contentheadline1:link{
        font-family: Verdana,Arial,sans-serif,Helvetica;
        font-size: 10px;
        color: #CC0000;
        font-weight: bold;
        text-decoration: none;
}
a.contentheadline1:visited{
        color: #CC0000;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}
a.contentheadline1:active{
        color: #000000;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}
a.contentheadline1:hover{
        color: #999999;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

/* -----------------------------------------------------------------------
   Links (content rechts)
----------------------------------------------------------------------- */
a.crlink:link{
        font-size: 9px;
        color: #CC0000;
        text-decoration: none;
}
a.crlink:visited{
        font-size: 9px;
        color: #CC0000;
        text-decoration: none;
}
a.crlink:active{
        font-size: 9px;
        color: #CC0000;
        text-decoration: none;
}
a.crlink:hover{
        font-size: 9px;
        color: #999999;
        text-decoration: none;
}

/* -----------------------------------------------------------------------
   EOF
----------------------------------------------------------------------- */

