* {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style: none;
}

body {
	font-family: Arial;
	text-align: left;
	color: #fff;
	background: #252e35 url(../i/bg.gif) repeat-x;
}

#Wrapper {
	width: 760px;
	text-align: left;
	background: url(../i/wrapper.gif) no-repeat;
}

#Header {
	height: 155px;
}

#Header div.br {
	height: 101px;
}

#Header div.l {
	float: left;
	width: 60%;
}

#Header div.r {
	float: right;
	width: 40%;
	text-align: right;
}

#Menu {
	padding: 0 0 0 40px;
	height: 38px;
}

#Menu ul {
	background: url(../i/menu.gif) no-repeat;
	height: 38px;
}

#Menu li {
	display: inline;
}

#Menu a,
#Menu strong {
	display: block;
	float: left;
	height: 38px;
	text-indent: -100em;
	overflow: hidden;
}

#Menu .m1 {
	background-position: 0 0;
}

#m1 a,
#m1 strong {
	width: 96px;
}

#Menu .m2 {
	background-position: 0 -38px;
}

#m2 a,
#m2 strong {
	width: 155px;
}

#Menu .m3 {
	background-position: 0 -76px;
}

#m3 a,
#m3 strong {
	width: 126px;
}

#Menu .m4 {
	background-position: 0 -114px;
}

#m4 a,
#m4 strong {
	width: 85px;
}

#Menu .m5 {
	background-position: 0 -152px;
}

#m5 a,
#m5 strong {
	width: 110px;
}

#Outer {
	padding: 30px 0 0 40px;
	background: url(../i/outer.gif) no-repeat;
}

#Body {
	padding: 0 30px;
	background: #435d77 url(../i/body.gif) repeat-y;
}

#Body h1 {
	padding: 0 0 42px 0;
	font-size: 52px;
}

#Body h2 {
	padding: 0 0 22px 0;
	font-size: 24px;
	line-height: 24px;
	color: #ffba00;
}

#Body h3 {
	padding: 18px 0;
	font-weight: normal;
	font-size: 18px;
}

#Body p {
	padding: 0 0 22px 0;
	font-size: 13px;
}

#Body ul,
#Body ol {
	padding: 0 50px 10px 50px;
}

#Body li {
	padding: 0 0 12px 0;
	font-size: 13px;
}

#Body ul li {
	list-style: disc;
}

#Body ol li {
	list-style: decimal;
}

#Footer {
	padding: 50px 0;
	font-size: 12px;
	text-align: center;
	color: #6f8a9f;
	background: url(../i/footer.gif) no-repeat;
}

.Home .l {
	float: left;
	width: 370px;
}

.Home .r {
	float: right;
	width: 254px;
}

.Favorit .br {
	padding: 0 0 20px 0;
}

.Favorit .l {
	float: left;
	width: 450px;
}

.Favorit .r {
	float: right;
	width: 174px;
}

.Win {
	background: #b1bdc9;
}

.Win td.l {
	padding-left: 30px;
}

.Win td.r {
	padding-right: 30px;
	padding-left: 20px;
}

.Win thead td {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	color: #000;
}

.Win thead td.l {
	background: url(../i/win1.gif) no-repeat;
}

.Win thead td.r {
	background: url(../i/win2.gif) right top no-repeat;
}

.Win tfoot td {
	padding-top: 26px;
	padding-bottom: 12px;
}

.Win tfoot td.l {
	background: url(../i/win3.gif) left bottom no-repeat;
}

.Win tfoot td.r {
	background: url(../i/win4.gif) right bottom no-repeat;
}

.Win tbody td {
	padding-top: 0;
	padding-bottom: 3px;
	font-size: 13px;
	color: #000;
}

.Win tbody td.l {
	padding-right: 10px;
	font-size: 13px;
	color: #000;
}

.Win tbody td.l input {
	padding: 1px;
	width: 5em;
	font-size: 13px;
	border: solid 1px #333;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.Win td.r input {
	width: 5em;
	font-size: 18px;
	text-align: right;
	color: #c00;
	background: #b1bdc9;
	border-bottom: dotted 1px #7d97ac;
}

.gray {
	color: #c0c0c0;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
    display: inline-block;
}

.br {
    display: block;
}

* html .br {
    height: 1px;
}