body, h1 {
	margin:0;
	padding:0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:19px;
	background-color:#EEE;
}

#logo {
  display: inline-block;
  width: 25%; 
}


.localization {
	list-style-type:none;
	float: right;
	margin-top: 10px;
}

.localization a {
	list-style-type:none;
	float: none;
  text-align: center;
  text-decoration:none;
  color:#FFF;
  background-color:#777;
  padding: 6px;
  font-size:17px;
  font-weight: bold;
  border-radius:5px;
  border-right: 1px solid #AAA;
  border-left: 1px solid #AAA;
}

.topnav {
  position: relative;
  overflow: hidden;
  background-color: #777;
  padding: 4px;
}

.topnav a {
  float: none;
  text-align: center;
  text-decoration:none;
  color:#FFF;
  background-color:#777;
  padding: 6px;
  font-size:17px;
  font-weight: bold;
  border-radius:2px;
  border-right: 1px solid #AAA;
  border-left: 1px solid #AAA;
  margin-bottom:2px;
  margin-top:2px;
}

.topnav a:hover {

	background-color:#0faa0f;
	color:#FFF;
}

.topnav a.active {
	background-color:#0faa0f;
	color:#FFF
}

.pricelist {
	padding-bottom:30px;
	width: 90%;
	text-align: center;
	table-layout: fixed;
	border-spacing: 10px 1px;
}

.pltable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#777;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #777;
}

.plprice {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#0faa0f;
	padding: 20px 0px 20px 0px;
    border: 1px solid #777;
}

header {
	margin:auto;
	padding:5px;
	background-color:#eee;
	width:60%; 
    background: url("../mouse.jpg") no-repeat right;
    background-size: 77%, cover;
}

#content, #footer {
	margin:auto;
	padding:15px 15px 5px 15px;
	width:60%;
	border-left:3px solid #AAA;
	border-right:3px solid #AAA;
	border-image: linear-gradient(to bottom, #777, #fff) 1;
	background-color:#fff;
}

#footer {
	font-size: 9px;
	color: #777;
}

h1 {
	display:inline-block;
}

#content h1 {
	display:block;
	text-align:center;
}

#content ol {
	font-size:14px;
	margin-left:12px;
	padding-right:24px;
}

#content ol li{
	padding-bottom:3px;
}

#time {
	margin-left: 30px;
}

#encyclopedy td {
	padding: 0px 28px 0px 0px;
}

#encyclopedy a {
	text-decoration:none;
    color:#0faa0f;
}

h2 {
	margin-left:40px;
	font-size:30px;
}

.content p {
	margin-left:40px;
}

p {
	font-size: 16px;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	margin: 30px;
	text-align: left;
}
p a {
	text-decoration:none;
    color:#0faa0f;
}
p a:hover {
	text-decoration:underline;
    color:#0faa0f;
}

@media screen and (orientation: portrait) {
	
	#content, #footer {
	margin:auto;
	margin-top:20px;
	padding:5px;
	width:90%;
	border:2px solid #AAA;
	border-radius:5px;
	background-color:#fff;
	}
	
    .topnav a {
    float: none;
    font-size: xx-large;
    display: block;
    }

    .localization a {
	font-size: 37px;
    }

    header {
	width: 100%;
    }
  
    .localization {
	float: right;
    margin: 16px;
    margin-top: 10px;
	}
}