*
{
	margin: 0;
	padding: 0;
}

/* make vertical scrollbar always visible */
html
{
	overflow-x: auto;
	overflow-y: scroll;
}

body
{ 
	color: #ffffff;
	background-color: #3b3f57;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}

a				{ text-decoration: underline; }

a:link 			{ color: #dcc891; }

a:hover			{ color: #fcfecc; }

a:visited 		{ color: #b39277; }

a:active 		{ color: #fcfecc; }

a img			{ border: 2px solid #000; }
a:link img		{ border-color: #000 !important; }
a:visited img,
a:active img	{ border-color: #000 !important; }
a:hover img		{ border-color: #dcc891 !important; }

input, textarea
{ 
    width: 400px;
	padding: 3px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    color: #ffffff;
	background: #242635;
	border-top: 1px solid #000;
	border-right: 1px solid #4c516f;
	border-bottom: 1px solid #4c516f;
	border-left: 1px solid #000;
}

textarea
{
	width: 400px;
	height: 200px;
	margin-bottom: 10px;
}

.submit input
{
    width: 100px;
    border-top: 2px solid #4c516f;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #4c516f;
}

img.picsection
{
	padding: 0;
	background-color: black;
	margin: 1px 16px 0 0;
	float: left;
}

img.picleft
{
	padding: 0;
	background-color: black;
	margin: 16px 16px 0 0;
	float: left;
}

img.picright
{
	padding: 0;
	background-color: black;
	margin: 16px 0 0 16px;
	float: right;
}

/* screenshots are centered */
img.screenie
{
	padding: 0;
	background-color: black;
	margin: 16px 8px 0px 8px;
	float: none;
}

div.screenies
{
	text-align: center;
	margin: 0;
}



/* top */
#top
{
	background: url(images/frametop.png) repeat-x top left;
	width: 100%;
}

/* the page's title header */
#pageHeader_en
{
	position: relative;
	width: 754px;
	height: 278px;
	margin: 0 auto;
	background: url("images/header.jpg") no-repeat 0 0;
}

#pageHeader_de
{
	position: relative;
	width: 754px;
	height: 278px;
	margin: 0 auto;
	background: url("images/header_de.jpg") no-repeat 0 0;
}

#homeLink
{
    float: left;
    width : 472px;
    height: 96px;
    margin-left: 4px;
    margin-top: 16px;
}

.languageSelection
{
	padding: 0;
	margin: 0 0;
}

.english
{
	position: absolute;
	width: 64px;
	height: 24px;
	margin-left: 496px;
	top: 24px;
	border: solid 0 #fff;
	background: transparent url(images/languages.png) no-repeat 0 0;
}

.english:hover
{
	background: transparent url(images/languages.png) no-repeat -64px 0;
}

.deutsch
{
	position: absolute;
	width: 64px;
	height: 24px;
	margin-left: 496px;
	top: 56px;
	border:solid 0 #fff;
	background: transparent url(images/languages.png) no-repeat 0 -24px;
}

.deutsch:hover
{
	background: transparent url(images/languages.png) no-repeat -64px -24px;
}

/* main navigation, containing rollover images only */
#mainIndex
{
	position: relative;
	width: 168px;
	height: 182px;
	margin-left: 572px;
	top: 71px;
	padding: 0px;
	list-style: none;
}

#mainIndex li
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
}

/* link text is not shown, thus &nbsp; in html */
#mainIndex a
{
	float: left;
	margin: 0;
	padding: 31px 0 0 0;
	overflow: hidden;
	width: 168px;
	height: 0;
	display: block;
}

#mainIndex_home_en a
{
	background: url(images/sections.jpg) no-repeat 0 0;
}

#mainIndex_home_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px 0;
}

#mainIndex_home_en a:hover, #mainIndex_home_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px 0;
}

#mainIndex_home_de a
{
	background: url(images/sections_de.jpg) no-repeat 0 0;
}

#mainIndex_home_s_de a
{
	background: url(images/sections_de.jpg) no-repeat -168px 0;
}

#mainIndex_home_de a:hover, #mainIndex_home_s_de a:hover
{
	background: url(images/sections_de.jpg) no-repeat -336px 0;
}

#mainIndex_portfolio_en a
{
	background: url(images/sections.jpg) no-repeat 0px -31px;
}

#mainIndex_portfolio_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px -31px;
}

#mainIndex_portfolio_en a:hover, #mainIndex_portfolio_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px -31px;
}

#mainIndex_portfolio_de a
{
	background: url(images/sections_de.jpg) no-repeat 0px -31px;
}

#mainIndex_portfolio_s_de a
{
	background: url(images/sections_de.jpg) no-repeat -168px -31px;
}

#mainIndex_portfolio_de a:hover, #mainIndex_portfolio_s_de a:hover
{
	background: url(images/sections_de.jpg) no-repeat -336px -31px;
}

#mainIndex_graphics_en a
{
	background: url(images/sections.jpg) no-repeat 0 -62px;
}

#mainIndex_graphics_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px -62px;
}

#mainIndex_graphics_en a:hover, #mainIndex_graphics_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px -62px;
}

#mainIndex_games_en a
{
	background: url(images/sections.jpg) no-repeat 0 -62px;
}

#mainIndex_games_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px -62px;
}

#mainIndex_games_en a:hover, #mainIndex_games_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px -62px;
}

