/*Stylesheet Filmhuis Leeuwarden*/

/*outer table*/
#outertable {
	margin-left: 180px;
	margin-right: 10px;
	padding: 0px;
}

#contentmaintable, #contenttable1, #contenttable2 {
	background-color: #000;
}
#contentmaintable {
	padding: 0px 10px 13px 20px;
	margin-top: 0px;
}

#contentmaintableKinder {
	margin-top: 0px;
	background-image: url(../img/BG_kinderfilmhuis.jpg);
}


#headerKinder {
background-image: url(../img/header_kinderfilmhuis.gif);
height: 136px;
width: 596px;
}

#headerKinderRight {
background-image: url(../img/header_kinderfilmhuisBG.gif);
height: 136px;
}

.contenttableKinderTitle {
	width: 550px;
	margin: auto;
}

.contenttableKinder {
	margin: auto;
}

.contenttableOrangeBackground {
	background-color: #FFCD06;
	padding: 5px;
}

.contenttableKinderText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	line-height: 15px;
	padding: 15px;
	background-color: #FFCC00;
}

.contenttableKinderTextProgram {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	line-height: 15px;
	padding: 3px 10px 3px 10px;
	background-color: #FFCC00;
}

a.kinderlinkTitle  {
	color: #FFCC00;
	text-decoration: none;
}

a.kinderlinkTitle:hover  {
	color: #FFCC00;
	text-decoration: underline;
}

a.kinderlink  {
	color: #333333;
	text-decoration: none;
}

a.kinderlink:hover {
color: #333333;
	text-decoration: underline;
}

/*tabel voor content (midden)*/
#linkertabel {
	background-color: #000;
	padding-top: 12px;
	background-image:   url("../img/kartel_zwart_top.gif");
	background-repeat: repeat-x;
	background-position: top;
}

/*tabel voor content (rechts*/
#rechtertabel {
	width: 180px;
	background-color: #344C8A; /*steunkleur*/
	padding: 0;
	background-image:  url("../img/kartel_steunkleur_onder.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

/*lists*/
TABLE #contentmaintable ul{
	padding: 6px 0px 6px 16px;
	margin: 0px;
}
TABLE #contentmaintable ul li {
	list-style-type: disc;
	float: none !IMPORTANT; float: none;
	height: auto;
	line-height: 17px;
}

TABLE  #contentmaintable ul li A {
	color: White;
	text-decoration: underline;
}

TABLE #contentmaintable ul li A:hover {
	color: White;
	text-decoration: none;
	background-color: #344C8A; /*steunkleur*/
}

ol li{
	line-height: 17px;
}

/*heading1*/
#contentmaintable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 2px 2px 14px;
	margin-left: -10px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #344C8A;
	text-transform: uppercase;
}
#contentmaintable h1 A {
	color: #fff;
	text-decoration: none;
}

/*heading2*/
#contentmaintable h2, #linkertabel h2, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 1px;
	padding-left: 0px;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-transform: none;
	text-decoration: none;
}

#contentmaintable h2 A {
	color: #cccccc;
	background-color: #000;
	text-decoration: none;
}

#contentmaintable h2 A:hover {
	color: White;
	text-decoration: none;
	background-color: #000;
	text-decoration: none;
}

h2 A {
	color: #cccccc;
	text-decoration: none;
}

h2 A:hover {
	color: White;
	text-decoration: none;
}

/*heading3*/
#contentmaintable h3, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	margin-bottom: 10px;
}
#linkertabel h3 A, h3 A {
	color: White;
	background-color: #000;
	text-decoration: none;
}

#linkertabel h3 A:hover, h3 A:hover {
	color: White;
	text-decoration: underline;
	background-color: #000;
}

/*heading4*/
#contentmaintable h4, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
	padding-left: 0px;
}
#linkertabel h4 A, h4 A {
	color: White;
	background-color: #000;
	text-decoration: none;
}

#linkertabel h4 A:hover, h4 A:hover {
	color: White;
	text-decoration: underline;
	background-color: #000;
}

/*paragraaf*/
#contentmaintable p {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 16px;
}
/*link*/
a {
	color: Silver;
	text-decoration: underline;
}

a:hover {
	color: White;
	text-decoration: underline;
}

#contentmaintable a {
	color: Silver;
	text-decoration: underline;
}

#contentmaintable a:hover {
	color: White;
	text-decoration: underline;
	background-color: #344C8A; /*steunkleur*/
}


/*stippellijn*/
.stippellijn {
	border-bottom: 1px dashed #999999;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

HR {
	border: 0px solid #000;
	border-bottom: 1px dashed #999999;
	background-color: #000000;
	height: 1px;
	width: 100%;
}

/*kartelrand voor over foto rechtsbovenin*/
#kartel {
	background-image:   url("../img/kartel_wit_boven.gif");
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
	position: absolute;
	top: 124px;
	width: 180px;
	height: 20px;
}

/*persberichten hyperlinkstatus*/
.rechterteaser {
	background-color: #344C8A; /*steunkleur*/
}

.rechterteaser A {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.rechterteaser A:hover {
	color: Silver;
	text-decoration: none;
}

/*afbeeldingen*/
.imageleft {
	padding: 3px 15px 8px 0px;
	border: 0px;
	float: left;
	clear: both;
}

.imageright {
	padding: 3px 0px 8px 15px;
	border: 0px;
	float: right;
	clear: both; 
}

/*zoekschil*/
.archnl_zk {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width:150px;
  padding: 1px;
  border:1px solid #fff;
  background-color:#fff;
}

.archnl_submit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  background-color: #344C8A; /*steunkleur*/
  border:1px solid #fff;
  color:#fff;
  cursor: pointer;
}

/*form*/
.input01 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  padding: 1px;
  background-color:#fff;
  border:1px solid #fff;
}

.button01 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  background-color: #344C8A; /*steunkleur*/
  padding: 1px;
  color:#fff;
  cursor: pointer;
  border:1px solid #fff;
}

