/*
Deze CSS is alleen om de layout van Dispatch te bepalen.
Opmaak voor het "Editable" gedeelte is in content.css gedefineerd!
*/

BODY {
	background-image: url(/partsplan/images/navbar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f4f4f4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02465B;
	margin: 0px;
	margin-bottom: 30px;
}

BODY.popup {
	background-image: none;
	background-color: #fff;
	margin: 10px;
}




a {	
	color: #02465B;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

input, select, textarea {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	width: 465px;
}


IMG {	
	border: 0;
}



/*
-- BEGIN - Site indeling
*/
#wrapper {
	width: 877px;
	margin: 0 auto;
}

#navbar {
	height: 84px;
	position:relative;
}

#navlogo {
	background-image: url(/partsplan/images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 269px;
	height: 98px;
	position: absolute;
	top: 19px;
	left: 41px;
	z-index: 2;
}

#navtext {
	width: 300px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 27px;
	right: 1px;
	color: #fdfdfd;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
#navtext a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}
#navtext a:hover {text-decoration:underline;}

#xbert {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 27px;
	right: 20px;
}

#menucontainer {
position: relative;
float: left;
width: 160px;
left: 0px;
top: 0px;
min-height: 32px;
text-align:right;
font-size: 13px;
color: #7D5F86;
}

#leftmenu {
	position: relative;
	width: 160px;
	float: left;
	text-align:right;
	font-size: 13px;
	margin-top: 20px;
	color: #02465B;
}
#floatmenu {
	position: fixed;
	float: left;
	width: 242px;
	text-align:right;
	font-size: 13px;
	top: 0px;
	margin-top: 85px;
	margin-bottom: 8px;
	color: #02465B;
	
}
#leftmenu h2, #floatmenu h2 {
	height: 30px;
	background-image: url(/partsplan/images/menuhead.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 4px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	
	margin-right: 15px;
}

#leftmenu ul, #floatmenu ul {
	display: inline-block;
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 2px;	
	margin-bottom: 20px;		
	padding: 0;
}
#leftmenu li, #floatmenu li {
	list-style-type:none;
	line-height: 13px;
	padding: 0;
	margin:0;
}
#leftmenu a, #floatmenu a  {
	color: #02465B;
	text-decoration: none;
	margin:0;
	padding:0;
}
#leftmenu a:hover, #floatmenu a:hover {text-decoration:underline;}

#content {
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	float: right;
	width: 600px;
	padding-left: 20px;
	padding-right: 18px;
	padding-bottom: 11px;
	background-position:top right;
	background-repeat:repeat-y;	
	background-color: #fff;
	height: auto !important;
	min-height: 550px;
}

#content.static {
	width: 600px;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
	padding-top: 30px;
	margin-left: 78px;
	margin-right: 80px;
}
#content.static H1 {
	margin-left: 0;
}
.textitem {
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #555;
}

#content .options {
	float: right;
	height: 30px;
	line-height: 30px;
	margin-top: 16px;
	margin-right: 11px;
}
#content .options IMG{
	margin-left: 5px;
	border: none;
}
#content .options a {
	text-decoration: none;
	color: #666666;
}


#content h1 {
	margin-top: 20px;
	margin-left: 5px;
	font-size: 15px;
	color: #02465B;
}

#content h2 {
	margin-top: 20px;
	margin-left: 5px;
	font-size: 13px;
	color: #02465B;
}

#content h3 {
	margin-top: 20px;
	margin-left: 5px;
	font-size: 12px;
	color: #02465B;
}

#content p {
	margin-left: 5px;
}



#inloggen {
	position: relative;
	background-image: url(/partsplan/images/pp_inloggen.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width: 640px;
	height: 500px;
	font-size: 13px;
	
	margin-top: -30px;
}

#inloggen .Userid,#inloggen .Passwd {
	position: absolute;
	padding: 2px;
	font-size: 12px;
	color: #444;
	font-weight: bold;
	width: 128px;
	border: 0px;
	left:218px;
	outline:none;
}

#inloggen .Userid {	
	top: 166px;
}
#inloggen .Passwd {	
	top: 197px;
}
#inloggen .submit1 {
	position: absolute;
	top: 231px;
	left: 294px;
	width: 85px;	
	height: 17px;
	margin:0;
}

#inloggen .voorwaarden{
	position: absolute;
	top: 235px;
	left: 108px;
	width: 165px;	
	height: 25px;
	cursor: pointer;
}

#warning {
	position:absolute;
	top: 65px;
	left: 95px;
	padding: 20px;
	padding-left: 60px;
	border: 2px solid #ccc;
	background-color: #f8f8f8;
	color: #555;
	width: 190px;
	margin: 0 auto;
	font-weight: normal;
	background-image: url(/partsplan/images/icons/info_grey.gif);
	background-repeat: no-repeat;
	background-position:left center;
	background-position: 20px;
	font-size: 11px;
}

#warningcaps {
	position:absolute;
	top: 65px;
	left: 95px;
	padding: 20px;
	padding-left: 60px;
	border: 2px solid #ccc;
	background-color: #f8f8f8;
	color: #555;
	width: 190px;
	margin: 0 auto;
	font-weight: normal;
	background-image: url(/partsplan/images/icons/info_grey.gif);
	background-repeat: no-repeat;
	background-position:left center;
	background-position: 20px;
	font-size: 11px;
}

#footer {
	width: 637px;
	margin-top: 5px;
	margin-left: 237px;
	font-size: 12px;
	color: #02465B;
}
#footer a {
	text-decoration: none;
	color: #02465B;
}

#LayerWarning {
	position:absolute;
	top: 60px;
	left: 165px;
	padding: 20px;
	padding-left: 60px;
	border: 2px solid #ccc;
	background-color: #f8f8f8;
	color: #555;
	width: 190px;
	margin: 0 auto;
	font-weight: normal;
	background-image: url(../../images/icons/info_grey.gif);
	background-repeat: no-repeat;
	background-position:left center;
	background-position: 20px;
	font-size: 11px;
}


button.link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #02465b;
	background: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	border: 0;
	cursor: pointer;
	
	}