#mainIndex_games_de a
{
	background: url(images/sections_de.jpg) no-repeat 0 -62px;
}

#mainIndex_games_s_de a
{
	background: url(images/sections_de.jpg) no-repeat -168px -62px;
}

#mainIndex_games_de a:hover, #mainIndex_games_s_de a:hover
{
	background: url(images/sections_de.jpg) no-repeat -336px -62px;
}

#mainIndex_thief_en a
{
	background: url(images/sections.jpg) no-repeat 0 -93px;
}

#mainIndex_thief_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px -93px;
}

#mainIndex_thief_en a:hover, #mainIndex_thief_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px -93px;
}

#mainIndex_thief_de a
{
	background: url(images/sections_de.jpg) no-repeat 0 -93px;
}

#mainIndex_thief_s_de a
{
	background: url(images/sections_de.jpg) no-repeat -168px -93px;
}

#mainIndex_thief_de a:hover, #mainIndex_thief_s_de a:hover
{
	background: url(images/sections_de.jpg) no-repeat -336px -93px;
}

#mainIndex_links_en a
{
	background: url(images/sections.jpg) no-repeat 0 -124px;
}

#mainIndex_links_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px -124px;
}

#mainIndex_links_en a:hover, #mainIndex_links_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px -124px;
}

#mainIndex_links_de a
{
	background: url(images/sections_de.jpg) no-repeat 0 -124px;
}

#mainIndex_links_s_de a
{
	background: url(images/sections_de.jpg) no-repeat -168px -124px;
}

#mainIndex_links_de a:hover, #mainIndex_links_s_de a:hover
{
	background: url(images/sections_de.jpg) no-repeat -336px -124px;
}

#mainIndex_contact_en a
{
	background: url(images/sections.jpg) no-repeat 0 -155px;
}

#mainIndex_contact_s_en a
{
	background: url(images/sections.jpg) no-repeat -168px -155px;
}

#mainIndex_contact_en a:hover, #mainIndex_contact_s_en a:hover
{
	background: url(images/sections.jpg) no-repeat -336px -155px;
}

#mainIndex_contact_de a
{
	background: url(images/sections_de.jpg) no-repeat 0 -155px;
}

#mainIndex_contact_s_de a
{
	background: url(images/sections_de.jpg) no-repeat -168px -155px;
}

