/* algemeen */
body {
	background: #ccc;
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial;
	font-size: 12Px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

p {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	top: 10px;	
}

div#container {
	
}

div#page {
	position: relative;
	margin: 0px auto;
	width: 940px;
	background: #fff;
}

div#header {
	position: relative;
	background: url(../../uploads/images/header_background.jpg) repeat-x;
	width: 100%;
	height: 63px;
	text-align: center;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
}

div#header img {
    position: absolute;
    left: 10px;
    top: 10px;
}

.menu {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 474px;
    height: 35px;
}

div#menu_stap1 {
    background: url(../../uploads/images/menu_stap1.png) no-repeat;
}

div#menu_stap2 {
    background: url(../../uploads/images/menu_stap2.png) no-repeat;
}

div#menu_stap3 {
    background: url(../../uploads/images/menu_stap3.png) no-repeat;
}

div#menu_stap4 {
    background: url(../../uploads/images/menu_stap4.png) no-repeat;
}

div#content {
	position: relative;
	width: 100%;
	min-height: 538px;
	text-align: center;
    background: #FBB161;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
}

#div_flash{
	width: 940px;
	margin: 0px auto;
	height: 538px;
}

#loader{
	border: solid 0px;
	background-color: #FDC689;
	margin: 0px auto;
	margin-top: -538px;
	width: 940px;
	height: 269px;
	text-align: center;
	padding-top: 269px;
	overflow: visible;
}

div#footer {
	position: relative;
	width: 100%;
	height: 21px;
	background: url(../../uploads/images/footer_background.jpg) repeat-x;
	text-align: center;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
}

div#footer ul {
    position: absolute;
    right: 0px;
    top: 2px;
    margin: 0px;
    padding: 0px;
}

div#footer ul li {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
    margin-right: 5px;    
}

div#footer ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
}

div#footer ul li a:hover {
    text-decoration: underline;    
} 

div#credits {
    font-size: 11px;
    color: #333;
    font-weight: bold;
}

div#credits img {
    border: none;
}

div#credits a {
    color: #333;
}
