/*	---------------------------------------------------------------------------------------
	Copyright:	www.tipsport.com
	Author:     Pavel Kraus
	Date:		16.4.2014
	---------------------------------------------------------------------------------------*/

/*	------------------------------------*\
				    RESET
\*	------------------------------------*/
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #001a3b url(img/bg.png) repeat-x 0 0;
	height: 100%;
}

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

.t-left {
	text-align: left;
}

.header {
	width: 900px;
	height: 78px;
	margin: 0;
	padding: 0;
	background: url(img/header.png) no-repeat 0 0;
	position: relative;
}

.header p.logo {
	position: absolute;
	top: 18px;
	left: 28px;
}

div.container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

div.content {
	margin: 0 auto;
	padding: 160px 0 0;
	display: block;
	width: 900px;
}

.inner {
	width: 840px;
	padding: 30px;
	background-color: #dadada;
}

h1 {
	color: #323437;
	font: normal bold 1.1em/1.2em Arial, Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 15px;
}

h2 {
	color: #323437;
	font: normal bold 0.9em/1.2em Arial, Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
}

h3 {
	color: #353535;
	padding-bottom: 1px;
	font: normal bold 0.8em/1.2em Arial, Lucida, Verdana, sans-serif;
}

div.content p {
	color: #333437;
	margin-bottom: 18px;
	text-decoration: none;
	text-shadow: #9ca8bf 0 1px 1px;
	font: normal normal 0.9em/1.2em Arial, Lucida, Verdana, sans-serif;
}

.footer {
	width: 880px;
	height: 30px;
	margin: 1px auto 0;
	padding: 4px 20px 0 0;
	background: url(img/footer.png) no-repeat 0 0;
	text-align: right;
	color: #abccfd;
	font: 0.8em Arial;
}

ul {
	list-style-type: decimal;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	color: #333437;
}



ul li {
	color: #333437;
	text-decoration: none;
	text-shadow: #9ca8bf 0 1px 1px;
	font: normal normal 0.9em/1.2em Arial, Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 3px;
}

table {
	border-collapse: collapse;
	border: 1px solid #333437;
	margin: 0 0 15px;
	padding: 0;
}

table tr {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
	border: 1px solid #333437;
	font: normal normal 0.9em/1.2em Arial, Lucida, Verdana, sans-serif;
	padding: 8px;
	text-align: right;
}