#mainIndex_contact_de a:hover, #mainIndex_contact_s_de a:hover
{
	background: url(images/sections_de.jpg) no-repeat -336px -155px;
}

/* secondary navigation */
#secondaryIndex
{
	position: absolute;
	width: 544px;
	height: 32px;
	margin-left: 12px;
	top: 168px;
	padding: 0px;
	list-style: none;
}

#secondaryIndex li
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
	
}

#secondaryIndex a
{
	float: left;
	margin: 0;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0;
	display: block;
}

/* Home Subsection */
#secondaryIndex_news_en a, #secondaryIndex_news_s_en a,
#secondaryIndex_news_en a:hover, #secondaryIndex_news_s_en a:hover
{
	background: url(images/subsections_home.jpg) no-repeat 0 0;
	width: 59px;
}

#secondaryIndex_news_s_en a,
#secondaryIndex_news_en a:hover, #secondaryIndex_news_s_en a:hover
{
	background-position: 0px -32px;
}

#secondaryIndex_news_de a, #secondaryIndex_news_s_de a,
#secondaryIndex_news_de a:hover, #secondaryIndex_news_s_de a:hover
{
	background: url(images/subsections_home_de.jpg) no-repeat 0 0;
	width: 59px;
}

#secondaryIndex_news_s_de a,
#secondaryIndex_news_de a:hover, #secondaryIndex_news_s_de a:hover
{
	background-position: 0px -32px;
}


#secondaryIndex_about_en a, #secondaryIndex_about_s_en a,
#secondaryIndex_about_en a:hover, #secondaryIndex_about_s_en a:hover
{
	background: url(images/subsections_home.jpg) no-repeat -59px 0;
	width: 65px;
}

#secondaryIndex_about_s_en a,
#secondaryIndex_about_en a:hover, #secondaryIndex_about_s_en a:hover
{
	background-position: -59px -32px;
}

#secondaryIndex_about_de a, #secondaryIndex_about_s_de a,
#secondaryIndex_about_de a:hover, #secondaryIndex_about_s_de a:hover
{
	background: url(images/subsections_home_de.jpg) no-repeat -59px 0;
	width: 56px;
}

#secondaryIndex_about_s_de a,
#secondaryIndex_about_de a:hover, #secondaryIndex_about_s_de a:hover
{
	background-position: -59px -32px;
}

/* Portfolio Subsection */
#secondaryIndex_3dmodels_en a, #secondaryIndex_3dmodels_s_en a,
#secondaryIndex_3dmodels_en a:hover, #secondaryIndex_3dmodels_s_en a:hover
{
	background: url(images/subsections_portfolio.jpg) no-repeat 0 0;
	width: 195px;
}

#secondaryIndex_3dmodels_de a, #secondaryIndex_3dmodels_s_de a,
#secondaryIndex_3dmodels_de a:hover, #secondaryIndex_3dmodels_s_de a:hover
{
	background: url(images/subsections_portfolio_de.jpg) no-repeat 0 0;
	width: 207px;
}

#secondaryIndex_3dmodels_s_en a,
#secondaryIndex_3dmodels_en a:hover, #secondaryIndex_3dmodels_s_en a:hover
{
	background-position: 0px -32px;
}

#secondaryIndex_3dmodels_s_de a,
#secondaryIndex_3dmodels_de a:hover, #secondaryIndex_3dmodels_s_de a:hover
{
	background-position: 0px -32px;
}

#secondaryIndex_leveldesign_en a, #secondaryIndex_leveldesign_s_en a,
#secondaryIndex_leveldesign_en a:hover, #secondaryIndex_leveldesign_s_en a:hover
{
	background: url(images/subsections_portfolio.jpg) no-repeat -195px 0;
	width: 121px;
}

#secondaryIndex_leveldesign_de a, #secondaryIndex_leveldesign_s_de a,
#secondaryIndex_leveldesign_de a:hover, #secondaryIndex_leveldesign_s_de a:hover
{
	background: url(images/subsections_portfolio_de.jpg) no-repeat -207px 0;
	width: 122px;
}

