/* by pip */

body {
    background: #898989;
    color: #000000;
	font-size: 14px;
    text-align: center;
}

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

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

div#content {
	min-height: 400px;
}

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

div#header {
    background: #000000 url('./img/header.jpg');
	margin-left: auto;
	margin-right: auto;
    height: 150px;
    width: 710px;
}

div#menu {
	border-bottom: 1px solid black;
	text-align: left;
    width: 100%;
}
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;
	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;
}

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: solid 1px #DCDCDC;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 620px;
}

.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;
}

.head {
	border: 2px dotted black;
	clear: both;
	font-size: xxx-large;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 550px;
}

.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: solid 1px #A9A9A9;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 400px;
}

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

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

.website {
	color: #191970;
}
