W3C CSS Validator results for http://hulub.ch/hulubStyle.css (CSS level 3)

Congratulations! No Error Found.

This document validates as CSS level 3 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
    </a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?profile=css3&uri=http%3A%2F%2Fhulub.ch%2FhulubStyle.css&usermedium=all&warning=no
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Valid CSS information

* {
margin : 0;
padding : 0;
}
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 : #000 solid 2px;
}
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;
}
img.screenie {
padding : 0;
background-color : black;
margin : 16px 8px 0 8px;
float : none;
}
div.screenies {
text-align : center;
margin : 0;
}
#top {
background : url(images/frametop.png) top left repeat-x;
width : 100%;
}
#pageHeader_en {
position : relative;
width : 754px;
height : 278px;
margin : 0 auto;
background : url("images/header.jpg") 0 0 no-repeat;
}
#pageHeader_de {
position : relative;
width : 754px;
height : 278px;
margin : 0 auto;
background : url("images/header_de.jpg") 0 0 no-repeat;
}
#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 : #fff solid 0;
background : url(images/languages.png) 0 0 no-repeat transparent;
}
.english:hover {
background : url(images/languages.png) -64px 0 no-repeat transparent;
}
.deutsch {
position : absolute;
width : 64px;
height : 24px;
margin-left : 496px;
top : 56px;
border : #fff solid 0;
background : url(images/languages.png) 0 -24px no-repeat transparent;
}
.deutsch:hover {
background : url(images/languages.png) -64px -24px no-repeat transparent;
}
#mainIndex {
position : relative;
width : 168px;
height : 182px;
margin-left : 572px;
top : 71px;
padding : 0;
list-style : none;
}
#mainIndex li {
margin : 0;
padding : 0;
list-style-type : none;
display : inline;
}
#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) 0 0 no-repeat;
}
#mainIndex_home_s_en a {
background : url(images/sections.jpg) -168px 0 no-repeat;
}
#mainIndex_home_en a:hover, #mainIndex_home_s_en a:hover {
background : url(images/sections.jpg) -336px 0 no-repeat;
}
#mainIndex_home_de a {
background : url(images/sections_de.jpg) 0 0 no-repeat;
}
#mainIndex_home_s_de a {
background : url(images/sections_de.jpg) -168px 0 no-repeat;
}
#mainIndex_home_de a:hover, #mainIndex_home_s_de a:hover {
background : url(images/sections_de.jpg) -336px 0 no-repeat;
}
#mainIndex_portfolio_en a {
background : url(images/sections.jpg) 0 -31px no-repeat;
}
#mainIndex_portfolio_s_en a {
background : url(images/sections.jpg) -168px -31px no-repeat;
}
#mainIndex_portfolio_en a:hover, #mainIndex_portfolio_s_en a:hover {
background : url(images/sections.jpg) -336px -31px no-repeat;
}
#mainIndex_portfolio_de a {
background : url(images/sections_de.jpg) 0 -31px no-repeat;
}
#mainIndex_portfolio_s_de a {
background : url(images/sections_de.jpg) -168px -31px no-repeat;
}
#mainIndex_portfolio_de a:hover, #mainIndex_portfolio_s_de a:hover {
background : url(images/sections_de.jpg) -336px -31px no-repeat;
}
#mainIndex_graphics_en a {
background : url(images/sections.jpg) 0 -62px no-repeat;
}
#mainIndex_graphics_s_en a {
background : url(images/sections.jpg) -168px -62px no-repeat;
}
#mainIndex_graphics_en a:hover, #mainIndex_graphics_s_en a:hover {
background : url(images/sections.jpg) -336px -62px no-repeat;
}
#mainIndex_games_en a {
background : url(images/sections.jpg) 0 -62px no-repeat;
}
#mainIndex_games_s_en a {
background : url(images/sections.jpg) -168px -62px no-repeat;
}
#mainIndex_games_en a:hover, #mainIndex_games_s_en a:hover {
background : url(images/sections.jpg) -336px -62px no-repeat;
}
#mainIndex_games_de a {
background : url(images/sections_de.jpg) 0 -62px no-repeat;
}
#mainIndex_games_s_de a {
background : url(images/sections_de.jpg) -168px -62px no-repeat;
}
#mainIndex_games_de a:hover, #mainIndex_games_s_de a:hover {
background : url(images/sections_de.jpg) -336px -62px no-repeat;
}
#mainIndex_thief_en a {
background : url(images/sections.jpg) 0 -93px no-repeat;
}
#mainIndex_thief_s_en a {
background : url(images/sections.jpg) -168px -93px no-repeat;
}
#mainIndex_thief_en a:hover, #mainIndex_thief_s_en a:hover {
background : url(images/sections.jpg) -336px -93px no-repeat;
}
#mainIndex_thief_de a {
background : url(images/sections_de.jpg) 0 -93px no-repeat;
}
#mainIndex_thief_s_de a {
background : url(images/sections_de.jpg) -168px -93px no-repeat;
}
#mainIndex_thief_de a:hover, #mainIndex_thief_s_de a:hover {
background : url(images/sections_de.jpg) -336px -93px no-repeat;
}
#mainIndex_links_en a {
background : url(images/sections.jpg) 0 -124px no-repeat;
}
#mainIndex_links_s_en a {
background : url(images/sections.jpg) -168px -124px no-repeat;
}
#mainIndex_links_en a:hover, #mainIndex_links_s_en a:hover {
background : url(images/sections.jpg) -336px -124px no-repeat;
}
#mainIndex_links_de a {
background : url(images/sections_de.jpg) 0 -124px no-repeat;
}
#mainIndex_links_s_de a {
background : url(images/sections_de.jpg) -168px -124px no-repeat;
}
#mainIndex_links_de a:hover, #mainIndex_links_s_de a:hover {
background : url(images/sections_de.jpg) -336px -124px no-repeat;
}
#mainIndex_contact_en a {
background : url(images/sections.jpg) 0 -155px no-repeat;
}
#mainIndex_contact_s_en a {
background : url(images/sections.jpg) -168px -155px no-repeat;
}
#mainIndex_contact_en a:hover, #mainIndex_contact_s_en a:hover {
background : url(images/sections.jpg) -336px -155px no-repeat;
}
#mainIndex_contact_de a {
background : url(images/sections_de.jpg) 0 -155px no-repeat;
}
#mainIndex_contact_s_de a {
background : url(images/sections_de.jpg) -168px -155px no-repeat;
}
#mainIndex_contact_de a:hover, #mainIndex_contact_s_de a:hover {
background : url(images/sections_de.jpg) -336px -155px no-repeat;
}
#secondaryIndex {
position : absolute;
width : 544px;
height : 32px;
margin-left : 12px;
top : 168px;
padding : 0;
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;
}
#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) 0 0 no-repeat;
width : 59px;
}
#secondaryIndex_news_s_en a, #secondaryIndex_news_en a:hover, #secondaryIndex_news_s_en a:hover {
background-position : 0 -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) 0 0 no-repeat;
width : 59px;
}
#secondaryIndex_news_s_de a, #secondaryIndex_news_de a:hover, #secondaryIndex_news_s_de a:hover {
background-position : 0 -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) -59px 0 no-repeat;
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) -59px 0 no-repeat;
width : 56px;
}
#secondaryIndex_about_s_de a, #secondaryIndex_about_de a:hover, #secondaryIndex_about_s_de a:hover {
background-position : -59px -32px;
}
#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) 0 0 no-repeat;
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) 0 0 no-repeat;
width : 207px;
}
#secondaryIndex_3dmodels_s_en a, #secondaryIndex_3dmodels_en a:hover, #secondaryIndex_3dmodels_s_en a:hover {
background-position : 0 -32px;
}
#secondaryIndex_3dmodels_s_de a, #secondaryIndex_3dmodels_de a:hover, #secondaryIndex_3dmodels_s_de a:hover {
background-position : 0 -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) -195px 0 no-repeat;
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) -207px 0 no-repeat;
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) -316px 0 no-repeat;
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) -329px 0 no-repeat;
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;
}
#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) 0 0 no-repeat;
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) 0 0 no-repeat;
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 : 0 -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) -182px 0 no-repeat;
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) -182px 0 no-repeat;
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) -353px 0 no-repeat;
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) -336px 0 no-repeat;
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) -428px 0 no-repeat;
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) -411px 0 no-repeat;
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;
}
#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) 0 0 no-repeat;
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) 0 0 no-repeat;
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 : 0 -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) -161px 0 no-repeat;
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) -259px 0 no-repeat;
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) -284px 0 no-repeat;
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) -173px 0 no-repeat;
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) -370px 0 no-repeat;
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) -441px 0 no-repeat;
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") 0 0 no-repeat;
}
#currentSection_home_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/home_de.png") 0 0 no-repeat;
}
#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") 0 0 no-repeat;
}
#currentSection_home_about_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/home_about.png") 0 0 no-repeat;
}
#currentSection_home_about_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/home_about_de.png") 0 0 no-repeat;
}
#currentSection_portfolio_en, #currentSection_portfolio_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/portfolio.png") 0 0 no-repeat;
}
#currentSection_portfolio_3dmodels_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/portfolio_3dmodels.png") 0 0 no-repeat;
}
#currentSection_portfolio_3dmodels_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/portfolio_3dmodels_de.png") 0 0 no-repeat;
}
#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") 0 0 no-repeat;
}
#currentSection_portfolio_animations_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/portfolio_animations.png") 0 0 no-repeat;
}
#currentSection_portfolio_animations_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/portfolio_animations_de.png") 0 0 no-repeat;
}
#currentSection_games_en, #currentSection_games_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/games.png") 0 0 no-repeat;
}
#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") 0 0 no-repeat;
}
#currentSection_games_murderinawheel_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/games_murderinawheel.png") 0 0 no-repeat;
}
#currentSection_games_murderinawheel_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/games_murderinawheel_de.png") 0 0 no-repeat;
}
#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") 0 0 no-repeat;
}
#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") 0 0 no-repeat;
}
#currentSection_thief_en, #currentSection_thief_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief.png") 0 0 no-repeat;
}
#currentSection_thief_ominousbequest_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief_ominousbequest.png") 0 0 no-repeat;
}
#currentSection_thief_ominousbequest_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief_ominousbequest_de.png") 0 0 no-repeat;
}
#currentSection_thief_brokentriad_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief_brokentriad.png") 0 0 no-repeat;
}
#currentSection_thief_brokentriad_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief_brokentriad_de.png") 0 0 no-repeat;
}
#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") 0 0 no-repeat;
}
#currentSection_thief_customstuff_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief_customstuff.png") 0 0 no-repeat;
}
#currentSection_thief_customstuff_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/thief_customstuff_de.png") 0 0 no-repeat;
}
#currentSection_links_en, #currentSection_links_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/links.png") 0 0 no-repeat;
}
#currentSection_contact_en {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/contact.png") 0 0 no-repeat;
}
#currentSection_contact_de {
position : absolute;
width : 530px;
height : 32px;
margin-left : 18px;
top : 233px;
background : url("images/contact_de.png") 0 0 no-repeat;
}
#container {
position : relative;
width : 720px;
left : 50%;
margin-left : -360px;
margin-top : 4px;
overflow : auto;
z-index : 100;
padding : 0;
}
.item {
width : 720px;
float : left;
clear : both;
margin-bottom : 8px;
}
.pager {
text-align : center;
clear : both;
margin-bottom : 8px;
}
object.video {
position : relative;
width : 720px;
margin-left : 160px;
clear : both;
}
#bottom {
background : url(images/framebottom.png) top left repeat-x;
width : 100%;
}
#pageFooterTop {
position : relative;
width : 754px;
height : 24px;
margin : 0 auto;
background : url(images/footer_top.png) 0 0 no-repeat;
}
#pageFooterMiddle {
position : relative;
width : 754px;
height : 40px;
margin : 0 auto;
background : url(images/footer_middle.png) 0 0 no-repeat;
}
#pageFooterBottom {
position : relative;
width : 754px;
height : 64px;
margin : 0 auto;
background : url(images/footer_bottom.jpg) 0 0 no-repeat;
}
#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-weight : bold;
}
#pageFooterMiddle p {
text-align : center;
padding : 2px 0 0 0;
font-weight : bold;
}
#pageFooterBottom p {
text-align : center;
padding : 24px 0 0 0;
font-weight : bold;
}
#pageFooterBottom a {
color : #ffffff;
height : 12px;
padding-left : 15px;
background : url(images/mark.gif) 0% 50% no-repeat;
}
p {
padding : 4px 0 4px 0;
}
h1, h2, h3, h4, h5, h6 {
padding : 16px 0 0 0;
}
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;
}

↑ Top