#secondaryIndex_leveldesign_s_en a,
#secondaryIndex_leveldesign_en a:hover, #secondaryIndex_leveldesign_s_en a:hover
{
	background-position: -195px -32px;
}

#secondaryIndex_leveldesign_s_de a,
#secondaryIndex_leveldesign_de a:hover, #secondaryIndex_leveldesign_s_de a:hover
{
	background-position: -207px -32px;
}

#secondaryIndex_animations_en a, #secondaryIndex_animations_s_en a,
#secondaryIndex_animations_en a:hover, #secondaryIndex_animations_s_en a:hover
{
	background: url(images/subsections_portfolio.jpg) no-repeat -316px 0;
	width: 109px;
}

#secondaryIndex_animations_de a, #secondaryIndex_animations_s_de a,
#secondaryIndex_animations_de a:hover, #secondaryIndex_animations_s_de a:hover
{
	background: url(images/subsections_portfolio_de.jpg) no-repeat -329px 0;
	width: 121px;
}

#secondaryIndex_animations_s_en a,
#secondaryIndex_animations_en a:hover, #secondaryIndex_animations_s_en a:hover
{
	background-position: -316px -32px;
}

#secondaryIndex_animations_s_de a,
#secondaryIndex_animations_de a:hover, #secondaryIndex_animations_s_de a:hover
{
	background-position: -329px -32px;
}


/* Games Subsection */
#secondaryIndex_mentalrepairs_en a, #secondaryIndex_mentalrepairs_s_en a,
#secondaryIndex_mentalrepairs_en a:hover, #secondaryIndex_mentalrepairs_s_en a:hover
{
	background: url(images/subsections_games.jpg) no-repeat 0 0;
	width: 182px;
}

#secondaryIndex_mentalrepairs_de a, #secondaryIndex_mentalrepairs_s_de a,
#secondaryIndex_mentalrepairs_de a:hover, #secondaryIndex_mentalrepairs_s_de a:hover
{
	background: url(images/subsections_games_de.jpg) no-repeat 0 0;
	width: 182px;
}

#secondaryIndex_mentalrepairs_s_en a, #secondaryIndex_mentalrepairs_s_de a,
#secondaryIndex_mentalrepairs_en a:hover, #secondaryIndex_mentalrepairs_de a:hover,
#secondaryIndex_mentalrepairs_s_en a:hover, #secondaryIndex_mentalrepairs_s_de a:hover
{
	background-position: 0px -32px;
}


#secondaryIndex_murderinawheel_en a, #secondaryIndex_murderinawheel_s_en a,
#secondaryIndex_murderinawheel_en a:hover, #secondaryIndex_murderinawheel_s_en a:hover
{
	background: url(images/subsections_games.jpg) no-repeat -182px 0;
	width: 171px;
}

#secondaryIndex_murderinawheel_de a, #secondaryIndex_murderinawheel_s_de a,
#secondaryIndex_murderinawheel_de a:hover, #secondaryIndex_murderinawheel_s_de a:hover
{
	background: url(images/subsections_games_de.jpg) no-repeat -182px 0;
	width: 154px;
}

#secondaryIndex_murderinawheel_s_en a,
#secondaryIndex_murderinawheel_en a:hover, #secondaryIndex_murderinawheel_s_en a:hover
{
	background-position: -182px -32px;
}

#secondaryIndex_murderinawheel_s_de a,
#secondaryIndex_murderinawheel_de a:hover, #secondaryIndex_murderinawheel_s_de a:hover
{
	background-position: -182px -32px;
}


#secondaryIndex_japure_en a, #secondaryIndex_japure_s_en a,
#secondaryIndex_japure_en a:hover, #secondaryIndex_japure_s_en a:hover
{
	background: url(images/subsections_games.jpg) no-repeat -353px 0;
	width: 75px;
}

