/** Basic Layout **/

body {
	background: url(background.png) repeat-y white;
	color: #0c1231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, .alt a {
	color: #F60075;
}
#SiteContainer, #body, #head {
	margin: 0; padding: 0;
	width: auto;
}

#head {
	height: 219px;
	background: #ffffff;
	position: relative;
	z-index: 5;
}
.buttons {
	position: absolute;
	left: 0px; top: 195px;
	font-size: 10px;
	color: white;
	background-color: black;
	padding-top: 3px;
	height: 24px;

	width: 100%;
}
.buttons form {
	color: white;
	margin-left: 216px;
}

.buttons a {
	color: white;
	padding: 0 20px;
	text-transform: uppercase;
}
.buttons input {
	color: black;
    vertical-align: -2px;
}
#keyword_wait {
	vertical-align: -5px;
}

#leftside {
	position: absolute;
	left: 0; top: 219px;
	width: 216px;
	font-size: 12px;
	color: white;
}
#leftside h3, #leftside p {
	text-transform: uppercase;
}

#SiteContentContainer, #SiteFooter {
	margin: 0; padding: 1px 10px;
	margin-left: 216px;
	float: none;
	width: auto;
	text-align: left;
}

/** Custom Elements **/

#OutsiteFun0, #InsideFun0, #InsideFun1, #InsideFun3, #InsideFun4 {
	display: block;
	position: absolute;
	left: 0; top: 0;
	z-index: 10;
}

#OutsiteFun0 {
	left: 27px; top: 113px;
    width: 1100px; height: 82px;
	background: url(logo.jpg);
	z-index: 20;
}

#InsideFun0 {
    right: 0; width: 100%; height: 113px;
	background: url(top_banner1.jpg) no-repeat;
}
#InsideFun1 {
}
#InsideFun3 {
}
#InsideFun4 {
}

/** leftside ul/li **/

.section {
	border-top: 2px solid white;
	margin: 0;
	padding: 2px 5px 5px 20px;
}

#leftside {
	background-color: #27A4D8;
}

#leftside h3 {
	padding: 0; margin: 0;
	padding-top: 10px;
	color: white;
}
#leftside a, #leftside ul li a {
	color: white;
}
#leftside ul {
	padding: 0; margin: 5px 0;
}
#leftside ul li {
	list-style: none;
}
#leftside ul ul {
	padding-left: 1em; margin-left: 1em;
}
#leftside ul ul li {
	list-style: disc;
}

/** Fix image.css **/

.big_break {
	display: none;
}

.small_cell {
	height: 172px;
}

h3 {
	color: #F60075;
}
.small_cell:hover {
	background-color: #eef;
}
.warning {
	background-color: #fdd;
}

.medium_cell {
	width: 500px;
}
.caption {
	width: 320px;
}
#ImageLargeImage {
	margin: 3px auto 3px auto;
}
#SiteManagement, #SiteFooter, .small {
    font-size: 12px;
}

.block, .info p, .info, .warning, .info .divider {
    width: 750px;
}
.caption p, #ImageLargeBasket, #ImageLargeLink {
    font-size: 11px;
}
#ImageLargeContainer {
	padding-right: 20px;
}
#ImageInfoText {
	padding-top: 3px;
}

/** Final **/

.list tr {
	background-color: #eef;
}
.list td {
	border: 2px solid white;
}

/** Transparancy for IE6 **/

/** Fix search field for IE6 **/
* html .buttons input {
	vertical-align: -5px;
}

/** Kampioen **/
#SiteFooterContact { display: none; }
#ContentPublic { display: none; }
#ImageLargeBasket, .ImageListBasket { display: none; }
#upload_comment { display: none; }

.byline, .ImageListLink {
	font-size: 14px;
	text-align: left;
}
.byline {
	margin: 0 5px;
}

/** don not show basket actions **/
p#ContentActionsTop {
	display: none;
}

div#head div.buttons img#basket_img {
	display: none;
}

p#AskForLoginEmail {
	display: none;
}

