@import url(style.css);
@import url(menu.css);


div { /* border: 1px dotted black; */ }


img { border: 0; }
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f4f2ef;
	font-family: Segoe UI,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}
html {
	margin: 0;
	padding: 0;
}
	

#maincontent {
	background: url(../images/schaduw.gif) repeat-y;
	font-size: 1.2em;
}



#header {
	background-color: #fff;
	border-top: 3px solid #cf0000;
	padding: 15px 0 10px 30px;
	height: 100px;
}
#logo { 
	width: 250px;
	float: left;
	padding-top: 10px;
}
#header_login {
	float: left;
	width: 300px;
	font-size: 1.1em;
	padding-left: 20px;
}
#header_right {
	float: right;
	width: 400px;
}
#header_right img {
	margin-left: 10px;
	border: 1px solid #ccc;
}


#menu {
	background-color: #fff;
	clear: both;
	height: 35px;
	padding-left: 240px;
	position: relative;
}
#submenu {
	position: absolute;
	top: 200px;
	bottom: 0; 
	left: 0;
	width: 250px; 
	overflow: hidden; 
	padding: 0 0 0 30px;
}




#titelbalk {
	background: url(../images/schaduw.gif) repeat-y;
}	
#titelbalk div {
	margin: 0 0 0 280px;
	background-color: #201b5b;
	color: #fff;
	font-size: 1.6em;
	padding: 10px 10px 10px 20px;
}



#content {
	padding: 15px 40px 40px 0px;
	overflow-x: hidden; 	
	position: fixed;
	top: 190px; 
	left: 300px;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index:-1;
}

#content1 {
	padding: 15px 40px 40px 0px;
	overflow-x: hidden; 	
	position: fixed;
	top: 120px; 
	left: 0px;
	right: 0;
	bottom: 0;
	overflow: auto; 
}


#cleaner{
	background: url(../images/schaduw2.gif) repeat-y;
	clear: both;
	height:280px;
}


#footer {
	padding: 80px 0 20px 300px;
	font-size: 1.1em;
	color: #717169;
}


#paging { float:right;width:423px;padding:15px 0px 0px 12px;height: 24px;font-family:Segoe UI,Arial, Helvetica, sans-serif;color: #201b5b;line-height:20px;margin: 0 0 15px 0;text-align:right; }   
#paging a,#paging a:visited,#paging a:active { padding:2px 4px 2px 4px;color: #666;text-decoration:none;font-weight:normal;border:1px solid #666;margin-right:4px }   
#paging a:hover{ background:#666;text-decoration:none;color: white; }  
#paging a.active { background-color: #201b5b;font-weight:bold;color:white;border: 1px solid #201b5b; }


/* FORMS */

form {
	margin: 0px;
}
.input {
	border: 1px solid #dbdfe6;
	background-color: #FFFFFF;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	padding-left: 4px;
	width: 150px;
	font-weight: bold;
}
input.button {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	border: 0px;
	background-color: white;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	height: 20px;
	cursor: pointer;
   	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF');
}
select {
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	padding-left: 4px;
	margin-bottom: 1px;
	color: #272425;
	cursor: pointer;
}


fieldset { 
	border: 0px;
	border-top:1px solid #999;
	margin-bottom: 30px;
}

legend {
	padding: 0.2em 0.5em;
	border:1px solid #201b5b;
	color: #201b5b;
	font-size:90%;
	text-align:right;
	margin: 1px 0 20px -1px;
  }




/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* IE */
	*height: 1%;
}

/* Tooltip */

#dhtmltooltip {
                text-align : center;
                position : absolute;
                left : -300px;
                width : 210px;
                border : 1px solid #999999;
                background-color : white;
                visibility : hidden;
                z-index : 100;
}
#dhtmlpointer {
                position : absolute;
                left : -300px;
                visibility : hidden;
                z-index : 100;
}
#dhtmlinvpointer {
                position : absolute;
                left : -300px;
                visibility : hidden;
                z-index : 100;
}


.tblLines {
	border: 1px solid #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.txtNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txtNormalBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.txtTtl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
}
.txtPath {
	font-size: 10px;
	font-weight: bold;
	color: #CC0033;
	padding-top: 3px;
	padding-bottom: 5px;
}
.txtPath  a, .txtPath  a:visited {
	color: #006699;
}
.txtPath  a:hover {
	color: #CC0033;
	text-decoration: none;
}
.selPath {
 position: absolute;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.colorLines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
.btmLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
}
.HdNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0033;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
}
.dataLight {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099CC;
}
.dataDark {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006699;
}
.dataError {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC0033;
}
.txtPrevNext {
	font-size: 10px;
	font-weight: bold;
	color: #CC0033;
}
.inputAtt {
	font-size: 11px;
	background-color: #CCCCCC;
}
.txtSmallRed {
	font-size: 10px;
	color: #CC0033;
}
.txtSmallGrey {
	font-size: 10px;
	color: #999999;
}
