@charset "UTF-8";

* {
	margin: 0;
	padding:0;
}
body {
	background-color: #130204;
	background-image: url(./__assets/img/bg_.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-attachment: fixed;
}
h2 {
	font-size: 2em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap {
	background-image: url(./__assets/img/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
}
#wrap #header {
}
#wrap #header #logo {
	width: 173px;
	float: left;
}
#masthead {
	font-size: 1.4em;
	color: #fff;
	background-color: #000;
	padding: .5em;
	margin-left: 5px;
	display: none;
} 
#wrap #header #nav {
	height: 30px;
	margin-left: 168px;
	display: none;
}
#wrap #header #nav ul {
	list-style-type: none;
}
#wrap #header #nav ul li {
	display: inline;
	margin-right: 3px;
}
#wrap #header #nav ul li a {
	background-color: #000000;
	padding: 7px;
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
}
hr.clear-both {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#wrap #lenker {
	margin-top: 20px;
	margin-left: 20px;
}
#wrap #lenker div.lenke {
	height: 400px;
	width: 300px;
	float: left;
	padding: 7px;
	background-image: url(./__assets/img/card_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
	margin-bottom: 6px;
}
#wrap #lenker div.lenke-bg {
	width: 288px;
	padding: 6px;
	height: 388px;
}
#wrap #lenker div.lenke div.rating {
	background-image: url(./__assets/img/rating_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	padding: 0 0 0 5px;
}
#wrap #lenker div.lenke h2 {
	height: 26px;
	display: block;
	background-color: #2c0306;
	margin: 0px;
	color: #fff;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#wrap #lenker div.lenke div.rating h3 {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
}
#wrap #lenker div.lenke p {
	font-size: 1.4em;
	padding: 5px;
	margin: 0px;
	color: #2C0306;
	line-height: 1.4em;
}
#wrap #lenker div.lenke a.url {
	display: block;
	font-size: 1.1em;
	color: #7e7458;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 5px;
	overflow: hidden;
	width: auto;
}
#wrap #footer ul {
	list-style-type: none;
	display: none;
}
#wrap  #footer ul li {
	margin-right: 5px;
	display: inline;
}
#wrap  #footer ul li a {
	background-color: #9d0015;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	padding: 0.5em;
}
