html, body, p, a, span, h1, h2, h3, ul, li, img, form, input, button, hr, table, tr, td, #container  { 
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../img/bg.gif) #ffffff repeat-x;
	position: relative;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

div {
	text-align: left;
}

p {
	color: #666666;
	padding-bottom: 9px;
	
}

table {
	font-size: 11px;
	line-height: 14px;
	border: 0;
	text-align: left;
	border-collapse: collapse;
}

tr, td {
	border: 0;
}

ul, li {
	list-style: none;
}

input, textarea {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px;
}

#container {
	width: 996px;
}

#popup #container {
	width: 780px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#nav {
	width: 192px;
	padding-left: 12px;
}

#content {
	width: 792px;
}

#popup #content {
	width: 576px;
}

#head {
	height: 106px;
}

#main, #head_main {
	width: 576px;
}

#side, #head_side {
	width: 216px;
}

#foot {
	height: 37px;
	line-height: 37px;
	color: #cccccc;
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.hide {
	display: none;
	}

.space {
	height: 12px;
	overflow: hidden;
}

.space_30 {
	height: 30px;
	overflow: hidden;
}

.space_9 {
	height: 9px;
	overflow: hidden;
}

.space_6 {
	height: 6px;
	overflow: hidden;
}

.space_3 {
	height: 3px;
	overflow: hidden;
}

.rel {
	position: relative;
}

.cursor {
	cursor: pointer;
}

#noscript {
	background-color: #ff0000;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	padding: 20px;
}

/* #### General ############################# */

h1 {
	height: 20px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1.title {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 8px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.bold {
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}

.align_r {
	text-align: right;
	}

.align_c {
	text-align: center;
	}

.pad_9 {
	padding: 9px;
}

.pad_r_9 {
	padding-right: 9px;
}

.pad_l_9 {
	padding-left: 9px
}

.pad_l_12 {
	padding-left: 12px
}

.pad_l_14 {
	padding-left: 14px;
}

.pad_t_2 {
	padding-top: 2px;
}

.margin_l_12 {
	margin-left: 12px;
	}

.fl_marg_r_5 {
	float: left;
	margin-right: 5px;
}

.border {
	border: 1px solid #808080;
}

.white {
	color: #ffffff;
}

.red, a.red {
	color: #db0036;
}

.green, a.green {
	color: #009900;
}

.grey {
	color: #666666;
}

.lightgrey {
	color: #999999;
}

.blue, a.blue {
	color: #00384e;
}

.lightblue {
	color: #99b7c3;
}

.skyblue {
	color: #3782ae;
}

.black {
	color: #000000;
}

.bg_white {
	background-color: #ffffff;
}

.bg_red {
	background-color: #db0036;
}

.bg_grey {
	background-color: #ebebeb;
}

.bg_othergrey {
	background-color: #dbdbdb;
}

.bg_toughgrey {
	background-color: #d6d6d6;
}

.bg_lovelygrey {
	background-color: #b6b6b6;
}

.bg_midgrey {
	background-color: #cccccc;
}

.bg_darkgrey {
	background-color: #999999;
}

.bg_lightgrey {
	background-color: #f5f5f5;
}

.bg_lightblue {
	background-color: #1a5d78;
}

.bg_lighterblue {
	background-color: #4d8196;
}

.bg_darkblue {
	background-color: #002d3e;
}

.bg_black {
	background-color: #000000;
}

.hr {
	height: 1px;
	background-repeat: repeat-x;
	margin-right: 12px;
	overflow: hidden;
}

.h_3 {
	height: 3px;
	background-position: 0 1px;
	}
	
.h_25 {
	height: 25px;
	background-position: center;
	}

.h_11 {
	height: 11px;
	background-position: center;
	}

.line_black {
	background-image: url(../img/hr_black.gif);
}

.line_grey {
	background-image: url(../img/hr_grey.gif);
}

.line_blue {
	background-image: url(../img/hr_blue.gif);
}

.line_bluegrey {
	background-image: url(../img/hr_bluegrey.gif);
}

.line_white {
	background-image: url(../img/hr_white.gif);
}

.corner {
	height: 9px;
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	overflow: hidden;
}

.shut {
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	padding-right: 15px;
}

.grey_off {
	background-image: url(../img/corner_grey_off.gif);
}

.grey_on {
	background-image: url(../img/corner_grey_on.gif);
}

.white_off {
	background-image: url(../img/corner_white_off.gif);
}

.white_on {
	background-image: url(../img/corner_white_on.gif);
}

/* #### Head ############################# */

#head_main {
	padding-top: 24px;
}

.head_shadow {
	height: 8px;
	z-index: 20;
	position: absolute;
	background: url(../img/head_shadow.png) repeat-x;
}

#head .head_shadow, #nav .head_shadow {
	width: 180px;
	}
	
