@import url("layout_editor.css");
@import url("navigation_editor.css");
@import url("extras.css");
@import url("docstyle_editor.css");
@import url("workflow.css");
@import url("doceditor.css");

body {
    margin: 0;
	padding: 0;
	font-size:13px;
}

table.splash, .splash table {
	margin:0;
}

table.splash {
  border-spacing: 0em;
  border-collapse: collapse;
}
table.splash th {
	background: url(../images/zm_splashbg.gif) top left repeat-x;
}

.welkom a {
	color:#cc0033;
	text-decoration:underline;
	font-size:15px;
}

.welkom a:hover {
	text-decoration:none;
}

table.welkom {
	position: relative;
	top: 40px;
	background-color: #efefef;
	border: 1px solid #999999;
}

table.welkom td {
	padding:15px 15px;
}

table.splashClass {
	width: 100%;     
	height: 132px;
	background: url(../images/splash_header.jpg) no-repeat center bottom;
}
table.splashFooter {
	position: absolute;
    bottom: 0;
    height: 100%;	
	background:url(../images/bg_footer.gif) repeat-x bottom left;
}
table.splashFooter p {
    color:#fff; 
	font-size:10px; 
	margin:0; 
	padding-top:12px;

}