/* BASIC STYLES */
BODY {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #003f63;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	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;
}

/* GENERAL STYLES */
DIV#align {
    width: 903px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    height: 100%;
}

H1.header {
    width: 810px;
    height: 202px;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    display: block;
    line-height: 5000;
    font-size: 0;
    margin: 0;
    padding: 0;
    color: #309000;
    border: 0;
    overflow: hidden;
}

/* NAVIGATION */
UL.navigation {
    width: 163px;
    height: auto;
    list-style-type: none;
    background-repeat: repeat-y;
    font-size: 0;
    float: left;
    margin-top: 115px;
    overflow: hidden;
}

UL.navigation LI {
    width: 157px;
    height: 33px;
    background-image: url(../img/menu_bg.jpg);
    background-repeat: repeat-y;
    padding-left: 6px;
}

UL.navigation LI.startseite {
    margin-top: 10px;
}

UL.navigation A {
    width: 122px;
    height: 33px;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: 32px;
    padding-left: 25px;
    color: #FFFFFF;
    overflow: hidden;
    display: block;
    text-align: left;
}

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

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

UL.navigation A.startseite {
    background-image: url(../img/menu_startseite.gif);
    position: relative;
    top: -10px;
}

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

}

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

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


UL.navigation LI.last {
    height: 44px;
    background-image: url(../img/menu_bg_last.jpg);
}

UL.navigation LI.last A {
    background-image: url(../img/menu_button_last.gif);
}

UL.navigation LI.last A:hover {
    background-image: url(../img/menu_button_last_o.gif);
}

DIV.mc_spacer {
    float: left;
    font-size: 0;
    margin-top: 139px;
    width: 16px;
    background-image: url(../img/mc_spacer.jpg);
    height: 198px;
}

DIV.menu_footer {
    width: 179px;
    height: 145px;
    overflow: hidden;
    background-image: url(../img/menu_footer.jpg);
    float: left;
}



/* CONTENT */
DIV#content {
    width: 696px;
    float: right;
    min-height: 450px;
    color: #3b3b3b;
    margin-top: 139px;
    padding-left: 14px;
    padding-right: 14px;
    background-image: url(../img/content_bg.jpg);
}

DIV#content DIV.welcome {
    width: 100%;
    background-image: url(../img/home_teddy.gif);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    top: -70px;
    padding-top: 80px;
    right: -14px;
    overflow: hidden;
    margin-bottom: -70px;
}

DIV#content H2 {
    font-weight: bold;
    font-size: 19px;
    color: #3b3b3b;
    font-family: Arial, Helvetica, Geneva, sans-serif;
}

P.text {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
    color: #010101;
    margin-top: 5px;
    line-height: 15px;
}

DIV.welcome H2 {
    margin-left:10px;
}

SPAN.orange { color: #ff4902; }

P.welcome {
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
    line-height: 21px;
    margin: 0;
    padding: 0;
    margin-top: 13px;
    margin-right: 220px;
    margin-left: 10px;
}

DIV.welcome H3 {
    float: left;
    margin-left:10px;
    color: #3b3b3b;
    font-size: 15px;
    margin-top: 15px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
}

A.archiv {
    width: 301px;
    height: 52px;
    float: right;
    margin-right: 20px;
}

/* HOME BOX */
A.home_box {
    float: left;
    width: 226px;
    height: 146px;
    overflow: hidden;
    margin-left: 2px;
    margin-top: 12px;
    margin-right: 3px;
}

A.home_box IMG {
    width: 226px;
    height: 146px;
    overflow: hidden;
}

/* FOOTER */
DIV.footer {
    width: 724px;
    height: 31px;
    padding-top: 30px;
    text-align: center;
    background-image: url(../img/content_footer.png);
    background-repeat: no-repeat;
    float: right;
}

DIV.footer A {
    color: #9ed8e4;
    font-size: 10px;
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    z-index: 2000;
    margin-left: 10px;
    margin-right: 10px;
}

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

/* REG FORM */
#reg_form {
		color: #010101;
	font-size: 12px;
}

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

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

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

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

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

#reg_form h1 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: normal;
}

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

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

#reg_form .error {
	color: #f00;
}

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

DIV.linklist {
	display: hidden;
	text-align: center;
}

DIV.linklist A {
	font-size: 10px;
	line-height:0;
	color: #2ABABA;
}

DIV.linklist UL {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

DIV.linklist LI {
	display: inline;
	margin: 0;
	padding: 0;
}