#side .head_shadow {
	width: 216px;
	}

/* #### Navigation ############################# */

#logo {
	height: 93px;
	padding-top: 13px;
}

.nav_box_white {
	width: 184px;
	color: #666666;
	background-color: #ebebeb;
	background: url(../img/box_nav_bg_white.jpg) no-repeat;
	background-color: #ebebeb;
	margin-top: 8px;
}

.nav_box_white a {
	color: #666666;
	cursor: pointer;
}

.nav_box_head {
	height: 10px;
	background: url(../img/box_nav_head.gif) no-repeat;
	overflow: hidden;
}

.nav_box_foot {
	height: 14px;
	background: url(../img/box_nav_foot.gif) no-repeat;
	overflow: hidden;
}

.nav_box_body {
	background: url(../img/box_nav_body.gif) repeat-y;
	padding-left: 9px;
	padding-right: 14px;
}

.nav_box_body h1.first {
	padding: 0;
}

li.bullet, #main_teaser_small li, #help li, #agb li {
	background: url(../img/arrow_grey.gif) 0 6px no-repeat;
	padding-left: 12px;
}

#nav li.sub {
	background: url(../img/hr_black.gif) 0 12px repeat-x;
	padding-left: 0px;
}

#nav li a, #nav li.sub, #nav li.bullet {
	color: #444444;
}

#nav li.bullet.red a, #nav li.franch.red a {
	color: #db0036;
}

#nav li {
	height: 16px;
	line-height: 12px;
	padding-top: 3px;
}

#nav .line {
	border-bottom: 1px solid #d6d6d6;
}

#nav_more {
	height: 18px;
	line-height: 22px;
	color: #00384e;
	text-decoration: underline;
	cursor: pointer;
}

/* #### Main ############################# */

.main_space {
	margin-right: 12px;
}

#path, #path a {
	height: 50px;
	line-height: 35px;
	color: #999999;
}

/*
#main li {
	color: #666666;
}
*/

#main_teaser_space {
	height: 285px;
	overflow: hidden;
	position: relative;
}

#main_teaser_pict {
	z-index: 2;
	position: absolute;
	top: 73px;
}

#main_teaser_subline {
	z-index: 3;
	position: absolute;
	top: 303px;
	color: #ffffff;
}

#main_teaser_subline ul {
	padding: 8px;
}

#main_teaser_subline li {
	color: #ffffff;
	background-image: url(../img/arrow_white.gif);
}

#main_teaser_subline input {
	width: 158px;
	height: 15px;
	border: 0;
}

#static .box_1 {
	width: 183px;
}

#static .box_2 {
	width: 357px;
}

.box_half {
	width: 282px;
}

.box_main {
	width: 180px;
	padding-right: 12px;
	min-height: 1px;
	position: relative;
}

.box_main .pict {
	border: 1px solid #999999;
	border-bottom: 0;
	padding: 0px;
	position: relative;
	}

.box_main .pict_subline {
	z-index: 2;
	position: absolute;
	top: 97px;
	color: #ffffff;
	padding-left: 8px;
}

.box_main .content {
	height: 70px;
	line-height: 18px;
	color: #666666;
	border: 1px solid #999999;
	border-top: 0;
	background-color: #f3f3f3;
	padding: 8px;
}

#tipico #start .box_main a {
	color: #000000;
	text-decoration: underline;
}

#main_teaser_small .box_main {
	line-height: 18px;
}

#franchise .box_main h3 {
	line-height: 18px;
	text-decoration: none;
}

.box4_main {
	width: 132px;
	padding-right: 12px;
	min-height: 1px;
}

