/* Taekwondo stylesheet  */
/* (C) Martin Wroblinski */

/*#########################################################*/
/*                                                         */
/*                                                         */
/*#########################################################*/

/*---------------------------------------------------------*/
/*                                                         */
/*                                                         */
/*---------------------------------------------------------*/


BODY
	{
	}


DIV.TITLE
	{
	text-align: center;
	vertical-align: middle;
	padding-right:	8px;
	border: 5px inset #0080ff;
	}

TABLE#TITLE
	{
	text-align: center;
	padding: 4px;
	width: 100%;
	}

TABLE#TITLE TD
	{
	}

DIV.W3CSTANDARDS
	{
	margin-top: 1em;
	}

A:hover
	{
	color: #ffffff;
	background-color: #0080ff;
	}

A IMG
	{
	border: none;
	}

DIV#CONTENT
	{
	float: left;
	width: 85%;
	margin-top: 1em;
	margin-left: 0em;
	}

DIV.TEXTBLOCK
	{
	padding: 1em;
	border: 5px inset #0080ff;
	}

DIV#NAVIMENU
	{
	margin-top: 1em;
	text-align: right;
	text-align: left;
	left: 0;
	float: right;
	padding: 0;
	background: transparent none center left no-repeat;
	width: 12.5%;
	vertical-align: top;
	background: transparent;
	border: 3px inset #0080ff;
	}

DIV#NAVIMENU A
	{
	display: block;
	padding: 4px;
	/*width: 7em;*/
	border: 1px inset #0080ff;
	background: transparent;
	}

DIV#NAVIMENU A.CURRENT
	{
	background-color : #94bae9;
	}

DIV#NAVIMENU A.LINK
	{
	}

DIV#NAVIMENU A:hover
	{
	color: #ffffff;
	background-color: #0080ff;
	border-style: outset;
	}

DIV#BOTTOM
	{
	clear: left;
	}

DIV#NAVBAR
	{
	clear: left;
	padding-top: 1em;
	font-size:	small;
	}

DIV#NAVBAR A
	{
	padding-right: .33em;
	}


DIV.NODISPLAY
	{
	display: none;
	}

/*#########################################################*/
/* Definitions                                             */
/*#########################################################*/

DL      {
        /* line-height: 1.2em; */
        list-style-position:    inside;
	text-align: justify;
        }

DT      {
        /* font-style:  italic;*/
        font-weight:    bold;
        float:left;
        clear:left;
        /* margin-left:    1em;*/
	margin-right:    .5em;
        }

DD	{
	margin-bottom: 1em;
	}

DL.indent DT
	{
	margin-left:	2em;
	}

DL.indent DD
	{
	margin-left:	8em;
	}

DL.block DT
	{
	margin-left:	0em;
	}

DL.block DD
	{
	margin-left:	0em;
	}

DD DL DT        {
        font-style:     italic;
        font-weight:    normal;
        float:left;
        clear:left;
        margin-left:    1em;
        }


DFN     {
        font-style:     normal;
        font-weight:    bold;
        }

/*---------------------------------------------------------*/
/*  Datelist                                               */
/*     use for Lists with 1 date (e.g. when posted)        */
/*---------------------------------------------------------*/


DL.DATELIST
	{
	margin-top: 0.5em;
	}

DL.DATELIST DT
	{
	margin-left:	0em;
	font-weight:	normal;
	}

DL.DATELIST DD
	{
	margin-left:	7em;
	}

/*---------------------------------------------------------*/
/* Eventlist                                               */
/*    use for events like seminars with long date entry    */
/*---------------------------------------------------------*/


DL.EVENTLIST
	{
	margin-top: 0.5em;
	}

DL.EVENTLIST DT
	{
	margin-left:	0em;
	}

DL.EVENTLIST DD
	{
	margin-left:	10em;
	}
