
/** BASIC */

html, body { height: 100%; }

/** HEADER */

#header {
	width: 759px;
	height: 137px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px;
	margin-top:95px;
	margin-right:10px;
	margin-left:120px;
	padding: 0px;
	background: url(images/litenpil.gif) no-repeat left top;
	font-size:30px;
	color:#FF9900;
}

#header h2 {
	float: right;
	padding: 75px 20px 0px 0px;
}

/** MENU */

#menu {
	width: 765px;
	height: 45px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li { float: left; }

#menu a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(images/button1.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a { background: url(images/button2.jpg) no-repeat left top; }

/** BANNER */

#banner {
	width: 759px;
	height: 180px;
	margin: 0px auto;
}

/** PAGE */

#page {
	width: 759px;
	margin: 0px auto;
	padding: 30px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 525px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 200px;
}

/** LOGIN */

#login {
}

#login .bgbtm {
	margin: 0px -18px;
	background: url(images/line2.gif) no-repeat center bottom;
	z-index:4;
}

#login-submit {
	float: right;
}

#login a {
	float: left;
}

/** SEARCH */

#search {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(images/side2.gif) no-repeat left top;
}

#search .bgbtm {
	margin: 0px -18px;
	background: url(images/line3.gif) no-repeat left bottom;
}

#search-submit {
	float: right;
	margin-top: 5px;
}

#search a {
	float: left;
	padding-top: 6px;
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
}




.infobutton a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(images/infobutton1.gif) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.infobutton a:hover, .infobutton .active a { background: url(images/infobutton2.gif) no-repeat left top; }


.advspecial {
	background: url("#") top left no-repeat;
	margin: 0px;
	padding: 10px;
	width: 265px;
	height: 129px;
	border: 0px dashed #d8d8d8;
	float:center;
	z-index:5;
}

.advspecial td {
	border: none;
	position:relative;
	top:10px;
	z-index:5;
}

.advspecialheader {
	font-size: 12pt;
	font-weight:bold;
	color: #fe7200;
	z-index:5;
}

.advspeciallink {
	font-size: 11pt;
	color: white;
	z-index:5;
}