.col {
	width: 564px;
	height: 24px;
	line-height: 24px;
}

.col.ext {
	width: 568px;
}

.col_1 {
	width: 46px;
	height: 24px;
	color: #666666;
	padding: 0;
	padding-left: 9px;
	overflow: hidden;
}

.col_2 {
	width: 30px;
	color: #666666;
	text-align: right;
	padding: 0;
	}

.col_3 {
	width: 329px;
	padding: 0;
	padding-left: 24px;
}

.col_4 {
	width: 39px;
	text-align: center;
	background: url(../img/but.gif) 50% 50% no-repeat;
	padding: 0;
}

.col_5 {
	width: 39px;
	text-align: center;
	padding: 0;
	}

.col_6 {
	width: 117px;
	text-align: center;
	padding: 0;
	}

.col_7 {
	width: 235px;
}

.col_8 {
	width: 22px;
	padding-top: 4px;
	padding-left: 5px;
}

.col_9 {
	width: 114px;
	padding-left: 20px;
}

.col_10 {
	width: 281px;
	padding: 0;
	padding-left: 9px;
}

.col_11 {
	width: 110px;
	text-align: center;
}

.col_12 {
	width: 326px;
}

.col_13 {
	width: 372px;
	padding: 0;
	padding-left: 9px;
}

#lang {
	line-height: 16px;
	text-align: center;
	color: #cccccc;
	margin-left: 24px;
}

#lang a {
	font-weight: bold;
	vertical-align: middle;
	padding-left: 9px;
	padding-right: 9px;
}

#lang img {
	vertical-align: middle;
	margin-right: 9px;
}

/* --------------------------------------- */
/* Buttons Mein Tipico */

.button {
	height: 24px;
	background: url(../img/button.gif) no-repeat;
}

.button_on {
	height: 24px;
	background: url(../img/button_on.gif) no-repeat;
}

.button_66 {
	width: 66px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	cursor: pointer;
	background: url(../img/button_66.gif) 50% 0px no-repeat;
}

.button_120 {
	height: 24px;
	background: url(../img/button_120.gif) no-repeat;
}

.button_180 {
	width: 180px;
	height: 24px;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	cursor: pointer;
	background: url(../img/button_180.gif) no-repeat;
	padding-bottom: 2px;
}

.button_192 {
	width: 192px;
	height: 24px;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	cursor: pointer;
	background: url(../img/button_192.gif) no-repeat;
	padding-bottom: 2px;
}

.button_buy {
	width: 86px;
	height: 37px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	cursor: pointer;
	margin-top: 18px;
	margin-bottom: 145px;
}

.flex_button_grey {
	font-size: 12px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/button_l_grey.gif) 0 50% no-repeat;
	padding:  8px 0 8px 22px;
}

.flex_button_grey_l {
	font-size: 12px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/button_l_grey_l.gif) 0 50% no-repeat;
	padding:  8px 0 8px 22px;
}

.flex_button_grey span, .flex_button_grey_l span, .flex_button_red span, .flex_button_blue span {
	line-height: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../img/button_r.gif) 100% 50% no-repeat;
	padding: 8px 13px 8px 0;
}

.flex_button span img {
	padding-right: 5px;
}

.button a, .button_drop div, .button_drop_on div, .button_on div, .button_slider div, #drop_down a, .button_120 a, .button_180, .button_192 {
	font-size: 12px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 9px;
}

.button_192 img, .button_180 img {
	padding-bottom: 1px;
	padding-right: 5px;
}

/* --------------------------------------- */
/* Meine Wetten / Kontoauszug */

.sheet_head {
	height: 37px;
	background: url(../img/sheet_bg.jpg) repeat-x;
}

.sheet_head .but_close {
	margin-top: 5px;
	margin-right: 9px;
}

.sheet_col_1 {
	width: 81px;
	height: 24px;
	line-height: 24px;
	padding-left: 9px;
}

.sheet_col_2 {
	width: 102px;
	height: 24px;
	line-height: 24px;
}

.sheet_col_3 {
	width: 200px;
	height: 24px;
	line-height: 24px;
}

.sheet_col_4 {
	width: 157px;
	height: 24px;
	line-height: 24px;
	padding-right: 15px;
}

