/**
 * Seite:
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2006-10
 * Autor: Krause, Stephan & Jensen, Borries & Hertel, Christopher
 ****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
body {
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
       background-color: #24496C;
	text-align: left;
}
hr {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 1px;
	color: #2E7720;
	text-align: center;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	
	color: #143a00;
}
a.act {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #143a00;
}
h2 {
	height: 18px;
	line-height: 18px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/blauriffelrot.jpg);
	background-repeat: repeat-x;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #E4E4E4;
	border: 1px solid #2E7720;
}
input.text {
	width: 130px;
	margin-left: 0px;
	border: 1px solid #2E7720;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
input.textlong {
	width: 260px;
	margin-left: 0px;
	border: 1px solid #2E7720;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
select {
	margin-left: 0px;
	border: 1px solid #2E7720;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* RAVENSBURGER ONLINE GAMES - CHANNEL */

.startseiteRVBLogo {
	background-image: url(../../../images/ravensburger/rvbLogo.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#ravensburgerContainer {
	width: 730px;
	height: 923px;
	background-image: url(../../../images/ravensburger/logo.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
*HTML #ravensburgerContainer {
	height: 891px;
}
#fullRVB #ravensburgerContainer {
	width: 876px ! important;
}

#ravensburgerContainer h1 {
	padding-top: 8px;
	margin-bottom: 6px;
	color: #2555A1;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
}

.rbox {
	margin-top: 8px;
	width: 712px;
	text-align: left;
}

#fullRVB .rbox{
	width: 860px ! important;
}

.rbox .headRbox {
	background-image: url(../../../images/ravensburger/head712.png);
	background-repeat: no-repeat;
	height: 28px;
	font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#fullRVB .rbox .headRbox {
	background-image: url(../../../images/ravensburger/head860.png) ! important;
}

.rbox .headRbox a {
	color: #FFFFFF ! important;
	text-decoration: underline;
}

.rbox .headRbox a:hover {
	color: #FFFFFF ! important;
	text-decoration: none;
}

.rbox .headRbox span {
	margin-left: 12px;
	margin-right: 12px;
	display: block;
	margin-top: 6px;
}

.rbox .headRbox .smallLogo {
	margin-top: 4px;
	margin-right: 6px;
}

.rbox .contentRbox {
	background-image: url(../../../images/ravensburger/back712.gif);
	background-repeat: repeat-y;
	width: 712px;
}

#fullRVB .rbox .contentRbox {
	background-image: url(../../../images/ravensburger/back860.png) ! important;
	width: 860px ! important;
}

.rbox .contentRbox .ravensTeaserLeft{
	margin-left: 1px;
}
.rbox .contentRbox .ravensTeaserRight{
	margin-right: 1px;
}

.rbox .headRbox a img, .rbox .contentRbox a img {
	border: none;
}

.rbox .footRbox {
	background-image: url(../../../images/ravensburger/foot712.gif);
	background-repeat: no-repeat;
	height: 5px;
}

#fullRVB .rbox .footRbox {
	background-image: url(../../../images/ravensburger/foot860.png) ! important;
}

#ravensburgerContainer a {
	color: #2555A1;
	text-decoration: underline;
}

#ravensburgerContainer a:hover {
	color: #3B6CB9;
	text-decoration: none;
}

#ravensburgerContainer h3 {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
}

#ravensburgerContainer hr {
	width: 95%;
	margin: 0 auto;
}

#ravensburgerContainer input {
	background-color:#FFFFFF;
	border:2px solid #2959A5;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-left:0;
	padding:2px;
	width:180px;
	margin-left: 7px;
}
#ravensburgerContainer .button {
	width: 90px;
}
/* malefiz */
#malefizHintergrund_top {
	width: 600px;
	height: 9px;
	overflow: hidden;
	background-image: url(../images/malefiz/hintergrund_top.gif);
}
#malefizContainer {
	width: 600px;
	height: 540px;
	color: #000000;
	background-image: url(../images/malefiz/hintergrund.gif);
	background-repeat: repeat;
}
#malefizHeader {
	width: 582px;
	height: 100px;
	background-image: url(../images/malefiz/header.jpg);
}
#malefizNavi {
	width: 582px;
	height: 25px;
	text-align: left;
	background-color: #FFFFFF;
}
#malefizNavi ul.navilist {
	width: 582px;
	margin: 0px;
	padding: 0px;
}

#malefizNavi LI.spielen {
	float: left;
	list-style: none;
	width: 114px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#malefizNavi LI.spielregeln {
	float: left;
	list-style: none;
	width: 166px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#malefizContent {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	color: #000000;
	text-align: left;
	width: 572px;
	height: 395px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
