@charset "utf-8";
/* CSS Document */
/*___ALGEMEEN___I__________________________________________________________________/-----------ALGEMEEN*/
* {
	margin: 0px;
	padding: 0px;
	border:none;
	border-style:none;
}
body {
	color:#000000;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/pattern.jpg);
}
/*___HEADERS___I__________________________________________________________________/-----------HEADERS*/

h1 {
	font-size: 15pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color:#000;
}
h2 {
	margin-left: 15px;
	font-size: 13pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#005200;
}
h3 {
	margin-left: 20px;
	font-size: 13pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-top: 10px;
}
h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16pt;
	color:#910100;
}
/*___P's___I__________________________________________________________________/-----------P's*/

p.beschrijfP {
	width: 500px;
	margin-bottom: 15px;
	margin-left: 30px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11pt;
}
p.beschrijf {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color:#000;
	margin-left: 15px;
}
p.showbeschrijf {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	margin-left: 22px;
	margin-top: 3px;
	color:#000;
}
p.menuP {
	position:absolute;
	margin-top:11px;
	margin-left: 11px;
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	font-variant:small-caps;
	font-size: 12px;
	z-index: -2;
}
p.info {
	color:#000;
	margin-left: 45px;
	margin-bottom: 15px;
	margin-top: 15px;
}
p.copy {
	float:right;
	color:#FFF;
}
a.backTo {
	float:left;
	color:#fff;
}
/*___DIV's___I__________________________________________________________________/-----------DIV's*/

#container {
	width: 1200px;
	min-height: 1000px;
	background-image:url(images/containerBG.png);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}
.content {
	width: 720px;
	margin-left: 30px;
	margin-top: 50px;
	float:left;
}
.content#traject {
	margin-left: 275px;
}
.kader {
	background-image:url(images/Kader.png);
	width: 128 px;
	height: 121 px;
}
#indexBG {
	width: 1024px;
	height: 865px;
	background-image:url(images/PortBG.png);
	background-repeat:no-repeat;
	margin-left: 88px;
}
#infoBG {
	width: 1024px;
	height: 768px;
	background-image:url(http://www.semagames.be/HTML/images/infoBG.png);
	margin-left: 88px;
	background-repeat:no-repeat;
}
#contactBG {
	width: 1024px;
	height: 768px;
	background-image:url(images/ContactBG.png);
	margin-left: 88px;
	background-repeat:no-repeat;
}
#shopBG {
	width: 1024px;
	height: 768px;
	background-image:url(images/ShopBG.png);
	margin-left: 88px;
	background-repeat:no-repeat;
}
.lijn {
	position:relative;
	z-index: 3;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lijn#anders {
	position:relative;
	z-index: 3;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 200px;
}
.rond {
	width: 740px;
	height: 20px;
	background-image:url(images/rond.png);
}
.rond#ond {
	background-image:url(images/rondond.png);
	margin-bottom: 15px;
}
#backtop {
	width: 100%;
	height: 20px;
	position:fixed;
	bottom: 0px;
	background-image:url(images/backtop.jpg);
	background-repeat:repeat-x;
	z-index: 95;
}
.spat {
	background-image:url(images/spat.png);
	background-repeat:no-repeat;
	width:620px;
	height:40px;
}

.spat2 {
	background-image:url(images/spat2.png);
	background-repeat:no-repeat;
	width:620px;
	height:40px;
}

.mini{
	width: 20px;
	height: 20px;
	float:left;
	margin-left: 20px;
}

#extraCont{
	background-image:url(images/contactExtra.png);
	width:192px;
	height: 100px;
	position:fixed;
	left: 80px;
	bottom: 25px;
}

#gradient{
	background-image:url(images/Gradient.png);
	width:1024px;
	height:184px;
	background-repeat:repeat-x;
	margin-left:88px;
	position:fixed;
	top: 0px;
}

#gradient2{
	background-image:url(images/Gradient2.png);
	width:1024px;
	height:184px;
	background-repeat:repeat-x;
	margin-left:88px;
	position:fixed;
	bottom: 0px;
}

/*___MENU_OPMAAK___I__________________________________________________________________/-----------MENU*/

ul.menuList {
	position:relative;
	z-index: 1;
}
.homeLink {
	width:92px;
	height:860px;
	background-image:url(images/homeBanner.png);
	margin-left: 1px;
	visibility:hidden;
}
a.linkHome:hover .homeLink {
	visibility:visible;
}
li.menuListItem1 {
	width:92px;
	height:763px;
	float:left;
	display:inline;
	list-style:none;
	margin-top:5px;
}
.infoLink {
	width:53px;
	height:787px;
	background-image:url(images/infoBanner.png);
	margin-left: 1px;
	visibility:hidden;
}
a.linkInfo:hover .infoLink {
	visibility:visible;
}
li.menuListItem2 {
	width:53px;
	height:763px;
	float:left;
	display:inline;
	list-style:none;
	margin-top:5px;
	margin-left:2px;
}
.contactLink {
	width:66px;
	height:763px;
	background-image:url(images/contactBanner.png);
	margin-left: 1px;
	visibility:hidden;
}
a.linkContact:hover .contactLink {
	visibility:visible;
}
li.menuListItem3 {
	width:66px;
	height:763px;
	float:left;
	display:inline;
	list-style:none;
	margin-top:5px;
	margin-left:3px;
}
.shopLink {
	width:48px;
	height:763px;
	background-image:url(images/shopBanner.png);
	margin-left: 1px;
	visibility:hidden;
}
a.linkShop:hover .shopLink {
	visibility:visible;
}
li.menuListItem4 {
	width:48px;
	height:763px;
	float:left;
	display:inline;
	list-style:none;
	margin-top:5px;
	margin-left:3px;
}
/*___SHOWCASE_OPMAAK___I__________________________________________________________________/-----------SHOWCASE*/

ul.showcase {
	margin-left: 10px;
	margin-top: 10px;
	position:relative;
	z-index: 1;
}
li.indexul {
	display:inline;
	margin-left: 15px;
}
ul.indexUl {
	margin-left: 20px;
	margin-bottom: 20px;
}
li.showLi {
	display:inline;
	height: 121px;
	list-style-type:none;
}
.kaderDiv {
	background-image:url(images/Kader.png);
	width: 128px;
	height: 121px;
	float:left;
}
img.kaderFoto {
	margin-left: 27px;
	margin-top: 18px;
}
/*___FLOATERS___I__________________________________________________________________/-----------FLOATERS*/

#footer {
	width: 1200px;
	height: auto;
	position:fixed;
	bottom: 15px;
}
#footerTraject {
	background-image:url(images/TrajectFloat.png);
	position:fixed;
	top: 0px;
	width: 276px;
	height: 743px;
}
/*___ACCENTEN___I__________________________________________________________________/-----------ACCENTEN*/

strong.accent {
	color:#910100;
}
strong.nadruk {
	color:#910100;
}
strong.port {
	color:#b90a09;
}
/*___LINKS___I__________________________________________________________________/-----------LINKS*/
a.link{
	color:#000;
}
a.link:hover{
	color:#000;
	text-decoration:none;
}

a.hyper {
	border-style:none;
	margin: 30px;
}
/*___TRAJECT___I__________________________________________________________________/-----------TRAJECT*/

ul.trajectul {
	margin-left: 50px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
}
li.itemBlok {
	color:#000;
}
li.itemBlok2 {
	color:#000;
}
li.itemBlokInline {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
}
/*___SEPERATOR___I__________________________________________________________________/-----------SEPERATOR*/

.seperator {
	clear:both;
	height: 1px;
	line-height: 1px;
}
