@font-face {
    font-family: Oswald;
    src: url('Oswald.woff') format('woff')
}
*
{
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	 background: #000 url('/images/background.jpg') center top no-repeat fixed;
	color: #222;
    padding-top: 15px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.4;
}
a {
  color: #0389d6;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #31b4ff;
  text-decoration: none;
}

a:focus {
    outline: none;
}
.mawel_all {
    width: 960px;
    margin: 0 auto;
    display: block;
    background: #FFF;
}
.mawel_logo {
    height: auto;
    padding: 10px 15px 20px 15px;
}
.mawel_upmenu {
    padding: 0;
    position: relative;
    height: 23px;
    background: #fff;
    z-index: 400;
}
.mawel_upmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    line-height: 1.0;
}
.mawel_upmenu ul li {
    float: left;
    position: relative;
}
.mawel_upmenu ul li a {
  color: #555;
  padding: 11px 15px;
  text-decoration: none;
  font-family: 'Oswald', Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  display:block;
}

.mawel_upmenu ul li a:hover {
    color: #0389d6;
  outline: 0;
}


#search
{
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 6px 6px 6px 6px;
	text-align: left;
	min-height: 16px;
	min-width:220px;
}
#search #s
{
	background: none;
	border: 0;
	color: #979797;
	margin: 0;
	outline: none;
	padding: 0;
	width: calc(100% - 16px);
	float:left;
}
#content-search
{
	padding: 15px 0;
}
#topsearch
{
	float: right;
	margin-top: 5px;
}
.hrarea
{
    position: relative;
    height: 4px;
    z-index: 300;
    background: #7e7e84;
}
.mawel_middle {
    padding: 15px;
    background: #fff;
}
.mawel_txtblock {
    overflow: hidden;
    float: left;
    width: 615px;
}
.mawel_txtblock h1 {	 color: #333;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', Sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}
.mawel_txtblock p
{
	margin: 10px 0 10px 0;
}
.mawel_txtblock ul, .mawel_txtblock ol
{
	margin: 5px 0 5px 20px;
}
.mawel_txtblock li
{
	margin: 5px 0;
}
.mawel_way
{
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
.mawel_sideblock {
    overflow: hidden;
    float: left;
    width: 300px;
    margin-left: 15px;
}
.mawel_sideblock h2 {	 color: #414445;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background: url('images/h2image.png') left bottom no-repeat;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.mawel_sideblock ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mawel_sideblock ul li
{
	padding: 0 0 9px 12px;
margin: 0 0 8px 0;
border-bottom: 1px solid #eee;
}
.mawel_sideblock ul li:before{
    content: "\007e";
    color: #0389d6;
    display: inline-block;
    position: relative;
    top: 0px;
    left: -10px;
}
.mawel_sideblock ul li.current:before{
    content: "\007e";
    color: red;
    display: inline-block;
    position: relative;
    top: 0px;
    left: -10px;
}
.mawel_sideblock ul li.current{
    position: relative;
    left: 10px;
}
.mawel_sideblock ul li.current a{
    color: #2b4869;
}
.mawel_sideblock ul li a {
    color: #222;
    text-decoration: none;
}
.mawel_sideblock ul li a:hover {
    color: #3ea8ec;
    text-decoration: none;
}
.mawel_endblock {
    color: #fff;
    background: #7e7e84;
    text-align: center;
    padding: 9px 0;
}
.mawel_txtblock img {	max-width:100%;
	height:auto;
}
.mawel_txtblock table {	width:auto;
}
.mawel_speedblock {
    color: #7B7B7B;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 0 0;
}
h5 {	font-size:14px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
}
svg {	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
}