body {
	background-color: #B2B29A;
	background-image: url(/img/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

img.kil {
	display: block;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 24px; 
	margin-top: 2px;
	margin-bottom: 10px;
}

#movie {
	position: absolute;
	top: 25px;
	left: 240px;
	width: 445px;
	height: 390px;
	background-color: #80806F;
	z-index: 10;
}

#moviepadding {
	padding: 0;
	margin: 10px;
	color: #B2B29A;
}

#leftcolumn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	background-color: #000000;
}

#picturesv {
	width: 280px;
	height: 280px;
	background-color: #000000;
	background-image: url(/img/bg-sv.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#pictureen {
	width: 280px;
	height: 280px;
	background-color: #000000;
	background-image: url(/img/bg-en.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#logo {
	float: left;
	width: 111px;
	height: 26px;
	background-color: #000000;
}

#language {
	float: left;
	width: 169px;
	height: 26px;
	background-color: #000000;
}

#languagespace {
	padding: 5px 10px 0px 10px;
	text-align: right;
}

#navigation1 {
	clear: both;
	background-color: #80806F;
}

#navigation1space {
	padding: 10px 10px 15px 10px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

#navigation2 {
	background-color: #B2B29A;
}

#navigation2space {
	padding: 10px 10px 12px 10px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

#rightcolumn {
	position: absolute;
	top: 0px;
	left: 280px;
	width: 320px;
	background-color: #ffffff;	
}

#switch {
	height: 280px;
}

#switchspace {
	padding: 5px 0px 0px 10px;
}

#heading {
	height: 26px;
}

#headingspace {
	padding: 5px 0px 0px 10px;
	font-size: 12px;
}

#ingress {
	background-color: #B2B29A;
}

#ingressspace {
	padding: 10px 20px 80px 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
}

#body {
	background-color: #ffffff;
}

#bodyspace {
	padding: 15px 20px 80px 10px;	
}

#presscolumn {
	position: absolute;
	top: 0px;
	left: 600px;
	width: 250px;
	background-color: #FBBF30;
}

#pressheading {
	height: 36px;
}

#pressheadingspace {
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;	
}

#pressspace {
	padding: 280px 15px 30px 10px;	
}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #ffffff;
}

a.grey {
	color: #B2B29A;
}

a.grey:active {
	color: #ffffff;
}

a.dark {
	color: #80806F;
}

a.dark:active {
	color: #ffffff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	padding: 0;
	margin: 2px 0 2px 0;
	height: 1px;
	background-color: #ccc;
	border: none;
}

.white {
	color: #fff;
}

.normal {
	font-size: 11px;
}