@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}

:focus {
   outline: 0;
}

body {
   line-height: 1;
   color: black;
   background: white;
}

html, body{
		width: 100%;
		height: 100%;
	}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: separate;
   border-spacing: 0;
}

caption,
th,
td {
   text-align: left;
   font-weight: normal;
}

body {
   background:#fff url(../images/bg-body.jpg) center top no-repeat;
}

div#flash {
   width:100%;
   height:100%;
}

div#intro-container {
   margin:0 auto;
   width:980px;
   height:760px;
   position:relative;
}

ul#navigation {
   display:block;
   width:160px;
   height:30px;
   position:absolute;
   top:384px;
   left:147px;
}

ul#navigation li {
   display:block;
   width:80px;
   height:30px;
   position:relative;
   float:left;
}

ul#navigation li a {
   display:block;
   width:80px;
   height:30px;
   text-indent:-9999px;
   float:left;
}

ul#navigation li a.de,
ul#navigation li a.de:visited {
   background:url(../images/bg-navigation.jpg) 0 0 no-repeat;
}
ul#navigation li a.de:hover,
ul#navigation li a.de:active,
ul#navigation li a.de-active {
   background:url(../images/bg-navigation.jpg) 0 -30px no-repeat;
}

ul#navigation li a.en,
ul#navigation li a.en:visited {
   background:url(../images/bg-navigation.jpg) -80px 0 no-repeat;
}
ul#navigation li a.en:hover,
ul#navigation li a.en:active,
ul#navigation li a.en-active {
   background:url(../images/bg-navigation.jpg) -80px -30px no-repeat;
}