
#occupation_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	font-size: 1px;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(255,197,120); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */

	z-index: 100;
}

#education_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, ellipse closest-side, #FFFFFF 0%, #00A3EF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, ellipse closest-side, #FFFFFF 0%, #00A3EF 100%);

	/* Opera */ 
	background-image: -o-radial-gradient(center, ellipse closest-side, #FFFFFF 0%, #00A3EF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, ellipse closest-side, #FFFFFF 0%, #00A3EF 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse closest-side at center, #FFFFFF 0%, #00A3EF 100%);

	z-index: 99;
}

#it_projects_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;
	background-color: #00ff00;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(252,236,252); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(252,236,252,1) 28%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(252,236,252,1) 73%, rgba(255,124,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(28%,rgba(252,236,252,1)), color-stop(50%,rgba(251,166,225,1)), color-stop(51%,rgba(253,137,215,1)), color-stop(73%,rgba(252,236,252,1)), color-stop(100%,rgba(255,124,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: 98;
}
#music_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;
	background-color: #aaff00;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(76,175,211); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,175,211,1) 2%, rgba(247,182,4,1) 60%, rgba(5,159,255,1) 78%, rgba(4,96,209,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(76,175,211,1)), color-stop(60%,rgba(247,182,4,1)), color-stop(78%,rgba(5,159,255,1)), color-stop(98%,rgba(4,96,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,175,211,1) 2%,rgba(247,182,4,1) 60%,rgba(5,159,255,1) 78%,rgba(4,96,209,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,175,211,1) 2%,rgba(247,182,4,1) 60%,rgba(5,159,255,1) 78%,rgba(4,96,209,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,175,211,1) 2%,rgba(247,182,4,1) 60%,rgba(5,159,255,1) 78%,rgba(4,96,209,1) 98%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,175,211,1) 2%,rgba(247,182,4,1) 60%,rgba(5,159,255,1) 78%,rgba(4,96,209,1) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cafd3', endColorstr='#0460d1',GradientType=0 ); /* IE6-9 */


	z-index: 97;
}

#theater_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;
	background-color: #aaff00;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(240,183,161); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: 96;
}

#photo_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;
	background-color: #aaff00;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(149,149,149,1) 3%, rgba(13,13,13,1) 40%, rgba(10,10,10,1) 56%, rgba(78,78,78,1) 73%, rgba(1,1,1,1) 75%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(3%,rgba(149,149,149,1)), color-stop(40%,rgba(13,13,13,1)), color-stop(56%,rgba(10,10,10,1)), color-stop(73%,rgba(78,78,78,1)), color-stop(75%,rgba(1,1,1,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: 95;
}

#art_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;
	background-color: #aaff00;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(160, 255, 0);
	background: -moz-linear-gradient(45deg, rgb(160, 255, 0) 0%, rgb(93, 248, 255) 69%);
	background: -webkit-linear-gradient(45deg, rgb(160, 255, 0) 0%, rgb(93, 248, 255) 69%);
	background: -o-linear-gradient(45deg, rgb(160, 255, 0) 0%, rgb(93, 248, 255) 69%);
	background: -ms-linear-gradient(45deg, rgb(160, 255, 0) 0%, rgb(93, 248, 255) 69%);
	background: linear-gradient(135deg, rgb(160, 255, 0) 0%, rgb(93, 248, 255) 69%);

	z-index: 94;
}

#health_content
{
	position: absolute;
	opacity: 0;
	width: 3.5%;
	height: 6%;
	background-color: #aaff00;	
	margin-left: 50%;
	padding: 0px;
	top: 50%;
	box-shadow:8px 12px 12px #444444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: rgb(252,236,252); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(252,236,252,1) 73%, rgba(255,124,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(28%,rgba(252,236,252,1)), color-stop(50%,rgba(251,166,225,1)), color-stop(51%,rgba(253,137,215,1)), color-stop(73%,rgba(252,236,252,1)), color-stop(100%,rgba(255,124,216,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: 94;
}

.content_text {
	opacity: 0;
	position: absolute;
/*
	width: 490px;
	height: 490px;
*/
/*
	width:33.5%;
	height:61%;
	margin-left: 35%;
	padding: 0px;
	top: 22%;
*/
	width:0px;
	height:0px;
	margin-left: 50%;
	padding: 0px;
	top: 45%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
/*
	font-size: 12px;
*/
	font-size: 0px;
	text-align: justify;
	z-index: 1000;
}

.text
{
	opacity: 0;
}

.dummy
{
}

.exempel
{
	/* BLUE */
	background: rgb(219,241,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,241,255,1) 0%, rgba(165,216,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,241,255,1)), color-stop(100%,rgba(165,216,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,241,255,1) 0%,rgba(165,216,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,241,255,1) 0%,rgba(165,216,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,241,255,1) 0%,rgba(165,216,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(219,241,255,1) 0%,rgba(165,216,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf1ff', endColorstr='#a5d8ff',GradientType=0 ); /* IE6-9 */
	
	/* PINK CIRCLES */
	background: rgb(252,236,252); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(252,236,252,1) 73%, rgba(255,124,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(28%,rgba(252,236,252,1)), color-stop(50%,rgba(251,166,225,1)), color-stop(51%,rgba(253,137,215,1)), color-stop(73%,rgba(252,236,252,1)), color-stop(100%,rgba(255,124,216,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(252,236,252,1) 28%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(252,236,252,1) 73%,rgba(255,124,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	/* BLACK DIAGONAL */
	background: rgb(149,149,149); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 3%, rgba(13,13,13,1) 40%, rgba(10,10,10,1) 56%, rgba(78,78,78,1) 73%, rgba(1,1,1,1) 75%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(3%,rgba(149,149,149,1)), color-stop(40%,rgba(13,13,13,1)), color-stop(56%,rgba(10,10,10,1)), color-stop(73%,rgba(78,78,78,1)), color-stop(75%,rgba(1,1,1,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(149,149,149,1) 3%,rgba(13,13,13,1) 40%,rgba(10,10,10,1) 56%,rgba(78,78,78,1) 73%,rgba(1,1,1,1) 75%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
