@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

* {
margin:0;
padding:0;
}

body {
font-family:Tahoma, sans-serif;
}

/*----- ВЕРХНЕЕ МЕНЮ -----*/
header {
width:100%;
height:2em;
background:silver;
position:fixed;
}

nav {
margin:0 auto;
width:40%;
}

/*  СПИСОК "ВЕРХНЕЕ МЕНЮ"  */
.breadcrumbs {
  list-style-type:none;
}

.breadcrumbs li {
float:left;
padding:0.5em 1em 0 0;
font-size: 0.9em;
}

.breadcrumbs a {  
text-decoration: none;
color: blue;
}

.breadcrumbs a:hover {
 color:firebrick;
}
/*------------------------*/
h1 {
font-family: Roboto;
font-weight: 500;
}

h1, h2, h3 {
color:#494949; /* темно-темно серый */
}

h2 {
font-size:1em;
}

h2.float {
float:left;
}

div.red h2{
padding-top:20px;
color:#c4110d;
}

/*  div's  */
.wrapper {
width:700px;
margin:0 auto;
padding-top:4em;
padding-bottom:2em;
color:#494949;
}

div.hat {
text-align:center;
margin-bottom:15px;
}

div.last {
color:#c4110d;
font-size:0.9em;
font-family:Roboto;
font-weight:500;
}

/*   Абзацы   */
h2.float + p {
padding-top:0px;
text-indent:10px;
}

p.bottom {
padding-bottom:4px;
margin-bottom:6px;
border-bottom:2px solid #494949;
}

/*   Шрифты   */
.kursiv {
font-style:italic;
}

/*  СПИСКИ  */
.ListDot {
list-style-type:none;
list-style-image:url('../myImages/marker_dot2.jpg');
padding-left:17px;
}

li {
padding-left:2px;
}
