@import "countrylabels.css";

html, body{ height:100%; }
* html #container{ height:100%; }
* { margin:0; padding:0;}
.clear {
	clear:both;
	display:block;
}
body{
	background: #000000 url( ../gfx/main.bg.png ) repeat-x ;
	width:100%;
}

div#theme {
	position:relative;
	margin:auto;
	width:974px;
	min-height:781px;
	height:100%;
	background: url( ../gfx/theme.bg.jpg ) no-repeat;
}
div#theme #taglabel {
	position:absolute;
	top:223px;
	left:92px;
	background: url( ../gfx/label.text.gif ) no-repeat;
	width:232px;
	height:44px;
}
div#theme #tagcontent {
	position:absolute;
	top:298px;
	left:102px;
	width:200px;
	font-family:Tahoma;
	color:#1e1e1e;
	font-size:11px;
	line-height:18px;
}
div#theme #content {
	position:absolute;
	top:246px;
	left:368px;
}
div#theme #content #head {
	background: url( ../gfx/head.langSelect.gif ) no-repeat;
	width:445px;
	height:22px;
}
div#theme #content ul.cl  {
	width:195px;
	list-style:none;
	position:relative;
	float:left;
	top:20px;
}
div#theme #content ul.cl.m {
	width:170px;
}

div#theme #content ul.cl li {
	height:20px;
	margin-bottom:4px;
	overflow:hidden;
}
div#theme #content ul.cl li h1:hover {
	background-position:0px -20px;
}

div#theme #content ul.cl li h1 a {
	text-indent:-9000px;
	display:block;
	margin:0;
	padding:0;
}
div#footer {
	height:19px;
	width:100%;
	background:#ffffff;
	overflow:hidden;
	text-align:center;
	font-size:10px;
	color:#333333;
	font-family:Tahoma Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*ie6*/
* html div#footer{
	position:absolute;
	top: expression( ( 0 - footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );	
		
}

/*all others except ie6*/
body > div#footer{
	position:fixed !important;
	bottom:0;
}
div#footer div {
	margin-top:3px;
}
div#footer div a {
	color:#333333;
	font-weight:bold;
}
div#footer div a:hover {
	color:#4F4F4F;
}
div#aboutcanvas {
	top:0px;
	left:0px;
	z-index:5000;
	position:absolute;
	width:100%;
	min-height:781px;
	margin-top:30px;
	display:none;
}
div#disclaimercanvas {
	top:0px;
	left:0px;
	z-index:5100;
	position:absolute;
	width:100%;
	min-height:781px;
	margin-top:30px;
}
div#disclaimercanvas div.head {
	font-size:13pt;
	font-weight:bold;
}
div#disclaimercanvas div.text{
	font-size:9pt;
}
div#aboutcanvas div#about {
	background-color:#ffffff;
	width:887px;
	height:492px;
	font-family:Tahoma Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	margin-left:auto;
	margin-right:auto;
}
div#disclaimercanvas div#about  {
	background-color:#ffffff;
	width:887px;
	font-family:Tahoma Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	margin-left:auto;
	margin-right:auto;
	height:492px;
	overflow:auto;
	position:relative;
	
}
div#aboutcanvas div#about div.inner, div#disclaimercanvas div#about div.inner {
	position:relative;
	top:15px;
	margin-left:18px;
	margin-right:18px;
	height:470px;
	width:845px;
	overflow:auto;
}
div#aboutcanvas div#about div.inner div#btnclose, div#disclaimercanvas div#about div#disclaimerbtnclose  {
	position:absolute;
	top:0px;
	right:0px;
	color:#969696;
	width:19px;
	height:19px;
	background:url(../gfx/btn.close.gif) no-repeat 0px -19px;
	cursor:pointer;
}
div#aboutcanvas div#about div.inner div#btnclose:hover, div#disclaimercanvas div#about div#disclaimerbtnclose:hover {
	background-position: 0px 0px;
}
div#aboutcanvas div#about div.inner h1, div#disclaimercanvas div#about div.inner h1 {
	font-size:14pt;
	margin-bottom:22px;
}
div#aboutcanvas div#about div.inner p, div#disclaimercanvas div#about div.inner p  {
	font-size:9pt;
	margin-bottom:28px;
	color:#202020;
	letter-spacing:.03em;
}
div#sound {
	position:absolute;
	top:-10px;
}


div#about div.inner div.container {
	font-size:13px;
}


div#about div.inner div.p {
	margin-top:12px;
	margin-bottom:12px;
}

div#about div.inner div.head {
	font-weight:bold;
	font-size:22px;
	margin-top:30px;
	
}

div#about div.inner div.head a, div#about div.inner  a {
	color:#C9287B;
}

div#about div.inner div.subhead {
	font-weight:bold;
	font-size:16px;
	margin-top:12px;
	
}
div#about div.inner div#lastcontainer {
	height:100px;
}
div#about div.inner div.p ul {
	list-style:circle;
}
div#about div.inner div.p ul  li {
	margin:6px;
	margin-left:25px;
}


