/* BASIC STYLES */
BODY {
    background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #e2d5ab;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
    width: 100%;
}

HTML { height: 100%; width: 100%; }
 IMG { padding:0; margin:0; border:0; display: inline; }

UL, LI {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

H1, H2, H3 {
    margin: 0;
    padding: 0;
    border: 0;
}

A {
        font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* GENERAL STYLES */
DIV#align {
    width: 806px;
    margin: 0 auto;
    text-align: left;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

/* HEADER */
DIV.header {
    width: 806px;
    background-image: url(../img/header.gif);
    height: 164px;
}

DIV.header H1 {
    width: 0;
    height: 0;
    font-size: 0;
    color: #e7f9ff;
    float: left;
}

DIV.header EM {
    float: left;
    font-size: 0px;
    color: #e7f9ff;
}

/* NAVIGATION */
UL.navigation {
    width: 789px;
    height: 28px;
    list-style-type: none;
    margin-left: 5px;
    overflow: hidden;
    background-image: url(../img/navigation_bg.gif);
    padding-left: 7px;
}

UL.navigation LI {
    height: 28px;
    float: left;
}

UL.navigation A {
    width: 160px;
    height: 28px;
    text-decoration: none;
    font-size: 0px;
    color: #d7f2fd;
    overflow: hidden;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
}

UL.navigation A.startseite {
    background-image: url(../img/menu_startseite.gif);
}

UL.navigation A.startseite:hover {
    background-image: url(../img/menu_startseite_o.gif);
}

UL.navigation A.test {
    background-image: url(../img/menu_test.gif);
    width: 144px;
}

UL.navigation A.test:hover {
    background-image: url(../img/menu_test_o.gif);
}

UL.navigation A.auswertung {
    background-image: url(../img/menu_auswertung.gif);
    width: 159px;
}

UL.navigation A.auswertung:hover {
    background-image: url(../img/menu_auswertung_o.gif);
}

UL.navigation A.analyse {
    background-image: url(../img/menu_analyse.gif);
    width: 133px;
}

UL.navigation A.analyse:hover {
    background-image: url(../img/menu_analyse_o.gif);
}

UL.navigation A.gewinnspiel {
    background-image: url(../img/menu_gewinnspiel.gif);
    width: 188px;
}

UL.navigation A.gewinnspiel:hover {
    background-image: url(../img/menu_gewinnspiel_o.gif);
}

P {
    margin: 0;
    padding: 0;
}

/* CONTENT */
DIV.gradient {
    width: 796px;
    margin-left: 5px;
    background-image: url(../img/content_gradient.gif);
    background-repeat: repeat-x;
}

DIV.content {
    background-color: #FFFFFF;
    width: 728px;
    padding: 20px;
    margin-left: 6px;
    padding-left: 36px;
}

DIV.content.nopad {
    padding-left: 20px;
    width: 744px;
}

DIV.content H2, DIV.content H3 {
    color: #c83b10;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

DIV.content H3 {
    font-size: 26px;
}

DIV.content EM.title {
    font-weight: bold;
    font-style: normal;
    color: #1073a4;
    font-size: 14px;
}

P.home, P.text {
    width: 455px;
    font-size: 14px;
    padding-top: 20px;
    line-height: 17px;
}

P.text {
    width: auto;
    padding-top: 0px;
}

A.teaser {
    float: right;
    border: 1px solid #bebebe;
}

A.start {
    float: right;
    clear: right;
    margin-top: 20px;
    margin-right: -5px;
}

UL.list {
    padding-top: 15px;
}

UL.list LI {
    font-size: 14px;
    font-weight: bold;
    color: #1073a4;
    line-height: 20px;
    background-image: url(../img/list_arrow.gif);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

/* FOOTER */
DIV.footer {
    width: 786px;
    padding-top: 10px;
    text-align: right;
    clear: both;
    margin: 0 auto;
    height: 36px;
    background-image: url(../img/footer_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-right: 20px;
}

DIV.footer A {
    color: #FFFFFF;
    font-size: 12px !important;
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    z-index: 2000;
    margin-right: 5px;
    margin-left: 5px;
}

DIV.footer A:hover {
    text-decoration: underline;
}

DIV.linklist A {
    color: #FAF1D2;
}

/* REG FORM */
#reg_form {
		font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #010101;

}

#reg_form table {
	border: 1px solid #c4d587;
}

#reg_form td {
	padding: 6px;
	color: #010101;
	font-size: 12px;
}

#reg_form a {
	color: #309000;
	font-weight: bold;
}

#reg_form td.row1 {
	background-color: #fafdec;
	border-bottom: 1px solid #bfbfbf;
}

#reg_form td.row2 {
	background-color: #fff;
}

#reg_form h1 {
	font-size: 11px;
	color: #000;
}

#reg_form h2 {
	font-size: 12px;
}

#reg_form p {
	color: #808080;
	font-size: 11px;
	line-height: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

#reg_form .error {
	color: #f00;
}

#reg_form label {
    font-size: 12px;
}

