@import url("css/menu.css");
@import url("css/firefox.css");

* {
	padding: 0; 
	margin: 0;
}

html { 
	height: 100%; 
}

body 
{
    	height: 100% ;
    	background-color: #24201f ;
	background-repeat: no-repeat ;
	background-position: top center ;
	font-family: Lucida Sans, Lucida Console, Arial;
	font-size: 1em;
}

TD, DIV, P
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.clear 
{
	clear:both;
}

#ControlPanel {}

#LanguagePanel 
{
	position: relative;
	float: right;
	top: 62px;
	left: 2px;
	margin-bottom: -100px;
}

.TemplateStyle
{
    width:964px; 
   	position: relative;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;             
}

#Top
{
	width: 100%;
	height: 40px;
	
	background-image: url(images/TopBackground.png);
	background-repeat: no-repeat;
	background-position: 658px 0px;
}

#Main 
{
	width: 964px;
	
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
		
	background-color: #FFFFFF;
}

#Logo 
{
	width: 100%;
	height: 104px;
	
	background-image: url(images/LogoBackground.png);
}

#MenuHolder
{
	width: 100%;
	
	min-height: 49px;
	
	margin-top: 4px;
	
	background-image: url(images/MenuBackground.png);
	float: left;
}

#Menu
{
	position: relative;
	float:left;
	padding-top: 0px;
	padding-left: 12px;
	
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 0.1em;

	cursor: default;

	z-index: 2;
}

#ContentHolder
{
	width: 100%;
	margin-top: 4px;
}

#ContentSmallHolder
{
	width: 295px;
	float: left;
}

#ContentLargeHolder
{
	width: 665px;
	float: left;
}
.LeftMargin 
{
	margin-left: 4px;
}

.ContentImage
{
	min-height: 10px;
	
	margin-bottom: -49px;
	height: 303px;
}
.ContentImage img
{	
	position: relative; 
	top: -53px;
	
	z-index: 1;
}

#Bottom
{
	width: 100%;
	min-height: 79px;

	clear: both;

	background-image: url(images/bottomBackground.png);
}




#Login 
{
	height: 20px;
	
	padding-top: 10px;

	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 0.5em;

	cursor: default;
}

#Login a 
{
	color: #FFFFFF;
	text-decoration: none;
} 

#Login a:link 
{
	color: #FFFFFF;
	text-decoration: none;
} 
#Login a:visited 
{
	color: #BFBDBB;
	text-decoration: none;
}
#Login a:hover
{
	color: #B6A083;
	text-decoration: underline;
}
#Login a:active 
{
	color: #FFFFFF;
	text-decoration: none;
} 


#Copyright 
{
	padding-right: 15px;
	
	text-align: right;
	color: #FFFFFF;
	font-size: 0.9em;	
	font-weight: bold;
}

.Copyright 
{
	color: #FFFFFF;
}







/* Content classes */
.ContentColoured
{	
	width: 100%;
	
	margin-bottom: 4px;
	
	background-color: #E8E1CE;
	background-image: url(images/ContentColouredBackground.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 260px;
	overflow:hidden;
}

.ContentColouredTitle
{	
	width: 100%;
	
	margin-bottom: 4px;
	
	background-color: #E8E1CE;
	background-image: url(images/ContentColouredBackground.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 60px;
	overflow:hidden;
}


.ContentColouredInner 
{
	padding: 15px;
}

.ContentInner 
{
	padding: 15px;
}

.ContentColouredInnerKaas
{
	padding: 10px;
	height:100%;
	background-image: url(images/ContentColouredInnerKaasBackground.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 250px;
	padding-top: 15px;
	padding-right: 25px;
}

.FloatLeft
{
	float: left;
	display: block;
}


.Content 
{
	font-family:  Verdana;
	font-size: 1.1em;
	line-height: 2em;
}

.ContentColoured
{
	font-family: Verdana;
	font-size: 1.1em;
	line-height: 2em;
}


.Normal {
	font-size: 1.1em;
	line-height: 2em;
        color: #25261F;
}
.Normal p  {
	font-size: 1.1em;
	margin-bottom:25px;
}
.Normal ul  {
	font-size: 1.1em;
}

h1 img 
{
	margin-right: 5px;
	
}

ul
{
	margin-left: 1em;
	padding-left: 0;
	list-style-position: inside;
}

li
{
	margin: 0;
	padding: 0;
}
  
.Normal p img
{
  	margin-right:12px;
}