@charset "UTF-8";

body {
	background-color: #6f7787;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header 
{
	background-image:url(bilder/header.jpg);
	height: 440px;
	width:904px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

.header .screenshots table {
	text-align: center;
}	

.screenshotsandslogan {
	background-image:url(bilder/screenshots-and-slogan.jpg);
	height: 378px;
	width:904px;
	top:441px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

	
.logo 
{
	position:absolute;
	background-color: transparent;
	height: 30px;
	width:300px;
	top:0px;
	margin-left:302px;
	z-index:1;
}

.pricetag 
{
	position:absolute;
	background-image:url(bilder/pricetag.png);
	height: 116px;
	width:115px;
	top:40px;
	margin-left:700px;
	z-index:1;
}

.headertextbig
{
position:absolute;
font-family: "Futura";
font-size: 26px;
text-align: center;
top:615px;
width: 904px;
margin-left:0px;
color: #0183ce;
text-shadow: 0px 0px 3px #30b8ff;
z-index:1;
}

.headertextsmall
{
position:absolute;
font-family: "Futura";
font-size: 16px;
text-align: center;
line-height: 125%;
color: #053c7a;
/*text-shadow: 0px 0px 3px #30b8ff;*/
top:665px;
width: 904px;
margin-left:0px;
z-index:2;
}

.navcontainer
{
position:absolute;
text-align: center;
top:355px;
width: 904px;
margin-left:0px;
color: #0183ce;
/*text-shadow: 0px 0px 3px #30b8ff;*/
z-index:1;
}

.nav
{
font-family: "Futura";
font-size: 18px;
/* this was the original color but I inverted it with nav:hover 
color: #6dbcea;
*/
color: #0183ce;
text-shadow: 0px 0px 3px #30b8ff;
padding-left: 18px;
padding-right: 18px;
}

.nav:hover {
/* this was the original color but I inverted it with nav:hover
color: #0183ce;
*/
color: #6dbcea;
text-shadow: 0px 0px 3px #30b8ff;
}

.middle
{
	background-image:url(bilder/middle.jpg);
	background-repeat:repeat-y;
	height: 370px;
	width:904px;
	top:538px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

.screenshots
{
	position:absolute;
	height: 100px;
	width:904px;
	margin-top:370px;
	margin-left:0px;
	text-align:center;
	z-index:1;
	top: 55px;
}

.textbox1
{
	float: left;
	height: 370px;
	width:250px;
	margin-top:-20px;
	margin-left:150px;
	z-index:10;
}

.textbox2
{
	float: right;
	height: 370px;
	width:250px;
	margin-right:150px;
	margin-top:-20px;
	z-index:10;
}

#textheadline
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:2.5em;
	
}

#text
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.footer 
{
	position:absolute;
	background-image:url(bilder/footer.jpg);
	height: 113px;
	width:904px;
	top:1150px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	text-align:center;
	line-height:1em;
	font-family: "Futura";
	font-size: 11px;
	color: #053c7a;
	z-index:0;

}

/* get rid of the blue borders in images under Firefox (and IE I think) */
a img {border: none; }

/* get rid of the blue and purple borders in links under Firefox */
a:active, a:focus {
      outline: 0;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}
