/*******************************
SKYLINE FILM & TELEVISON
*******************************/	

BODY {
	width: 100%;
	height: 100%;
	font-size: 10px;
	/*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	margin: 0;
}
TD {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}
H5 {
	font-size: 11px; /* introteksten */
	font-weight: bold;
	line-height: 14px;
}
H4 {
	font-size: 16px; /* cv titels */
	line-height: 20px;
}
A {
	font-size: 12px;
	/*text-transform: uppercase;*/
}
.leftpadding_20 {
	padding-left: 20px;;
}
ol {
	margin-left: 24px;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	padding-left: 8px;
	margin-right: 6px;
}

/*******************************
LAYOUT ID's
*******************************/	

#header {
	height: 300px;
	text-align: center;
}
#headersmall {
	height: 150px;
	text-align: center;
}
#left {
	width: 160px;
	vertical-align: top;
}
#center {
	width: 440px;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 10px;
}
#right {
	width: 160px;
	vertical-align: top;
}
#footer1 {
	height: 60px;
}
#footer2 {
	height: 60px;
}

/*******************************
RIGHTNAV
*******************************/	

.rightnavtxt {
font-size: 10px;
margin: 0px 0px 1px 0px;
padding: 6px 10px 6px 10px;
}

/*MARKERMENU*/
/************/

.markermenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
/*border: 1px solid #000000;*/
}
.markermenu li a{
background: #191919;
font: 10px Verdana, Helvetica, sans-serif;
text-transform: none;
color: #CCCCCC;
display: block;
margin: 0px 0px 1px 0px;
padding: 3px 10px 3px 10px;
text-decoration: none;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}
.markermenu li a:visited, .markermenu li a:active{
color: #CCCCCC;
}
.markermenu li a:hover{
font-weight: bold;
color: #FFFFFF;
background-color: #292929;
}


