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

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

/* GENERAL STYLES */
DIV#align {
    width: 1002px;
    margin: 0 auto;
    text-align: left;
}

.clear {
    clear: both;
}

DIV.left_col {
    width: 174px;
    overflow: hidden;
    float: left;
    padding-left: 31px;
    background-image: url(../img/left_col_bg.gif);
    background-repeat: no-repeat;

}

DIV.right_col {
    float: right;
    margin-right: 27px;
    width: 770px;
}

DIV.right_col.form {
    padding-left: 7px;
    width: 742px;
}



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

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

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

/* NAVIGATION */
UL.navigation {
    width: 174px;
    height: 513px;
    list-style-type: none;
    background-image: url(../img/menu_bg.gif);
    background-repeat: no-repeat;
    padding-top: 2px;

}

UL.navigation LI {
    width: 135px;
    height: 17px;
    margin-bottom: 3px;
    padding-left: 9px;
}

UL.navigation A {
    width: 135px;
    height: 17px;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
    padding-left: 21px;
    color: #FFFFFF;
    overflow: hidden;
    display: block;
    text-align: left;
    background-position: 11px 6px;
    background-repeat: no-repeat;
    background-image: url(../img/menu_dot.gif);
    font-weight: bold;
}

UL.navigation A:hover {
    background-color: #FFFFFF;
    background-image: url(../img/menu_hover.gif);
    color: #8fc800;
}

P {
    margin: 0;
    padding: 0;
}

H2 {
    font-size: 21px;
    font-family: Arial, Verdana, sans-serif;;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
}

/* WELCOME */
DIV.welcome {
    width: 726px;
    height: 226px;
    font-size: 12px;
    background-image: url(../img/welcome_bg.gif);
    float: left;
    padding-left: 38px;
    padding-top: 17px;
}

DIV.welcome H2 {
    margin-bottom: 0;
}

DIV.welcome H3 {
    font-size: 17px;
}

DIV.welcome span.green { color: #a7e01c; }

DIV.welcome P {
    line-height: 19px;
    width: 352px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

DIV.welcome .left {
    float: left;
}

DIV.welcome .right {
    float: right;
    padding-right: 38px;
    padding-top: 31px;
    width: 299px;
}

DIV.welcome A.welcome {
    margin-left: 60px;
}

DIV.welcome A.download {
    float: right;
    margin-top: 6px;
}

/* SMILIEGEN*/
DIV.smiliegen {
    float: left;
    width: 232px;
    height: 214px;
    padding-left: 35px;
    padding-top: 56px;
    background-image: url(../img/home_smiliegen.gif);
}

DIV.smiliegen H2 {
    color: #72ba08;
    font-size: 26px;
    margin: 0;
    padding-left: 2px;
}

DIV.smiliegen P {
    color: #4f7b93;
    padding-left: 2px;
    line-height: 14px;
    padding-bottom: 4px;
}

DIV.smiliegen .smilies { margin-top: 7px; margin-left: -5px; }

/* GEWINNSPIEL */
DIV.gewinnspiel {
    width: 295px;
    height: 241px;
    float: left;
    background-image: url(../img/home_gewinnspiel.gif);
    padding-left: 29px;
    padding-top: 29px;
}

DIV.gewinnspiel H2 {
    font-size: 30px;
    color: #3f708b;
    margin: 0;
}

DIV.gewinnspiel H3 {
    font-size: 20px;
    color: #3f708b;
    margin-top: -3px;
    margin-bottom: 3px;
}

DIV.gewinnspiel A { margin-left: -5px; }


/* TOP 10 */
DIV.home_top10 {
    float: left;
    width: 179px;
    height: 273px;
    background-image: url(../img/home_top10.gif);
    padding-top: 27px;
}

DIV.home_top10 H2 {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 16px;
    margin-bottom: 9px;
}

UL.home_top10 {
    width: 154px;
    padding-left: 10px;
}

UL.home_top10 LI {
    width: 154px;
    height: 18px;
    margin-bottom: 2px;
    display: block;
}

UL.home_top10 A {
    width: 144px;
    height: 18px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    font-weight: bold;
}

UL.home_top10 A:hover {  color: #ff6e00; }

UL.home_top10 A.first {  color: #ff6e00; }


/* CONTENT */
DIV.content {
    width: 764px;
    float: left;
    background-image: url(../img/content_bg.gif);
}

DIV.content_header {
    width: 700px;
    float: left;
    background-image: url(../img/content_header.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

DIV.content_footer {
    width: 764px;
    height: 16px;
    overflow: hidden;
    float: left;
    background-image: url(../img/content_footer.gif);
}

DIV.content A { color: #FFFFFF; }

/* FOOTER */
DIV.footer {
    width: 1002px;
    text-align: left;
    clear: both;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    color: #9fdbf1;
}

DIV.footer A {
    color: #9fdbf1;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

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

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

}

#reg_form h1 {
    font-weight: normal;
    font-size: 12px !important;
    font-style: italic;
    font-family: Arial, Verdana, sans-serif;
    margin-left: 100px;
}

#reg_form table {
	border: 1px solid #a6c8da;
	margin-bottom: 5px;
}

#reg_form td {
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
	    border-bottom: 1px solid #a6c8da;


}

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

#reg_form td.row1 {
    border-bottom: 1px solid #a6c8da;

}

#reg_form td.row2 {
    border: 0;
}

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

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

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



#reg_form .error {
	color: #f93333;
}

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

#reg_form input.agb {
    float: left;
    margin-left: 30px;
}

#reg_form label.agb {
    margin-left: 4px;
    float: left;
}

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

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

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

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