@font-face {
    font-family: 'bebas';
    src: url('bebasneue.eot');
    src: url('bebasneue.eot?#iefix') format('embedded-opentype'),
         url('bebasneue.woff') format('woff'),
         url('bebasneue.ttf') format('truetype'),
         url('bebasneue.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cool';
    src: url('coolvetica.woff') format('woff'),
         url('coolvetica.ttf') format('truetype'),
         url('coolvetica.svg#coolvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geosans';
    src: url('geosanslight.woff') format('woff'),
         url('geosanslight.ttf') format('truetype'),
         url('geosanslight.svg#geosanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	background-color: #000000;
}

.news img{
	border: 2px solid white;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #D4942C;
    text-decoration: none;
}

a:active {
    color: #D4942C;
    text-decoration: none;
}

body{
	color: white;
	text-align: center;
}

.blocktext{
	font-family: geosans;
	font-size: 22px;
	font-align: block;
}

#leisteunten{
	font-family: bebas;
	font-size: 15px;
}

.ueberschrift{
	font-family: geosans;
	font-size: 90px;
}

.ueberschriftklein{
	font-family: geosans;
	font-size: 70px;
}

.ueberschriftsehrklein{
	font-family: geosans;
	font-size: 20px;
}

bildtext{
	font-family: geosans;
	font-size: 18px;
}

.ebaytext{
	font-family: geosans;
	font-size: 18px;
	text-align: center;
}

.ebayfoto{
	border: 1px solid white;
}

impressum {
	font-family: verdana;
	font-align: block;
	font-size: 14px;
}

agb {
	font-family: verdana;
	font-align: block;
	font-size: 14px;
}

#container{
	width: 950px;
}

#content{
	min-height: 500px;	
}

.buttonmadeby{
	background: url(../img/madeby2.png);
	background-position: center center;
	background-repeat: no-repeat;
    width: 268px;
	height: 30px;
	border: none;
	cursor: pointer;
}

.buttonmadeby:hover{
	background: url(../img/madeby.png);
}