body {
 font-family: Verdana, sans-serif;
 font-size: 12px;
 margin: 0;
}

div.header {
 background: url(/home/background.png) repeat-y;
 border-bottom: 1px #333 solid;
 padding-left: 50px;
 height: 28px;
}

div.header ul.nav {
 display: inline;
 list-style: none;
 position: absolute;
 top: 0px;
 left: 151px; /* 50 + 76 + 25 */
 margin: 0;
 padding: 0;
}

div.header ul.nav li {
 display: inline;
 font-weight: bold;
 line-height: 28px;
 padding-right: 1em;
}

div.header ul.lang {
 display: inline;
 list-style: none;
 position: absolute;
 top: 0px;
 right: 50px;
 margin: 0;
 padding: 0;
}

div.header ul.lang li {
 display: inline;
 font-weight: bold;
 line-height: 28px;
 padding-left: 1em;
}

div.content {
 margin: 50px 50px 25px 50px;
 padding-bottom: 25px;
 border-bottom: 2px #063 solid;
}

div.box {
 border: 1px #333 solid;
 background-color: #eee;
 padding: 1em;
}

div.footer {
 padding: 0px 50px 50px 50px;
}

div.footer ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

div.footer ul li {
 display: inline;
 padding-right: 1em;
}

img {
 border: 0;
}

img.title {
 vertical-align: middle;
}

h1 {
 font-family: Georgia, serif;
 font-size: 150%;
}

h2 {
 font-family: Georgia, serif;
 font-size: 140%;
}

h3 {
 font-family: Georgia, serif;
 font-size: 130%;
}

h4 {
 font-family: Georgia, serif;
 font-size: 120%;
}

h5 {
 font-family: Georgia, serif;
 font-size: 110%;
}

h6 {
 font-family: Georgia, serif;
 font-size: 100%; /* 12px */
}

dt {
 font-weight: bold;
}

hr {
 border: 1px solid #063;
}

a:link {
 color: #000;
}

a:visited {
 color: #333;
}

a:hover {
 background: #9f9;
}

p {
 line-height: 133%;
}

li {
 line-height: 133%;
}

.blue {
 color: blue;
}

.red {
 color: red;
}

@media only screen and (max-width : 1024px) {

body {
 font-size: 16px; /* default */
}

div.header {
 padding-left: 10px;
}

div.header ul.nav {
 left: 96px; /* 10 + 76 + 10 */
}

div.header ul.lang {
 right: 10px;
}

div.content {
 margin: 10px 10px 5px 10px;
 padding-bottom: 5px;
}

div.footer {
 padding: 0px 10px 10px 10px;
}

img {
 padding-right: 10px;
}

}
