﻿/* by pip */

body {
    background: #898989;
    color: #000000;
    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#container {
    margin: 0 auto;
    width: 710px;
    border: solid 1px #000000;
    background: #FFFFFF;
}

div#header {
    background: #000000 url('./images/header_rand.php');
    height: 200px;
    width: 710px;
}

.blog {
	background: #F5F5F5;
	border: solid 1px #A9A9A9;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 85%;
}

.blog_head {
	background: #DCDCDC;
	line-height: 25px;
	font-weight: bold;
	font-size: large;
	text-align: left;
	width: 100%;
}

.blog_menu {
	background: #D3D3D3;
	border: solid 1px #A9A9A9;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 98%;
}

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

.bigfont {
	color: red;
	font-size: 250%;
}

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

div#zitat {
	background-color: #D3D3D3;
	border: 1px solid black;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 85%;
}

div#zitatv {
	background-color: #A9A9A9;
	border-bottom: 1px;
	font-weight: bold;
	font-size: small;
	text-align: left;
}

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

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

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