#secondaryIndex_japure_de a, #secondaryIndex_japure_s_de a,
#secondaryIndex_japure_de a:hover, #secondaryIndex_japure_s_de a:hover
{
	background: url(images/subsections_games_de.jpg) no-repeat -336px 0;
	width: 75px;
}

#secondaryIndex_japure_s_en a,
#secondaryIndex_japure_en a:hover, #secondaryIndex_japure_s_en a:hover
{
	background-position: -353px -32px;
}

#secondaryIndex_japure_s_de a,
#secondaryIndex_japure_de a:hover, #secondaryIndex_japure_s_de a:hover
{
	background-position: -336px -32px;
}


#secondaryIndex_tba_en a, #secondaryIndex_tba_s_en a,
#secondaryIndex_tba_en a:hover, #secondaryIndex_tba_s_en a:hover
{
	background: url(images/subsections_games.jpg) no-repeat -428px 0;
	width: 39px;
}

#secondaryIndex_tba_de a, #secondaryIndex_tba_s_de a,
#secondaryIndex_tba_de a:hover, #secondaryIndex_tba_s_de a:hover
{
	background: url(images/subsections_games_de.jpg) no-repeat -411px 0;
	width: 38px;
}

#secondaryIndex_tba_s_en a,
#secondaryIndex_tba_en a:hover, #secondaryIndex_tba_s_en a:hover
{
	background-position: -428px -32px;
}

#secondaryIndex_tba_s_de a,
#secondaryIndex_tba_de a:hover, #secondaryIndex_tba_s_de a:hover
{
	background-position: -411px -32px;
}


/* Thief Subsection */
#secondaryIndex_ominousbequest_en a, #secondaryIndex_ominousbequest_s_en a,
#secondaryIndex_ominousbequest_en a:hover, #secondaryIndex_ominousbequest_s_en a:hover
{
	background: url(images/subsections_thief.jpg) no-repeat 0 0;
	width: 161px;
}

#secondaryIndex_ominousbequest_de a, #secondaryIndex_ominousbequest_s_de a,
#secondaryIndex_ominousbequest_de a:hover, #secondaryIndex_ominousbequest_s_de a:hover
{
	background: url(images/subsections_thief_de.jpg) no-repeat 0 0;
	width: 173px;
}

#secondaryIndex_ominousbequest_s_en a, #secondaryIndex_ominousbequest_s_de a,
#secondaryIndex_ominousbequest_en a:hover, #secondaryIndex_ominousbequest_de a:hover,
#secondaryIndex_ominousbequest_s_en a:hover, #secondaryIndex_ominousbequest_s_de a:hover
{
	background-position: 0px -32px;
}


#secondaryIndex_brokentriad_en a, #secondaryIndex_brokentriad_s_en a,
#secondaryIndex_brokentriad_en a:hover, #secondaryIndex_brokentriad_s_en a:hover
{
	background: url(images/subsections_thief.jpg) no-repeat -161px 0;
	width: 123px;
}

#secondaryIndex_brokentriad_de a, #secondaryIndex_brokentriad_s_de a,
#secondaryIndex_brokentriad_de a:hover, #secondaryIndex_brokentriad_s_de a:hover
{
	background: url(images/subsections_thief_de.jpg) no-repeat -259px 0;
	width: 182px;
}

#secondaryIndex_brokentriad_s_en a, 
#secondaryIndex_brokentriad_en a:hover,
#secondaryIndex_brokentriad_s_en a:hover
{
	background-position: -161px -32px;
}

#secondaryIndex_brokentriad_s_de a,
#secondaryIndex_brokentriad_de a:hover,
#secondaryIndex_brokentriad_s_de a:hover
{
	background-position: -259px -32px;
}


