﻿/* by pip */

@font-face {
	font-family: "Bitstream Vera Sans";
	src: url(./bitstream_vera_sans.ttf);
}

body {
  background: #898989;
  color: #000000;
  font-size: 11pt;
  font-family: "Bitstream Vera Sans", Tahoma, Arial, Verdana, Helvetica, "Times New Roman", Times;
  text-align: center;
}

a:link {
  border-bottom:1px dotted black;
  color: #000000;
  text-decoration: none;
}

a:visited {
  border-bottom:1px dotted black;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #696969;
  text-decoration: none;
}

img {
  border: 0;
}

div#menu {
  border-bottom: 1px solid #696969;
  margin: auto;
  text-align: center;
  width: 99%;
}
div#menu ul {
  list-style: none;
  margin: 3px;
  padding: 4px;
}
div#menu ul li {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  display: inline;
  font-variant: small-caps;
  margin: 8px;
  padding: 2px;
  text-transform: uppercase;
}
div#menu ul li#current {
  background-color: #d3d3d3;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  display: inline;
  font-variant: small-caps;
  margin: 8px;
  padding: 2px;
  text-transform: uppercase;
}
div#menu ul li a {
  border-bottom: none;
}
div#menu ul li span:hover {
  color: #696969;
  cursor: pointer;
  text-decoration: none;
}

div#header {
  background: #000000 url('./images/header.jpg');
  height: 120px;
  width: 100%;
}

div#subheader {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
div#subheader h1 {
  margin-bottom: 5px;
}
div#header_lang {
  float: right;
  margin-top: 3px;
  width: 100px;
}

div#container {
  background: #FFFFFF;
  border: solid 1px #000000;
  margin: 0 auto;
  width: 1100px;
}

div#leftmenu {
  float: left;
  margin: 5px;
  width: 178px;
}

div#content {
  border-left: 1px solid #696969;
  float: right;
  min-height: 400px;
  padding: 15px;
  width: 880px;
}

div#footer {
  border-top: solid 1px #696969;
  clear: both;
  margin: auto;
  padding-bottom: 5px;
  width: 99%;
}

.button_submit {
  background: url(./images/convert.gif) center no-repeat;
  border: 0;
  height: 48px;
  width: 160px;
}

.center { 
  margin-left: auto;
  margin-right: auto;
}

.code {
  background-color: #D3D3D3;
  border: 1px dotted black;
  font-size: small;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  text-align: left;
  width: 500px;
}

.vpn {
	background-color: #F5F5F5;
	margin: auto;
	text-align: left;
	width: 95%;
}

.vpn li {
	padding-bottom: 5px;
}

h2 {
  background : lightgrey;
  letter-spacing: 2px;
  padding: 2px;
}

h3 {
  margin-bottom: 2px;
}

h4 {
  margin-bottom: 4px;
}

ul {
  margin-top: -2px;
}
li {
  margin-top: -2px;
}