* HTML #malefizContent {
	width: 582px;
	height: 413px;
}

#malefizContent a {
	font-weight: bold;
	color: #C85F4C;
	text-decoration: none;
}
#malefizContent a:hover {
	text-decoration: underline;
}

#malefizHintergrund_bottom {
	width: 600px;
	height: 9px;
	overflow: hidden;
	margin-bottom: 21px;
	background-image: url(../images/malefiz/hintergrund_bottom.gif);
}
#malefizContent TABLE.center {
	width: 100%;
	text-align: center;
	border: none;
}
#malefizContent .liste {
	width: 100%;
	border: none;
	margin: 0 0 15px 0;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#malefizContent .liste TR.even {
	background-color: #EFEFEF;
	color: #000000;
	height: 22px;
}
#malefizContent .liste TR.odd {
	background-color: #FFFFFF;
	color: #000000;
	height: 22px;
}
#malefizContent .liste TD.header {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#malefizContent .liste TD,
#malefizContent .liste TH {
	padding: 2px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

/* memory */
#memoryHintergrund_top {
	width: 600px;
	height: 9px;
	overflow: hidden;
	background-image: url(../images/malefiz/hintergrund_top.gif);
}
#memoryContainer {
	width: 600px;
	height: 540px;
	color: #FFFFFF;
	background-image: url(../images/memory/hintergrund.gif);
	background-repeat: repeat;
	background-color: #0D2F6E;
}
#memoryHeader {
	width: 582px;
	height: 143px;
	background-image: url(../images/memory/header.jpg);
}
#memoryNavi {
	width: 582px;
	height: 25px;
	text-align: left;
	background-color: #FFFFFF;
}
#memoryNavi ul.navilist {
	width: 582px;
	margin: 0px;
	padding: 0px;
}

#memoryNavi UL.navilist LI.spielen {
	float: left;
	list-style: none;
	width: 114px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#memoryNavi UL.navilist LI.spielregeln {
	float: left;
	list-style: none;
	width: 166px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#memoryContent {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	color: #FFFFFF;
	text-align: left;
	width: 572px;
	height: 352px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
* HTML #memoryContent {
	width: 582px;
	height: 370px;
}

#memoryContent p {
	color: #FFFFFF;
}

#memoryContent a {
	font-weight: bold;
	color: #EE8C29;
	text-decoration: none;
}
#memoryContent a:hover {
	text-decoration: underline;
}

#memoryHintergrund_bottom {
	width: 600px;
	height: 9px;
	overflow: hidden;
	margin-bottom: 21px;
	background-image: url(../images/malefiz/hintergrund_bottom.gif);
}
#memoryContent TABLE.center {
	width: 100%;
	text-align: center;
	border: none;
}
#memoryContent TABLE.liste {
	width: 100%;
	border: none;
	margin: 0 0 15px 0;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#memoryContent .liste TR.even {
	background-color: #FFFFFF;
	color: #000000;
	height: 22px;
}
#memoryContent .liste TR.odd {
	background-color: #FFFFFF;
	color: #000000;
	height: 22px;
}
#memoryContent .liste TD.header {
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #7F1C76;
	color: #FFFFFF;
}
#memoryContent .liste TD,
#memoryContent .liste TH {
	padding: 2px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

#headLogin {
	height:79px;
	margin-right:5px;
	margin-top:6px;
	width:348px;
	font-size: 12px ! important;
	font-family: arial,verdana,helvetica,sans-serif ! important;
}

#headLogin .text {
	width: 200px ! important;
	font-size: 12px ! important;
	font-family: arial,verdana,helvetica,sans-serif ! important;
	height: 20px ! important;
	background-color: #FFFFFF ! important;
	padding: 2px;
	margin-left: 2px;
}

#headLogin .login {
	font-size: 12px ! important;
	font-family: arial,verdana,helvetica,sans-serif ! important;
	background-color: #FFFFFF ! important;
}

#umfrageLayer {
	height: 244px;
	width: 326px;
	background-image: url("../../../images/umfrageLayer.png");
	position: absolute;
	top: 300px;
	left: 530px;
	z-index: 1;
	background-repeat: no-repeat;
}

#umfrageLayer a img {
	border: none;
}

#umfrageLayer .smClose {
	position: relative;
	left: 249px;
	top: 11px;
}

#umfrageLayer .goOn {
	position: relative;
	left: 92px;
	top: 176px;
}

