/* CSS Document Dr. Markus Tebartz - FEB 2007*/


/*MODULE HTML*/

body {

    margin: 0;

    padding: 4;

    color: #000;

    background: #FFF;

}

body, h1, h2, h3, h4, h5, h6, input, optgroup, select {

    font-family: Verdana, Arial, sans-serif;

}



h1, h2, h3, h4, h5, h6 {

    line-height: 120%;
	padding-bottom: 8px;

}



p {

    margin: 0 0 1.5em 0;

}

a:link { /* LVHFA */

    text-decoration: underline;
	color: 

}

a:visited {

    text-decoration: underline;

}

a:hover {

    text-decoration: none;

}

a:focus {

    text-decoration: none;

}

a:active {

    text-decoration: underline;

}



ul {

    list-style: none;

}

ol {     

    margin-left: 10px;

    list-style-position: outside;

}

dt {

    font-weight: bold;

}

dl dd, ol li {

    margin-bottom: 0.5em;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

    empty-cells: show;

    margin: 0 0 2em;

    padding: 4;

}

caption, td, th {

    text-align: left;

}

td, th {

    vertical-align: top;
	font-size: 85%;

}


ul {

    list-style: square;
	margin-left: 10px;


}



