html, body {
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	max-height: 100%; 
	
	background-color: #636363;
	background-image: url('images/bgfader.png');
	background-repeat: repeat-x;
}		

body {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-align: left;
}

img {
	border: 0;
}

/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

a.copyright {
	font-size: 9px;
	color: #555;
	font-weight: bold;
	font-family: Verdana;
}

a.partner {
	text-decoration: none;
}


div#reklam {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -496px;

}

div#copyright {
	text-align: center;
	font-size: 9px;
	color: #666;
}

#wrapper {
	width: 792px;
	
	border-right: 1px solid #000;
	border-left: 1px solid #000;

	margin-left: auto;
	margin-right: auto;

	height: auto;  /* non-IE */
	min-height: 100%;  /* non-IE */

	background-color: #FFF;
}

#ad {
	width: 200px;

	position: relative;
	left: -497px;
	
	padding-top: 20px;

	margin-left: auto;
	margin-right: auto;

	background-color: #000;

}


#header {
	height: 220px;
	background-image: url(images/header.jpg);

}

#navigation {
	height: 28px;
	background-image: url(images/menu.jpg);
	vertical-align: bottom;
}


#content {
	padding: 17px;
	padding-top: 10px;
}

h3 {
	margin-top: 0px;
}

/* Menu */
#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}


/* Menu */
.menutable {
	height: 100%;
}

.menubutton, .menubuttonhover {
	padding-left: 10px;
	padding-right: 12px;
}

.menubutton {
	color: #000;
	font-weight: bold;
}

.menubuttonhover {
	color: #871d1f;
	font-weight: bold;
}

/* Content box */
.box {
	border-collapse: collapse;
	/*background-color: #f8f9fb;*/
	background-color: #FFF;

}

.boxmain, .boxheader {
	border: 1px solid #878787;
}

.boxmain {
  padding: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.boxheader {
	background-image: url(images/tabactive.png);
	background-color: #e1e4e8;
	padding: 2px;
	padding-left: 6px;
	height: 21px;
}
