/* 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;
}

div#header {
  background: #000000 url('./img/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: 1px solid #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%;
}

div#menu {
	border-bottom: 1px solid #696969;
	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#search {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 8px;
	width: 400px;
	white-space: nowrap;
}

div#stats {
	background: #dcdcdc;
	border: 1px dotted black;
	clear: both;
	font-size: small;
	margin: 12px auto 8px auto;
	padding: 2px;
	width: 400px;
	white-space: nowrap;
}

div#rssfeed {
	float: right;
	margin-top: 3px;
}

img{
	border: 0;
}

hr {
	text-align: center;
	width: 540px;
}

h3 {
  margin-bottom: 2px;
}

table#statistic {
	margin: auto;
	padding: 3px;
}
table#statistic th {
	padding: 5px;
}
table#statistic td {
	padding: 5px;
	vertical-align: top;
}

ul.page_navi_left {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.page_navi_left li {
	border: 1px dotted grey; 
    float: left;
    padding: 0px 2px 0px 2px;
    margin: 0 2px 0 2px;
}

.claim {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.container {
	border: 1px solid #DCDCDC;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

.datum {
	font-style: italic;
}

.details {
	float: right;
	height: 230px;
	text-align: left;
	width: 60%;
}
.details_container {
	border: 1px solid black;
	margin: auto;
	padding: 2px;
	text-align: center;
	width: 80%;
}
.details_screenshot {
	float: left;
	height: 230px;
	width: 40%;
}

.googlead {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.help_text {
	margin: auto;
	width: 95%;
}

.how2list {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: right;
	width: 640px;
}

.img {
	border: 0;
	max-height: 210px;
	max-width: 180px;
	margin-top: 10px;
	margin-bottom: 10px
}
.img_box {
	float: left;
	height: 230px;
	text-align: center;
	width: 200px;
}
.img_damnIE {
	border: 0;
	height:210px;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px
}

.new {
	color: #DC143C;
	margin-left: 8px;
}

.page_navi {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.page_navi_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.page_navi_right {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

.table {
	border: 1px solid #A9A9A9;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
}

.text_box {
	float: left;
	height: 230px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 550px;
}

.titel {
	background-color: #B0C4DE;
	font-family: verdana;
	font-weight: bold;
	text-decoration: overline underline;
}

.website {
	color: #191970;
}

