﻿/**************** STARTPAGE LAYOUT ************************/

* { margin: 0; padding: 0; } 

html { 	height: 100%; }

body {
	height: 100%;
	font-family: Tahoma;	
	font-size: 10px;
	padding: 0;
	margin: 0;
	background-color: black;
	cursor: default;
	color: white;
	background: #0d0d0d url("../images/layout/bgstart.jpg") top left repeat-x	
}

#slc { position: relative; z-index: 1; float: right; width: 804px; height: 218px }

.container {
		position: relative;
		top: -4px;
		clear: both;
		width: 100%;
		height: 279px;
}

.stroke {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url("../images/layout/portal_stroke_bg.png") top left
	}
.stroke { behavior: url("scripts/iepngfix.htc") }

H1 { position: absolute; right: 415px; top: 48px; width: 360px; height: 74px; text-indent: -9999px; overflow: hidden; background: url("../images/layout/portal_slclogo.png") }
H1 { behavior: url("scripts/iepngfix.htc") }
H2 { position: absolute; right: 112px; top: 52px; width: 259px; height: 35px; text-indent: -9999px; overflow: hidden; background: url("../images/layout/portal_header.jpg") }
H3 { position: absolute; text-indent: -9999; overflow: hidden; visibility: hidden }

.copyright { position: absolute; right: 51px; top: 182px; color: #9c9c9c }

BLOCKQUOTE { margin: 0; padding: 0; position: absolute; right: 0; top: 115px; width: 371px }
P { float: left; color: #7c7c7c; text-decoration: underline }

.choiceLanguage { float: left; margin-left: 23px }
BR { clear: both }

UL { margin: 0; padding: 0; width: 180px; list-style-type: none }
UL LI { float: left; margin: 0 9px 4px 0; line-height: 15px; color: #313131; width: 78px; height: 16px; text-align: center; background: url("../images/layout/portal_language_itemBg_Inactive.jpg") }
UL LI a { display: block; color: #191919; text-decoration: none; background: url("../images/layout/portal_language_itemBg.jpg") }
UL LI a:hover { background-position: -78px 0; font-weight: bold }