/* CSS Document */

body, html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	font-family: Geneva, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", verdana, lucida, helvetica, sans-serif;  
	line-height: 16px;
	font-size: 12px;
	background-image: url(../images/body/background.jpg);
	background-repeat:repeat-x;
	background-color: #558AC7;
}

a {
	color: #006699;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	color: #000000;
	font-size: 16px;
}

h4 {
	color: #990000;
}

#picture_container {
	width: 100%;
	height: 100%;
	position: absolute;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background-color:#000000;
	z-index: 0;
}

#picture_frame {
	width: 320px;
	height: 240px;
	position: absolute;
	z-index: 5;
}

#picture_frame a {
	color: #000000;
	background-color:#FFFFFF;
	padding: 2px;
	font-size: 14px;
	text-decoration: none;
}

#picture_source {
	border: 5px solid white;
}

#picture_close {
	position: absolute;
	margin-top: -20px;
	z-index: 100;
}

.container {
	width: 700px;
	text-align: left;
}

.header {
	margin-top: 3px;
	height: 106px;
}

.header .logo {
	width: 307px;
	height: 95px;
	margin-right: 8px;
	background-image:url(../images/header/wickyentertainment.jpg);
	float: left;
}

.header .buttons {
	width: 385px;
	height: 106px;
	float: left;
}

.header .buttons .button a {
	color: #000000;
	text-decoration:none;
}

.header .buttons .button {
	background-image:url(../images/header/button_border.jpg);
	float: left;
	height: 106px;
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 3px;
	cursor: pointer;
}

.header .buttons .button .link {
	background-image:url(../images/header/button_background.jpg);
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 50px;
	text-align: center;
	height: 56px;
}

.header .buttons .button_active {
	background-image:url(../images/header/button_active_border.jpg) !important;
}

.header .buttons .button_active .link {
	background-image:url(../images/header/button_active_background.jpg) !important;
}

.header .buttons #home { width: 35px; }
.header .buttons #shows { width: 40px; }
.header .buttons #referenties { width: 70px; }
.header .buttons #tips { width: 30px; }
.header .buttons #fotos { width: 73px; }
.header .buttons #links { width: 35px; }
.header .buttons #contact { width: 54px;}

.page {
	margin-top: 10px;
}

.page .left {
	width: 170px;
	float: left;
}

.page .left h1 {
	margin-bottom: 5px;
}

.page .left .agenda {
	color: #666666;
	line-height: 20px;
	height: 145px;
}

.page .left .agenda a {
	background-image:url(../images/left/bullet.gif);
	padding-left: 10px;
	color: #990000;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:left;
}

.page .left .agenda a:hover {
	color: #003399;
	background: none;
}

.page .left img {
	border: 1px solid #558AC7;
}

.page .right {
	width: 525px;
	float: left;
	margin-top: 2px;
}

.page .right .feature {
	width: 525px;
	height: 250px;
	border: 1px solid #558AC7;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

.page .right .feature .image {
	background-repeat:no-repeat;
	width: 800px;
	height: 250px;
}

.page .right .feature #feature {
	left: 525px;
	width: 300px;
	height: 250px;
	background-color: #000000;
	color: #FFFFFF;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	border-left: 4px solid #333333;
	border-right: 4px solid #333333;
	padding: 5px;
}

.page .right .feature #feature h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.page .right .feature #feature .text {
	height: 190px;
	line-height: 20px;
}

.page .right .feature #feature a {
	padding: 2px;
	color: #000000;	
	text-decoration: none;
	background-color:#FFFFFF;
	border: 2px solid #CCCCCC;
}

.page .right .feature #feature a:hover {
	background-color: #CCCCCC;
	border: 2px solid #FFFFFF;
}

.page .content {
	border: 1px solid #558AC7;
	background-color:#FFFFFF;
	margin-top: 10px;
	padding: 5px;
	min-height:300px;
	display: table;
}

.page .content h1 {
	color: #2F4C6F;
}

.page .footer {
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}