#umfrageLayer .bgClose {
	position: relative;
	left: -81px;
	top: 188px;
}

.logoLink {
	border: medium none !important;
	height: 60px;
	left: 101px;
	position: relative;
	top: 14px;
	width: 221px;
}

.sixxLink {
	border: medium none !important;
	height: 40px;
	left: 569px;
	position: relative;
	top: 40px;
	width: 76px;
}

.logoLink2 {
	position: relative;
	left: 11px;
	top: 29px;
	height: 60px;
	width: 302px;
	border: none ! important;
}

/* NEUE SUCHE - 2010-02-17 */

#sugSuche {
	padding: 2px;
	width: 170px;
	color: #7CA082;
	height: 19px;
}

* html #sugSuche {
	height: 20px;
	margin-top: -1px;
}

#sugLoader {
	display: none;
	height: 12px;
	width: 12px;
	line-height: 12px;
	background-image: url(../../../images/suggest-loader2.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 112px;
	left: 793px;
}

* html #sugLoader {
	left: 783px;
}

#sugLoader.startseite {
	top: 88px;
	left: 723px;
}

* html #sugLoader.startseite {
	left: 713px;
}

#sugBox {
	background-color: #FFFFFF;
	border: 1px solid #2E7720;
	width: 168px;
	position: absolute;
	top: 126px;
	text-align: left;
	overflow: hidden;
	display: none;
	z-index: 1000001;
}

* html #sugBox {
	width: 170px;
	top: 125px;
	left: 629px;
}

#sugBox.startseite {
	top: 102px;
}

* html #sugbox.startseite {
	top: 101px;
	left: 559px
}

#sugBox ul {
	list-style-type: none;
}

#sugBox a {
	display: block;
	padding: 2px;
}

#sugBox a:hover, #sugBox a:hover .flag,
#sugBox .active a, #sugBox .active a:hover, #sugBox .active a:hover .flag {
	background-color: #7CA082;
	color: #FFFFFF;
}

#sugBox .empty {
	text-align: center;
	padding: 6px 3px;
	font-weight: bold;
}

#sugBox .flag{
	font-size: 10px;
	position: absolute;
	font-style: normal;
	right: 1px;
	background-color: #FFFFFF;
}

#sugBox .category a, #sugBox .category .flag{
	background-color: #F4F4F4;
}

#sugBox .category a:hover, #sugBox .category a:hover .flag,
#sugBox .category.active a, #sugBox .category.active .flag {
	background-color: #648B6C;
	color: #FFFFFF;
}

#sugBox .more {
	text-align: right;
	border-top: 1px solid #2E7720;
	padding: 2px 1px 2px 1px;
	margin: 0px 1px 0px 1px;
}

#sugBox .more a {
	display: inline;
}

#sugBox .more a:hover, #sugBox .more a:focus {
	background-color: #FFFFFF;
	text-decoration: underline;
}

#sugButton {
	background-color: #FFFFFF;
	padding: 1px;
}

/*
BIGPOINT TEASER STARTSEITE
*/

#bigpointTeaser
{
	height: 90px;
	overflow: hidden;
	position: relative;
	margin-top: 4px;
	margin-bottom: 8px;
}

#bigpointTeaser a img
{
	border: none;
}

#bigpointTeaser .smallImg
{
	width: 40px;
	float: left;
	margin-right: 1px;
}

#bigpointTeaser .smallImg img
{
	height: 30px;
	width: 40px;
}

#overlayImg
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#largeImg
{
	float: left;
	margin-right: 4px;
}

#textSpanner .textBlock
{
	height: 90px;
	overflow: hidden;
}

#textSpanner a
{
	height: 15px;
	line-height: 15px;
}

#textSpanner p
{
	height: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* NEUE SUCHE (SPIELEN.DE UEBERGANG SCHRITT ZWEI) */
#headerSearch
{
	float: right;
	margin-top: 9px;
	margin-right: 50px;
}

#headerSearchLeft
{
	float: left;
	width: 9px;
	height: 28px;
	margin-top: 17px;
	background-image: url(../images/suche_input_anfang.png);
}

#headerSearchInput
{
	float: left;
	border: 0px;
	background-color: transparent;
	width: 153px;
	height: 27px;
	margin-top: 17px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #575757;
	background-image: url(../images/suche_input_mitte.png);
	background-repeat: repeat-x;
}

#headerSearchSubmit
{
	float: left;
	background-color: transparent;
	border: 0px;
	width: 98px;
	height: 49px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #575757;
	padding: 12px 0px 0px 6px;
	background-image: url(../images/suche_button.png);
}