* { margin: 0; padding: 0; }

html,body { height: 100%; }

body {
   background-color: #828282;
   color: #fff;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}

#viewport {
   margin: auto;
   width: 980px;
   position: relative;
   padding-top: 10px;
   text-align: left;
}

#shadow {
    position: relative;
	width: 972x;
	height: 568px;
	background-color: transparent;
	padding: 0px 4px 4px 2px;
	background-image: url(../img/shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#main {
	width: 972px;
	height: 568px;
	background-color: #eaeaea;
	position: relative;
}

#website {
	width: 941px;
	height: 377px;
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 100;
	background-color: #eaeaea;
}

#topheader {
	width: 921px;
	height: 45px;
	background-color: #f9ae17;
	background-color: #ffae00;
	padding: 10px;
}

#lang {
	float: right;
}

#banner {
	width: 941px;
	height: 304px;
	overflow: hidden;
	padding-top: 7px;
}

.scris {
	position: absolute; z-index: 810; left: 20px; top: 208px; 
	display: none;
	background-image: url(../img/scris1.png);
	background-repeat: no-repeat;
	width: 799px;
	height: 91px;
}


.box {
	position: absolute;
	left: 16px;
	bottom: 16px;
	z-index: 101;
	height: 151px;
	width: 229px;
	background-color: #ffae00;
	background-color: #f9ad16;	
	background-image: url(../img/btnmore_de.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	cursor: pointer;
	display: block;
}

#box2 {
	left: 253px;
}

#box3 {
	left: 490px;	
}

#box4 {
	left: 727px;
}

.box2 {
    width: 209px;
	height: 131px;
	background-color: #ffffff;
	color: #333;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 10px;
}

.box2 h1 {
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.box2 p {
	color: #666;
}



#blackborder {
	position: absolute;
	z-index: 501;
	left: 0px; 
	top: 0px;
	display: none;
	background-color: #000;	
}

#bigbox {
   position: absolute;
   z-index: 510;
   left: 120px;
   top: 120px;
   background-image: url(../img/shadow.png);
   background-repeat: no-repeat;
   background-position: bottom right;
   padding: 0px 4px 5px 0px;
   display: none;
}

#bigboxcontent {
    width: 50px;
	height: 50px;
	background-color: #fff;
	padding: 5px;
	text-align: left;
}

.content {
	color: #666;
	text-align: left;
	padding: 10px 15px 15px 15px;
	font-size: 12px;
}

.content h1 {
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #333;
}

.content h2 {
	font-size: 14px;	
	padding-bottom: 5px;
	color: #333;
}

.content a,
.content a:link,
.content a:visited,
.content a:hover,
.content a:active,
a,
a:link,
a:visited,
a:hover,
a:active
{
    color: #0000ee;
	color: #ffae00;
	text-decoration: underline;
}

.content a,
.content a:link,
.content a:visited,
.content a:hover,
.content a:active
{
	font-weight: bold;
}


.content a:visited, a:visited
{
    color: #551a8b;
	color: #ffae00;
}

.content a:hover
{
    text-decoration: none;
}


.content p {
	color: #666;
	line-height: 1.5;
}

.content ul, .content ul li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content ul li {
	line-height: 1.5;
	padding-left: 14px;
	background-image: url(../img/blt2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
}


p.left { float: left; }
p.right { float: right; }

p.left a,
p.left a:link,
p.left a:active,
p.left a:visited,
p.left a:hover,
p.right a,
p.right a:link,
p.right a:active,
p.right a:visited,
p.right a:hover
{
  color: #fff;
  text-decoration: none;
}

p.left a:hover,
p.right a:hover 
{
   text-decoration: underline;
}