#secondaryIndex_keyhunt_en a, #secondaryIndex_keyhunt_s_en a,
#secondaryIndex_keyhunt_en a:hover, #secondaryIndex_keyhunt_s_en a:hover
{
	background: url(images/subsections_thief.jpg) no-repeat -284px 0;
	width: 86px;
}

#secondaryIndex_keyhunt_de a, #secondaryIndex_keyhunt_s_de a,
#secondaryIndex_keyhunt_de a:hover, #secondaryIndex_keyhunt_s_de a:hover
{
	background: url(images/subsections_thief_de.jpg) no-repeat -173px 0;
	width: 86px;
}

#secondaryIndex_keyhunt_s_en a,
#secondaryIndex_keyhunt_en a:hover, #secondaryIndex_keyhunt_s_en a:hover
{
	background-position: -284px -32px;
}

#secondaryIndex_keyhunt_s_de a,
#secondaryIndex_keyhunt_de a:hover, #secondaryIndex_keyhunt_s_de a:hover
{
	background-position: -173px -32px;
}


#secondaryIndex_customstuff_en a, #secondaryIndex_customstuff_s_en a,
#secondaryIndex_customstuff_en a:hover, #secondaryIndex_customstuff_s_en a:hover
{
	background: url(images/subsections_thief.jpg) no-repeat -370px 0;
	width: 125px;
}

#secondaryIndex_customstuff_de a, #secondaryIndex_customstuff_s_de a,
#secondaryIndex_customstuff_de a:hover, #secondaryIndex_customstuff_s_de a:hover
{
	background: url(images/subsections_thief_de.jpg) no-repeat -441px 0;
	width: 82px;
}

#secondaryIndex_customstuff_s_en a,
#secondaryIndex_customstuff_en a:hover, #secondaryIndex_customstuff_s_en a:hover
{
	background-position: -370px -32px;
}

#secondaryIndex_customstuff_s_de a,
#secondaryIndex_customstuff_de a:hover, #secondaryIndex_customstuff_s_de a:hover
{
	background-position: -441px -32px;
}


#currentSection_home_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/home.png") no-repeat 0 0;
}

#currentSection_home_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/home_de.png") no-repeat 0 0;
}

#currentSection_home_news_en,
#currentSection_home_news_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/home_news.png") no-repeat 0 0;
}

#currentSection_home_about_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/home_about.png") no-repeat 0 0;
}

#currentSection_home_about_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/home_about_de.png") no-repeat 0 0;
}

#currentSection_portfolio_en,
#currentSection_portfolio_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/portfolio.png") no-repeat 0 0;
}

#currentSection_portfolio_3dmodels_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/portfolio_3dmodels.png") no-repeat 0 0;
}

#currentSection_portfolio_3dmodels_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/portfolio_3dmodels_de.png") no-repeat 0 0;
}

#currentSection_portfolio_leveldesign_en,
#currentSection_portfolio_leveldesign_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/portfolio_leveldesign.png") no-repeat 0 0;
}

#currentSection_portfolio_animations_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/portfolio_animations.png") no-repeat 0 0;
}

#currentSection_portfolio_animations_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/portfolio_animations_de.png") no-repeat 0 0;
}

#currentSection_games_en,
#currentSection_games_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/games.png") no-repeat 0 0;
}

#currentSection_games_mentalrepairs_en,
#currentSection_games_mentalrepairs_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/games_mentalrepairs.png") no-repeat 0 0;
}

#currentSection_games_murderinawheel_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/games_murderinawheel.png") no-repeat 0 0;
}

#currentSection_games_murderinawheel_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/games_murderinawheel_de.png") no-repeat 0 0;
}

#currentSection_games_japure_en,
#currentSection_games_japure_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/games_japure.png") no-repeat 0 0;
}

#currentSection_games_tba_en,
#currentSection_games_tba_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/games_tba.png") no-repeat 0 0;
}

#currentSection_thief_en,
#currentSection_thief_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief.png") no-repeat 0 0;
}