.sheet_sub {
	width: 474px;
}

.sheet_sub .sheet_col_2, .sheet_sub .sheet_col_3, .sheet_sub .sheet_col_4, .sheet_sub_col {
	height: 15px;
	line-height: 15px;
}

.sheet_sub_col {
	width: 462px;
	height: 75px;
}


.sheet_sub_col .left {
	width: 201px;
	padding-left: 3px;
}

.sheet_sub_col .right {
	width: 255px;
	text-align: right;
	padding-right: 3px;
}

.sheet_col_1 img {
	margin-top: 7px;
	margin-right: 4px;
}

.p_red {
	background-color: #ff0000;
}

.p_green {
	background-color: #00cc00;
}

.p_yellow {
	background-color: #ffcc00;
}

.p_blue {
	background-color: #0000cc;
}

/* --------------------------------------- */
/* Persönliche Daten, Registrierung, Einzahlung */

.sheet_l {
	width: 174px;
	height: 24px;
	line-height: 24px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
}

.sheet_r {
	width: 370px;
	height: 24px;
	line-height: 24px;
}

.marginal .sheet_r {
	width: 358px;
	height: 24px;
	line-height: 24px;
}

.sheet_r .form {
	width: 312px;
	margin-right: 15px;
}

.input_text {
	height: 16px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.input_area {
	width: 312px;
	height: 100px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}

.sheet_r .input_text {
	width: 310px;
	margin-top: 3px;
}

.sheet_r select, .this_sel {
	height: 18px;
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #cccccc;
	margin-top: 3px;
	<!--
	margin-top: 0;
	-->
}

.sheet_r .select {
	width: 100px;
	height: 18px;
}

.sheet_r .select_2 {
	width: 99px;
	height: 16px;
	margin-left: 2px;
}

.sheet_r .radio, .sheet_r .check {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	<!--
	margin-top: 2px;
	-->
}

.input_data {
	width: 240px;
	height: 15px;
	border: 0;
}

.sheet_r img, .micro input, .sub input {
	float: left;
	margin-right: 5px;
}

.sheet_r .img_1 {
	margin-top: 5px;
}

.sheet_l .img_1 {
	margin-top: 5px;
	margin-left: 6px;
}

.sheet_r .img_2 {
	margin-top: 9px;
}

.box_action {
	height: 48px;
}

.box_action .button, .box_action .this_button {
	margin-top: 12px;
}

.box_action .img_3 {
	margin-left: 9px;
	margin-top: 9px;
}

.macro {
	font-size: 12px;
	line-height: 16px;
	padding-left: 12px;
	padding-right: 12px;
	}

.micro {
	font-size: 10px;
	padding: 12px;
	}

.micro.contact {
	padding: 0;
	line-height: 20px;
	}
	
#static li {
	color: #000000;
	margin-bottom: 10px;
}

.marginal {
	padding: 9px;
	padding-left: 50px;
}

.marginal_l {
	width: 125px;
}

.warning_1 {
	background: url(../img/warning_big_1.gif) #f8ccd7 22px 12px no-repeat;
}

.warning_2 {
	min-height: 28px;
	background: url(../img/warning_big_2.gif) #ccebcc 22px 12px no-repeat;
}

.warning_3 {
	min-height: 28px;
	background: url(../img/warning_big_3.gif) #ccebcc 22px 12px no-repeat;
}

.icon_A {
	background: url(../img/A.gif) 22px 12px no-repeat;
}

.icon_B {
	background: url(../img/B.gif) 22px 12px no-repeat;
}

.icon_C {
	background: url(../img/C.gif) 22px 12px no-repeat;
}

#contact .text {
	margin-top: 10px;
}

/* #### Side ############################# */

.box_side {
	border: 1px solid #d6d6d6;
	margin-top: 12px;
	padding: 11px;
}

/* #### Foot ############################# */

#foot a {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

/* #### Messe ############################# */

#exhibition h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	padding-bottom: 36px;
}

#exhibition #main_teaser_space {
	height: 359px;
	overflow: hidden;
	position: relative;
}

#exhibition #main_teaser_subline {
	z-index: 3;
	position: absolute;
	top: 346px;
	color: #ffffff;
}