/* http://www.trickster.de                                                  */
/* css-file  Version: 19.05.2005                                            */
/* copy it and tell me you found it worth to do it :-)                      */
/* but you can, of course, also just use it. You can even delete this note. */
/* Permission is given to all and everyone. Just don't blame me.            */
/* For contact please go to my site, because I want to avoid spam.          */
/* When I wrote it it was standard-compliant. If it is not anymore do not   */
/* insert my name anymore, please.                                          */

/* Body and H1 */

body 		{
      		background-color : #C0C0C0;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      		color : #000000;
      		margin: 1em; 
      		}

h1    		{
      		text-align: right;
      		}

h2    		{
      		text-align: right;
      		}

h3		
		{
                text-align: right;
		}
/* Navigation bar. */

#navigation	{
		list-style: none;
		padding: 0;
		margin: 0;
		}

#navigation a:link { 
		 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		 text-decoration: none; 
		 color: black; 
		 margin: 0em 0.1em 0em 0.1em;
		 padding: 0.3em;
		 padding-left:1em;
		 padding-right:1em;
		 width: 8em; 
		 }

#navigation a:active {
		 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		 text-decoration: none; 
		 text-align: center;
		 color: black; 
		 width: 8em; 
		}

#navigation a:visited {
		   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		   text-decoration: none; 
		   text-align: center;
		   color: black; 
		   width: 8em; 
		   }

#navigation a:hover   {
		   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		   text-decoration: none; 
		   background-color: #c0c0c0;
		   border-style: solid;
		   border-width: 0.1em;
		   border-color: #696969;
		   text-align: center;
		   padding: 0.2em;
		   padding-left:1em;
		   padding-right:1em;
		   margin: 0em;
		   width: 8em; 
		   }

#navi_container	{
		top: 5em;
		border-width: 0.3em; 
		border-color: #000000; 
		border-style: solid; 
		float: left;
    		left: 0em;
		width: 10em;
    		/* If the Navigation bar is to high or low change this setting: */
		height: 15em;
    		padding: 1em;
		background-color: #ffffff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
    		line-height : 2em;
		margin-bottom: 1em;
		}

#navi_container dfn	{
		font-style: normal;
		width: 12em;
		margin-top: -1em;
		margin-left: -1em; 
		margin-right: -1.5em; 
		margin-bottom: 0.4em;
		display: block;
		border-bottom: 0.3em solid;
		}

/* Main content */

.content_container {
		top: 5em;
		background: #FFFFFF;
		color: #000000;
		border: thick;
		border-style: solid;
		border-color: #000000;
		padding: 0.5em 0.5em 0.5em 0.5em;
		height: auto;
		margin-left: 13em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height: 100%;
		}

.screenshot_container {
		top: 5em;
		background: #FFFFFF;
		color: #000000;
		border: thick;
		border-style: solid;
		border-color: #000000;
		padding: 0.5em 0.5em 0.5em 0.5em;
		height: auto;
		margin-left: 13em;
		width: 1040px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
.footer		{
		margin-top: 1em;
		margin-left: 13em;
		border-width: thick;
		border-color: #000000;
		border-style: solid;
		text-align: right; 
		padding: 0.5em 0.5em 0.5em 0.5em;
		background: #696969;
		}
.footer #footer-imgs {
		float: left;
		margin-left: 1em;
		margin: 0;
		padding: 0;
		}
.footer #footer-imgs img {
		border: none;
		height: 1.95em;
		margin-top: -0.25em;
		padding: 0;
		}
		
.separator	{
		display: none;
		}

