/* by pip */

body {
    background: #898989;
    color: #000000;
    text-align: center;
}

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

a:visited {
    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('http://pipip.de/images/header.jpg');
    height: 150px;
    width: 710px;
}

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

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

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

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

div#acermenu span{
	border: 3px outset;
	padding: 2px;
	text-decoration: none;
}

div#acermenu span:hover {
	border: 3px inset;
	padding: 2px;
	text-decoration: none;
}
