
* {
	outline: none;
}

body 
{
	font-family:Verdana;
	font-size:0.8em;
	color:#333333;
	background-color:#cccccc;
	margin:0;
	padding:0;
}

#back
{
	margin:0;
	padding:0;
	background-image:url('../img/back.gif');
	background-repeat:repeat-x;
	height:600px;
}

#wrap
{
	padding-left:30px;
	padding-top:30px;
	padding-right:200px;
}

#header
{
	height:61px;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	margin-bottom:15px;
	margin-left:10px;
}

#menu
{
	height:29px;
	background-image:url('../img/menubg.gif');
	background-repeat:repeat-x;
	background-color:#2787B7;
}

#sidebar {
	margin-right:30px;
	width:120px;
	float:right;
	padding-top: 106px;
}

ul#Navigation {
    margin: 0; 
    padding:0;
    text-align: center;
    border: none;
}
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
  }

ul#Navigation a, ul#Navigation span {
    float: left; 
    width: 6em;
    margin: 0.0em; 
    padding: 0.5em 1.0em;
    text-decoration: none; 
    font-weight: bold;
    border-right: 1px solid #2CA8EF;
    border-left:1px solid #165579;
    color: White; 
  }
  
li a#first
{
	border-left:none;
}

li a#last
{
	border-right:none;
	width:0px;
	padding:0;
	margin:0px;
	height:2.3em;
}

li a#last hover {
	text-decoration:none;
}

* html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 6em;
}

ul#Navigation a:hover, ul#Navigation span {
	text-decoration:underline;
	background-color: #4F4F55;
}
ul#Navigation div {
	clear: left;
}

#content {
	padding-top:10px;
	margin-left:10px;
	text-align:left;
}

img#screenshot {
	padding:30px;
	float:left;
}

p#screenshottext {
	margin-top:70px;
	font-family:Verdana;
	font-size: 1.2em;
}

ul#screenshot {
	font-family:Verdana;
	font-size: 1.2em;
	list-style-type: none;
}

h1 {
	font-family:Arial;
	font-size:1.3em;
	font-weight:bold;
	color:#165579;
}

h2 {
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	color:#165579;
}

h3 {
	font-family:Arial;
	font-size:1.1em;
	color:#165579;
}