body
{
	background-color: #222222;
	color: #ffffff;
}

/* Links */
a:link, a:visited, a:active
{
	color: #dddddd;
	text-decoration: none;
	font-size: 20px;
	font-family: Verdana, Helvetica;
	font-style: normal;
	font-weight: bold;
}
a:hover
{
	color: #aaaaaa;
	font-size: 20px;
	font-family: Verdana, Helvetica;
	font-style: normal;
	font-weight: bold;
}
.copyright a:link, .copyright a:visited, .copyright a:active
{
	color: #dddddd;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-style: normal;
	font-weight: normal;
}
.copyright a:hover
{
	color: #aaaaaa;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-style: normal;
	font-weight: normal;
}
.gallery_cats a:link, .gallery_cats a:visited, .gallery_cats a:active, .gallery_img a:link, .gallery_img a:visited, .gallery_img a:active
{
	color: #000000;
	font-size: 16px;
}
.gallery_cats a:hover, .gallery_img a:hover
{
	color: #666666;
}

/* Divs */
.contentDiv
{
	position: absolute;
	top: 22%;
	left: 12%;
	right: 0px;
	border: 0px solid #000000;
	width: 85%;
	z-index: 0;
	overflow: auto;
}
.bannerBackground
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 80%;
	right: 0px;
	border: 0px solid #000000;
	height: 20%;
	width: 100%;
	z-index: 10;
}
.bannerDiv
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 80%;
	right: 0px;
	border: 0px solid #000000;
	height: 20%;
	width: 100%;
	color: #ffffff;
	z-index: 20;
}
.kornerDiv
{
	position: fixed;
	top: 20%;
	left: 10%;
	bottom: 75%;
	right: 85%;
	border: 0px solid #ffffff;
	height: 5%;
	width: 5%;
	z-index: 10;
}
.menuDiv
{
	position: fixed;
	top: 20%;
	left: 0px;
	bottom: 0px;
	right: 90%;
	border: 0px solid #000000;
	height: 80%;
	width: 10%;
	color: #ffffff;
	background-color: #7767C9;
	z-index: 20;
}

.menuButtonDiv
{
	position: relative;
	margin-top: 10%;
	padding-left: 5%;
	border: 0px solid #000000;
	width: 100%;
	background-color: #3f3f8f;
}

.copyright
{
	border: 0px solid #000000;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	z-index: 10;
}

.container
{
	position: relative;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	border: 0px solid #000000;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 95%;
}

.top
{
	background-color: #777777;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	color: #dddddd;
}
.content
{
	background-color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica;
	color: #000000;
	padding-left: 1%;
}
.menuPaddingDiv
{
	position: relative;
	border: 0px solid #ffffff;
	height: 3%;
}

.gallery_img img
{
	border: 10px solid #dddddd;
}
.gallery_cats td
{
	background-color: #cccccc;
	color: #000000;
	border: 0px solid #ffffff;
}

.gallery_div
{
	position: fixed;
	border: 0px solid #000000;
	width: 80%;
	height: 80%;
	top: 5%;
	bottom: 15%;
	left: 10%;
	right: 10%;
	text-align: center;
	overflow: auto;
}
.image_description
{
	background-color: #000000;
}
.image
{
	position: absolute;
	border: 0px solid #000000;
	width: 50%;
	left: 25%;
	right: 25%;
}

/* Id:s */
#ticnetLogo
{
	position: absolute;
	/*top: 0px;*/
	left: 5%;
	bottom: 2%;
	right: 5%;
	border: 0px solid #000000;
	height: 30px;
	width: 90%;
}
#kornerImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border: 0px solid #ffffff;
	height: 80%;
	width: 80%;
}
#bannerBackgroundImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border: 0px solid #000000;
	height: 100%;
	width: 100%;
}
#bannerImage
{
	position: absolute;
	top: 0px;
	left: 20%;
	bottom: 20%;
	right: 0px;
	border: 0px solid #000000;
	height: 100%;
	width: 60%;
}
#preload
{
	display: none;
	z-index: -10;
}
#hidden_box
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid #000000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: -10;
	color: #ffffff;
}