/*========================*/
/* CSS-Test, Marco Strack */
/* 2003-09-10             */
/*========================*/


/*========================*/
/*   default link styles  */
/*========================*/

a:link {text-decoration:underline;color:#003399;background-color:#FFFFFF;}
a:visited {text-decoration:underline;color:#003399;background-color:#FFFFFF;}
a:hover  {text-decoration:underline;color:#FFFFFF;background-color:#003399;}
a:active {text-decoration:underline;color:#003399;background-color:#FFFFFF;}

/*========================*/
/*  content styles: text  */
/*========================*/


/* --------------------- *
/*        headings       */
/* --------------------- */
h1      {
        font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
        font-size: 30px;
        font-style: italic;
        font-weight: 900;
        color: #003399;
		}

h2      {
        font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        color: #003399;

		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #666666;
		padding-top: 10px;

		border-left-width: 1px;
		border-left-style: tranparent;
		border-left-color: #666666;

		border-right-width: 1px;
		border-right-style: tranparent;
		border-right-color: #666666;

		border-bottom-width: 1px;
		border-bottom-style: tranparent;
		border-bottom-color: #666666;

		margin-right: 0px;
		}

h3      {
        font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        color: #606060;
		}

/* --------------------- */
/*       paragraphs      */
/* --------------------- */


/* standard paragraph */
p.content        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
        color: #505050;
}

p.center        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
        color: #505050;
}

/* Datum der Zeitungs-Artikel etc. */
p.date        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #C00000;
        margin-top: 0px;
        margin-bottom: 0px;
		margin-right: 0px;
		}

/* Warning paragraph */
p.alert        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
        color: #BF002D;
		border: 1px solid #BF002D;
		padding: 15px;
		background: #EEEEEE;
}

/* standard paragraph rechtsbuendig*/
p.contright        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
        color: #505050;
}


/* Bildunterschrift */
.pic        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        color: #505050;
}

/* standard spacer 2em  */
p.sp        {
        line-height: 2em;
}

/* standardrand unten 10em  */
p.sp_big        {
        line-height: 10em;
}

/*========================*/
/*      list styles       */
/*========================*/

ul {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
	list-style-type: square;
        line-height: 16px;
        color: #505050;
}

ol {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
        color: #505050;
}

/*========================*/
/*     miscellanious      */
/*========================*/

/* top-link */
p.top        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        margin-bottom: 20px;
}

/* home-link am unteren Frame-Ende */
p.home        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 10px;
        font-style: normal;

		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #666666;
		padding-top: 10px;

		border-left-width: 1px;
		border-left-style: tranparent;
		border-left-color: #666666;

		border-right-width: 1px;
		border-right-style: tranparent;
		border-right-color: #666666;

		border-bottom-width: 1px;
		border-bottom-style: tranparent;
		border-bottom-color: #666666;

		margin-right: 0px;
}

/* standard fuer tabellentext*/
.table	{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        color: #505050;
}

.date_a        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #C00000;
        margin-top: 0px;
        margin-bottom: 0px;

		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #666666;
		padding-top: 10px;

		border-left-width: 1px;
		border-left-style: tranparent;
		border-left-color: #666666;

		border-right-width: 1px;
		border-right-style: tranparent;
		border-right-color: #666666;

		border-bottom-width: 1px;
		border-bottom-style: tranparent;
		border-bottom-color: #666666;

		margin-right: 0px;
		}