@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f8fbfc;
	background-image: url(borderleft.jpg);
	background-repeat: repeat-y;
}

#inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #31798e;
	width: 557px;
	line-height: 18px;
	padding-top: 10px;
}

#inhalt table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #31798e;
	line-height: 18px;
	padding-top: 10px;
}

#inhalt #headline {
	font-size: 120%;
	font-weight: bold;
}

#inhalt #gross {
	font-size: 120%;
}

#inhalt #gametext {
	line-height: 16px;
	top: 18px;
	position:absolute;
}

#inhalt #game_type {
	line-height: 16px;
	font-weight: bold;
	top: 2px;
	left: 6px;
	position:absolute;
}

#inhalt #game_age {
	line-height: 16px;
	font-weight: bold;
	top: 2px;
	right: 6px;
	position:absolute;
}

#inhalt #game_publisher {
	line-height: 16px;
	font-weight: normal;
	top: 17px;
	left: 6px;
	position:absolute;
}

#inhalt #game_homepage {
	line-height: 16px;
	font-weight: normal;
	top: 16px;
	right: 6px;
	position:absolute;
}

#inhalt  a:link
{
	color: #31798e;
	text-decoration: underline;
}

#inhalt  a:visited
{
	color: #31798e;
	text-decoration: underline;
}

#inhalt  a:hover
{
	color: #31798e;
	text-decoration: underline;
}

#inhalt  a:active
{
	color: #31798e;
	text-decoration: underline;
}

#bildunterschrift {
	font-size: 80%;
	text-align: right; 
	margin-right: 26px; 
	margin-top: -8px;
}