/* Beginn - Allgemeine Angaben */
*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}


body
{
	margin:0;
	padding:0;
	background:#000000;
	background-color: #000000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
table {
		width:100%;
        height:100%;
}
td {
        vertical-align:middle;
        text-align:center;
}
/* Ende - Allgemeine Angaben */

/* Beginn - Layout */
#wrapper
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #000;
}
/* Ende - Layout */

/* Beginn - Überschriften */
h1
{
    color: #dadada;
    background: transparent;
    font-size: 24px;
    font-style: italic;
    text-align: right;
    border-bottom: 2px solid;
    margin-bottom: 40px;
}
/* Ende - Überschriften */

/* Beginn - Textabsätze */
p
{
    line-height: 18px;
    margin: 20px 0;
}
/* Ende - Textabsätze */

/* Beginn - Listen */
ul
{
    list-style: none;
    margin-top: 0px;
	text-align:center;
}
/* Ende - Listen */

/* Beginn - Links / Verweise */
a, a:link, a:visited
{
    color: #990000;
    font-weight: bold;
}

a:hover, a:active, a:focus
{
    background: #transparent;
    text-decoration: none;
}
/* Ende - Links / Verweise */


/* Beginn - DIV der per mooSlide angezeigt wird */
#test
{
    color: #fbfbfb;
    background: #000000;
	border-top: 2px solid #900;
}

#test h2, #test p
{
    color: #fff;
    background: transparent;
}

#test h2
{
    font-size: 20px;
    margin: 4px 40px;
}

#test p
{
    margin: 10px 40px;
}
/* Ende - DIV der per mooSlide angezeigt wird */

