@charset "UTF-8";
/* CSS Document */

/* <-- ALLGEMEIN --> */

*{
	margin:0;
	padding:0;
}

html,body {
	height:100%; 
	width:100%;
}

#tableContainer {
	width:100%;
	height:100%;
}




/* <-- TEXT --> */





/* <-- LINKS --> */

a {
	text-decoration:none;
	outline:none;
}

a.Navigation {
	font:12px Verdana, sans-serif;
	color:#666666;
	font-style:normal; 
	font-weight:normal;
	margin:0px 15px 0px 0px;
}

a.Navigation:hover {
	color:#cc66cc;
}

a.Active { 
	font-weight:bold;
	color:#cc66cc;
}





/* <-- IMAGE --> */

img {
	border:0;
}

img.flag {
	margin:0px 0px 0px 10px;
}





/* <-- LAYER --> */

#Container {
	position:relative;
   	width:950px;
	height:550px;
	margin:auto;
}

#Header {
	width:950px;
	height:55px;
	background:url(../graphics/logo.jpg) no-repeat 645px 10px;
	float:left;
}

#ContentCENTER {
	width:950px;
	height:450px;
	float:left;
	background-color:black;
	text-align:center;
}

#NavContainer {
	width:950px;
	height:40px;
   	float:left;
	margin: 5px 0px 0px 0px;
}

#Navigation {
	float:left; 
	margin-left:5px;
}

#Flag {
	float:right; 
	margin-right:5px;
}





/* <-- textLEFT / imgRIGHT --> */

div#ContentLEFT {
	width:950px;
	height:450px;
	float:left;
	background-color:black;
	text-align:left;
}

div#textContainerLEFT {
	position:absolute;
	height:450px; 
	width:500px; 
	float:left;
}

div.textLEFT {
	position:absolute;
	bottom:70px;
}

div#imgContainerRIGHT {
	position:absolute; 
	height:450px; 
	width:450px;  
	right:0;
}

img.imgRIGHT {
	position:absolute; 
	right:0; 
	bottom:0;
}

p.ptextLEFT {
	font:12px Verdana, sans-serif;
	color:white;
	font-style:normal; 
	font-weight:normal;
	line-height:130%;
	margin:0px 50px 0px 50px;
}

h1.h1textLEFT {
	font:16px Verdana, sans-serif;
	color:#cc66cc;
	font-style:normal; 
	font-weight:bold;
	line-height:130%;
	margin:0px 50px 30px 50px;
}





/* <-- textCENTER / imgCENTER --> */

div#ContentCENTER {
	width:950px;
	height:450px;
	float:left;
	background-color:black;
	text-align:center;
}

p.ptextCENTER {
	font:12px Verdana, sans-serif;
	color:white;
	font-style:normal; 
	font-weight:normal;
	line-height:130%;
	margin:0px 10px 0px 10px;
}

h1.h1textCENTER {
	font:14px Verdana, sans-serif;
	color:#cc66cc;
	font-style:normal; 
	font-weight:bold;
	line-height:130%;
	margin:5px 10px 30px 10px;
}





/* <-- textSCROLL / imgNO --> */

div#ContentSCROLL {
	width:950px;
	height:450px;
	float:left;
	background-color:black;
	text-align:left;
}

div#textContainerSCROLL { 
	width:950px;
	height:450px;
	overflow:auto;
}

p.pSCROLL {
	font:12px Verdana, sans-serif;
	color:white;
	font-style:normal; 
	font-weight:normal;
	line-height:130%;
	margin:0px 50px 0px 50px;
}

h1.h1SCROLL {
	font:16px Verdana, sans-serif;
	color:#cc66cc;
	font-style:normal; 
	font-weight:bold;
	line-height:130%;
	margin:0px 50px 30px 50px;
}





/* <-- DhoniShow --> */

.dhonishow {
	overflow: hidden;
	float: left;
	width: 450px;
	height: 450px;
}           

.dhonishow * {
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 450px;
	height: 450px;
	text-align: left;
	position:relative;
}     

.dhonishow-image li {
	position: absolute;
}
