* {
	margin:0px;
	padding:0px;
    background-color: #000;
    color: #fff;
}

body {
    background-color: #000;
    margin: 0px 0px; /* setting top and bottom margin */
    font-family: Verdana, Arial, sans-serif;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
}

html>body {
    margin-top: 11em;
    padding-bottom: 3.5em;
}

.invisible {
    display: none;
    font-size: 0px;
    line-height: 0px;
    margin:0px;
    padding:0px;
    position: absolute;
    width: 0px;
    height: 0px;
}

p {
   margin-bottom: 1.5em;
   line-height: 1.3em;
}

p:after {
   display: block;
   text-align: center;
   margin-top: 1em;
}

p:first-letter {
    line-height: 0.8;
    font-size: 2em;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

div.container {
    margin: auto;
    width: 42em;
}

div.nav {
    position: fixed; 
    text-align: center; 
    width: 42em; 
    height: 4em; 
    background-color: #000;
    color: #fff; 
    bottom: 0px;
}

.sub-title q {
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
}

.sub-title q:before {
    content: "\""
}

.sub-title q:after {
    content: "\""
}

span.screenshots {
    display: block;
    text-align: center;
}

.imageLink img {
    border: 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1.2em;   
}

.screenshotS {
   height: 9.38em;
}

a.imageLink {
   border: 0px;
}

a.german {
   padding-left: 33px;
   background: url(../img/flag_ger.gif) no-repeat;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #ccc;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dashed;
}

a:hover {
   border-style: solid;
   border-color: #fff;
}

a:visited {
    border-color: #666;
}

a:active {
    border-style: solid;   
}

.nav {
    line-height: 4em;
}

.nav a img:hover {
    margin-bottom: 0.5em;
}

.nav img {
    vertical-align: middle;
    border: 0;
}

.nav a {
    border: 0;
}

img.screenshot {
    border: 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;   
	width: 40em;	
}
