/* CSS Document */
body, html{
  padding: 0;
  margin: 0;  
  height:100%;
  width:100%;
  font-family: arial;
  background:url(../img/body-bg.png) repeat-y top center;
  background-color: #b0b0b0;
}

#sitecontainer{
  min-height:100%;
  height: auto;
  width: 1005px;
  position: absolute;  
  left:50%;
  margin-left:-502px;    
  background:url(../img/background-container.jpg) no-repeat bottom left;
  background-color:#eeeeee;
}

#main{
  float:left;
  margin-left: 0px;
  width: 575px;
  height: auto;
  margin-left:30px; 
  margin-bottom:12px;
  padding-bottom:20px;
}

#left{
  float:left;
  width: 170px;
  margin-left:30px;
  margin-bottom:12px;
  height: auto; 
}

#right
{
	margin-bottom:12px;
}

#footer{
 position: absolute;
 left:50%;
 margin-left:-503px;
 bottom: 0px;
 background:url(../img/background-footer.png) repeat;
 width: 1005px;
 height: 11px;
 text-align: center;
 font-family: verdana;
  font-size: 8px;
}

input[type=submit], input[type=reset]
{
	background-color:#201357;
	color:#fff;
	border: 0px none #000;
	height:25px;
	cursor:pointer;
}

#main-tekst a:link, #right a:link  
{
	color:#0066cc;
	font-weight:bold;
	text-decoration:underline;	
} /* unvisited link */

#main-tekst a:visited, #right a:visited
{
	color:#0066cc;
	font-weight:normal;
	text-decoration:underline;	

} /* visited link */

#main-tekst a:hover, #right a:hover
{
	color:#0066cc;
	text-decoration:none;
	border: 1px dashed #06c;
} /* mouse over link */

#main-tekst a:active, #right a:active {
	color:#d53d3d;
} /* selected link */