﻿body, div, p
{
    padding: 0px;
    margin: 0px;
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    color: #434345;
    border-collapse:collapse;
}

body {
    background-color: #00293f;
}

.FontRobotoSlab { font-family: Roboto Slab, Arial, Sans-Serif; }

.Center { text-align: center; }
.Right { text-align: right; }
.ColorBila { color: white; }
.ColorModra { color: #002a44; }

.BackgroundColorModra { background-color: #002a44; }
.BackgroundColorOkrova { background-color: #c0c0c0; }
.BackgroundColorCervena { background-color: #c0091f; }

p { padding-bottom: 8px; }
img { border: none; }
a { color: #EAEAEA; }
a:hover { color: #002a44; }

select 
{ 
	font-family: Roboto Condensed, Arial, Sans-Serif;
	font-size: 15px;
    font-weight: bold;

    box-shadow: 0px 0px 0px 2px #002a44, 0px 0px 0px 4px #85a3b9;
    -moz-box-shadow: 0px 0px 0px 2px #002a44, 0px 0px 0px 4px #85a3b9;
    -webkit-box-shadow: 0px 0px 0px 2px #002a44, 0px 0px 0px 4px #85a3b9;

    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 1px;
}

ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 1px 0px 0px 10px;
    background-image: url(Images/bckLi.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

h1, .h1
{
	font-family: Roboto Slab, Arial, Sans-Serif;
	font-size: 34px;
	line-height: 36px; 
	color: #002a44;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h2, .h2 
{
    font-family: Roboto, Arial, Sans-Serif;
    color: #002a44;
    text-transform: uppercase;
    font-size: 15px;
	line-height: 16px; 
}

h3, .h3
{
	font-family: Roboto Slab, Arial, Sans-Serif;
	font-size: 25px;
	line-height: 29px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
    margin-bottom: 3px;
}

h4, .h4
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-weight: bold;
}

h5, .h5
{
    font-family: Roboto Slab, Arial, Sans-Serif;
	font-size: 15px;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

h6, .h6
{
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	color: white;
	font-family: Roboto Slab, Arial, Sans-Serif;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

