/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #FEFFFF;
}

h1 {
	margin-bottom: 20px;
	font-size: 20px;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
}

h3 {
	margin-bottom: 15px;
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838989;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 180%;
}

/** LINKS */

a {
	color: #A38B70;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 17px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
	text-align: right;
}

img.border {
	padding: 2px;
	background: #10100C;
	border: 1px solid #302C21;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}
img.left-pc-section {
	float: left;
	margin: 5px 5px  0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}
img.right_2 {
	float: right;
	margin: 3px 0px 0px 3px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.gif) repeat-x left top;
}

/** HEADER */

#header {
	height: 180px;
	background: url(images/homepage01.jpg) no-repeat center top;
}

#header h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	height: 50px;
	background: url(images/bg06.jpg) no-repeat center top;
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	background: url(images/homepage02.gif) no-repeat left center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page-bg {
	background: url(images/bg03.jpg) repeat-y center top;
}

#page-bgtop {
	background: url(images/bg04.jpg) no-repeat center top;
}

#page {
	background: url(images/bg05.jpg) no-repeat center bottom;
}

.subpage2 #page-bg {
	background-image: url(images/bg1_01.jpg);
}

.subpage2 #page-bgtop {
	background-image: url(images/bg1_02.jpg);
}

.subpage2 #page {
	background-image: url(images/bg1_03.jpg);
}

/** FOOTER */

#footer {
	height: 50px;
}

#footer p {
	text-align: center;
	color: #2A2A28;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	height: 45px;
}

.box-style1 .title h2 {
	padding: 16px 0px 0px 23px;
	font-size: 10px;
}

.box-style1 .content {
	padding: 20px 30px;
}

.box-style1 .bottom {
	height: 10px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

/** BOX1 */

#box1 {
}

#box1 .title {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#box1 .content {
	padding: 0px 17px 0px 13px;
	background: url(images/subpage1_01.jpg) no-repeat left bottom;
}

#box1 .content .bg {
	padding: 20px 41px 20px 16px;
	background: url(images/homepage11.jpg) repeat-x left top;
}

/** BOX2 */

#box2 {
	height: 200px;
	min-height: 200px;
	background: url(images/homepage16.jpg) repeat-y 210px 0px;
}

html>body #box2 {
	height: auto;
}

#box2 .bottom {
	height: 10px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

/** BOX2A */

#box2A {
	float: left;
	width: 215px;
	position: relative;
}

#box2A .title {
	background: url(images/homepage13.jpg) no-repeat left top;
}

#box2A .content {
	padding-right: 20px;
	background: url(images/homepage17.jpg) no-repeat left top;
}

/** BOX2A */

#box2B {
	float: left;
	width: 220px;
	position: relative;
}

#box2B .title {
	background: url(images/homepage14.jpg) no-repeat left top;
}

#box2B .content {
	padding-right: 25px;
	background: url(images/homepage18.jpg) no-repeat left top;
}

/** BOX2A */

#box2C {
	float: left;
	width: 220px;
	position: relative;
}

#box2C .title {
	background: url(images/homepage15.jpg) no-repeat left top;
}

#box2C .content {
	padding-left: 20px;
	padding-right: 35px;
	background: url(images/homepage19.jpg) no-repeat left top;
}

/** BOX3 */

#box3 {
}

#box3 .title {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#box3 .content {
	padding: 0px 17px 0px 13px;
}

#box3 .content .bg {
	padding: 20px 20px 20px 16px;
	background: url(images/homepage24.jpg) repeat-x left top;
}

/** BOX3A */

#box3A {
	float: right;
	width: 160px;
	margin-left: 15px;
	padding-left: 25px;
	background: url(images/homepage20.jpg) no-repeat left top;
}

/** BOX4 */

#box4 {
}

#box4 .title {
	background: url(images/homepage21.jpg) no-repeat left top;
}

#box4 .content {
	padding: 0px;
	background: url(images/homepage22.jpg) no-repeat left top;
}

#box4 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box4 li {
	padding: 5px 20px 10px 23px;
	background: url(images/homepage23.jpg) no-repeat left bottom;
}

#box4 a {
	text-decoration: none;
	font-size: 10px;
	color: #808585;
}

#box4 a:hover {
	text-decoration: underline;
}

/** BOX5 */

#box5 {
}

#box5 .title {
	background: url(images/homepage21.jpg) no-repeat left top;
}

#box5 .content {
	padding: 15px 27px 10px 20px;
	background: url(images/homepage22.jpg) no-repeat left top;
	font-size: 10px;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
}

#box7 .title {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#box7 .content {
	padding: 0px 17px 0px 13px;
}

#box7 .content .bg {
	padding: 20px 17px 20px 16px;
 background: url(images/homepage24.jpg) repeat-x left top;
 
/*		HIER IST ES +21*/
}


#boxhorrormovie  {

     width:335px;
 

}






















.borderit img{
border: 1px solid #000;
}

.borderit:hover img{
border: 1px solid #017DF0;
}

.borderit:hover{
color: green; /* irrelevant definition to overcome IE bug */
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}


.solutionMouseOver {
	background-color: #003333;
	color:#FFF;
	TEXT-ALIGN: left;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	cursor:default;
}
.solution {
  TEXT-ALIGN: left;
  BORDER-RIGHT: #999999 1px solid; 
  BORDER-BOTTOM: #999999 1px solid; 
}
.pc-gamesMouseOver {
	background-color: #003333;
	color:#FFF;
	TEXT-ALIGN: left;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	cursor:default;
}
.pc-games {
  TEXT-ALIGN: left;
  BORDER-RIGHT: #999999 1px solid; 
  BORDER-BOTTOM: #999999 1px solid; 
}


.borderit_horror img{
border: 1px solid #0A1616;
}

.borderit_horror:hover img{
border: 1px solid #FF0000;
}

.borderit_horror:hover{
color: green; /* irrelevant definition to overcome IE bug */
}




img.border_pcgamescover {
	padding: 2px;
	background: #10100C;
	border: 1px solid #302C21;
}

#box-pc-games

{
	background-color:#666666;	
}
 




#star-rating-size {
	
	height:14px;
	
}

 

 

 
.borderpcgamesscreenshots {
margin-right: 2px; margin-top: 2px;
margin-left: 2px; margin-bottom: 2px;
border: 1px  solid #000;
}

.borderpcgamesscreenshots:hover  {
	margin-right: 2px; margin-top: 2px;
	margin-left: 2px; margin-bottom: 2px;
border: 1px solid #FF0000;
}