#currentSection_thief_ominousbequest_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_ominousbequest.png") no-repeat 0 0;
}

#currentSection_thief_ominousbequest_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_ominousbequest_de.png") no-repeat 0 0;
}

#currentSection_thief_brokentriad_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_brokentriad.png") no-repeat 0 0;
}

#currentSection_thief_brokentriad_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_brokentriad_de.png") no-repeat 0 0;
}

#currentSection_thief_keyhunt_en,
#currentSection_thief_keyhunt_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_keyhunt.png") no-repeat 0 0;
}

#currentSection_thief_customstuff_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_customstuff.png") no-repeat 0 0;
}

#currentSection_thief_customstuff_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/thief_customstuff_de.png") no-repeat 0 0;
}

#currentSection_links_en,
#currentSection_links_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/links.png") no-repeat 0 0;
}

#currentSection_contact_en
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/contact.png") no-repeat 0 0;
}

#currentSection_contact_de
{
	position: absolute;
	width: 530px;
	height: 32px;
	margin-left: 18px;
	top: 233px;
	background: url("images/contact_de.png") no-repeat 0 0;
}


/* the container holds the main content of the page */
#container
{
	position: relative;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	margin-top: 4px;
	overflow: auto;
	z-index: 100;
	padding: 0;
}

/* a "news item" inside the container */
.item
{
	width: 720px;
	float: left;
	clear: both;
	margin-bottom: 8px;
}

/* for sections with several pages  */
.pager
{
	text-align: center;
	clear: both;
	margin-bottom: 8px;
}

object.video
{
	position: relative;
	width: 720px;
	margin-left: 160px;
	clear: both;
}

/* bottom */
#bottom
{
	background: url(images/framebottom.png) repeat-x top left;
	width: 100%;
}

/* footer */
#pageFooterTop
{
	position: relative;
	width: 754px;
	height: 24px;
	margin: 0 auto;
	background: url(images/footer_top.png) no-repeat 0 0;
}

#pageFooterMiddle
{
	position: relative;
	width: 754px;
	height: 40px;
	margin: 0 auto;
	background: url(images/footer_middle.png) no-repeat 0 0;
}

#pageFooterBottom
{
	position: relative;
	width: 754px;
	height: 64px;
	margin: 0 auto;
	background: url(images/footer_bottom.jpg) no-repeat 0 0;
}

#pageFooterFiller
{
	position: relative;
	width: 100%;
	height: 128px;
	margin: 0 auto;
	background: url(images/footer_filler.png) repeat-x;
}

#pageFooterTop p
{
	text-align: center;
	padding: 2px 0 0 0;
	/*font-size: 14px;*/
	font-weight: bold;
}

#pageFooterMiddle p
{
	text-align: center;
	padding: 2px 0 0 0;
	/*font-size: 14px;*/
	font-weight: bold;
}

#pageFooterBottom p
{
	text-align: center;
	padding: 24px 0 0 0;
	/*font-size: 14px;*/
	font-weight: bold;
}

#pageFooterBottom a
{
	color: #ffffff;
	height: 12px;
	padding-left: 15px;
	background: url(images/mark.gif) no-repeat 0% 50%;
}

p 				{ padding: 4px 0px 4px 0px; }

h1, h2, h3, 
h4, h5, h6 		{ padding: 16px 0px 0px 0px; }

ul, li 			{ margin-left: 2em; }

ol 				{ margin-left: 2em; }

h1
{
	font-size: 1.6em;
	font-weight: bold;
	color: #d3dce9;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #bcc1cf;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #aca5b6; 
}

h4
{
	font-size: 1.6em;
	font-weight: bold;
	color: #fdffdc;
}

h5
{
	font-size: 1.4em;
	font-weight: bold;
	color: #ecd8a1;
}

h6
{
	font-size: 1.2em;
	font-weight: bold;
	color: #c3a287;
}